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,3022 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AKSAssessmentSettingsArgs',
|
|
20
|
+
'AKSAssessmentSettingsArgsDict',
|
|
21
|
+
'AppSvcContainerSettingsArgs',
|
|
22
|
+
'AppSvcContainerSettingsArgsDict',
|
|
23
|
+
'AppSvcNativeSettingsArgs',
|
|
24
|
+
'AppSvcNativeSettingsArgsDict',
|
|
25
|
+
'AssessmentScopeParametersArgs',
|
|
26
|
+
'AssessmentScopeParametersArgsDict',
|
|
27
|
+
'AzureSettingsArgs',
|
|
28
|
+
'AzureSettingsArgsDict',
|
|
29
|
+
'CollectorAgentPropertiesBaseArgs',
|
|
30
|
+
'CollectorAgentPropertiesBaseArgsDict',
|
|
31
|
+
'CollectorAgentSpnPropertiesBaseArgs',
|
|
32
|
+
'CollectorAgentSpnPropertiesBaseArgsDict',
|
|
33
|
+
'ComputeSettingsArgs',
|
|
34
|
+
'ComputeSettingsArgsDict',
|
|
35
|
+
'DiscoveredEntityLightSummaryArgs',
|
|
36
|
+
'DiscoveredEntityLightSummaryArgsDict',
|
|
37
|
+
'EntityUptimeArgs',
|
|
38
|
+
'EntityUptimeArgsDict',
|
|
39
|
+
'FacilitySettingsArgs',
|
|
40
|
+
'FacilitySettingsArgsDict',
|
|
41
|
+
'HypervLicenseArgs',
|
|
42
|
+
'HypervLicenseArgsDict',
|
|
43
|
+
'HypervVirtualizationManagementSettingsArgs',
|
|
44
|
+
'HypervVirtualizationManagementSettingsArgsDict',
|
|
45
|
+
'LaborSettingsArgs',
|
|
46
|
+
'LaborSettingsArgsDict',
|
|
47
|
+
'LinuxServerLicensingSettingsArgs',
|
|
48
|
+
'LinuxServerLicensingSettingsArgsDict',
|
|
49
|
+
'ManagementSettingsArgs',
|
|
50
|
+
'ManagementSettingsArgsDict',
|
|
51
|
+
'NetworkSettingsArgs',
|
|
52
|
+
'NetworkSettingsArgsDict',
|
|
53
|
+
'OnPremiseSettingsArgs',
|
|
54
|
+
'OnPremiseSettingsArgsDict',
|
|
55
|
+
'OtherManagementCostsSettingsArgs',
|
|
56
|
+
'OtherManagementCostsSettingsArgsDict',
|
|
57
|
+
'PerfDataSettingsArgs',
|
|
58
|
+
'PerfDataSettingsArgsDict',
|
|
59
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
60
|
+
'PrivateLinkServiceConnectionStateArgsDict',
|
|
61
|
+
'SecuritySettingsArgs',
|
|
62
|
+
'SecuritySettingsArgsDict',
|
|
63
|
+
'SettingsArgs',
|
|
64
|
+
'SettingsArgsDict',
|
|
65
|
+
'SqlDbSettingsArgs',
|
|
66
|
+
'SqlDbSettingsArgsDict',
|
|
67
|
+
'SqlMiSettingsArgs',
|
|
68
|
+
'SqlMiSettingsArgsDict',
|
|
69
|
+
'SqlServerLicensingSettingsArgs',
|
|
70
|
+
'SqlServerLicensingSettingsArgsDict',
|
|
71
|
+
'SqlVmSettingsArgs',
|
|
72
|
+
'SqlVmSettingsArgsDict',
|
|
73
|
+
'StorageSettingsArgs',
|
|
74
|
+
'StorageSettingsArgsDict',
|
|
75
|
+
'ThirdPartyManagementSettingsArgs',
|
|
76
|
+
'ThirdPartyManagementSettingsArgsDict',
|
|
77
|
+
'VirtualizationSoftwareSettingsArgs',
|
|
78
|
+
'VirtualizationSoftwareSettingsArgsDict',
|
|
79
|
+
'VmUptimeArgs',
|
|
80
|
+
'VmUptimeArgsDict',
|
|
81
|
+
'VsphereLicenseArgs',
|
|
82
|
+
'VsphereLicenseArgsDict',
|
|
83
|
+
'VsphereManagementLicenseArgs',
|
|
84
|
+
'VsphereManagementLicenseArgsDict',
|
|
85
|
+
'VsphereManagementSettingsArgs',
|
|
86
|
+
'VsphereManagementSettingsArgsDict',
|
|
87
|
+
'WindowsServerLicensingSettingsArgs',
|
|
88
|
+
'WindowsServerLicensingSettingsArgsDict',
|
|
89
|
+
]
|
|
90
|
+
|
|
91
|
+
MYPY = False
|
|
92
|
+
|
|
93
|
+
if not MYPY:
|
|
94
|
+
class AKSAssessmentSettingsArgsDict(TypedDict):
|
|
95
|
+
"""
|
|
96
|
+
Data model of AKS Assessment Settings.
|
|
97
|
+
"""
|
|
98
|
+
azure_location: pulumi.Input[str]
|
|
99
|
+
"""
|
|
100
|
+
Gets or sets azure location.
|
|
101
|
+
"""
|
|
102
|
+
category: pulumi.Input[Union[str, 'AzureVmCategory']]
|
|
103
|
+
"""
|
|
104
|
+
Gets or sets azure VM category.
|
|
105
|
+
"""
|
|
106
|
+
consolidation: pulumi.Input[Union[str, 'ConsolidationType']]
|
|
107
|
+
"""
|
|
108
|
+
Gets or sets consolidation type.
|
|
109
|
+
"""
|
|
110
|
+
currency: pulumi.Input[Union[str, 'AzureCurrency']]
|
|
111
|
+
"""
|
|
112
|
+
Gets or sets currency.
|
|
113
|
+
"""
|
|
114
|
+
environment_type: pulumi.Input[Union[str, 'AzureEnvironmentType']]
|
|
115
|
+
"""
|
|
116
|
+
Gets or sets environment type.
|
|
117
|
+
"""
|
|
118
|
+
licensing_program: pulumi.Input[Union[str, 'LicensingProgram']]
|
|
119
|
+
"""
|
|
120
|
+
Gets or sets licensing program.
|
|
121
|
+
"""
|
|
122
|
+
pricing_tier: pulumi.Input[Union[str, 'PricingTier']]
|
|
123
|
+
"""
|
|
124
|
+
Gets or sets pricing tier.
|
|
125
|
+
"""
|
|
126
|
+
savings_options: pulumi.Input[Union[str, 'SavingsOptions']]
|
|
127
|
+
"""
|
|
128
|
+
Gets or sets savings options.
|
|
129
|
+
"""
|
|
130
|
+
sizing_criteria: pulumi.Input[Union[str, 'AssessmentSizingCriterion']]
|
|
131
|
+
"""
|
|
132
|
+
Gets or sets sizing criteria.
|
|
133
|
+
"""
|
|
134
|
+
discount_percentage: NotRequired[pulumi.Input[float]]
|
|
135
|
+
"""
|
|
136
|
+
Gets or sets discount percentage.
|
|
137
|
+
"""
|
|
138
|
+
performance_data: NotRequired[pulumi.Input['PerfDataSettingsArgsDict']]
|
|
139
|
+
"""
|
|
140
|
+
Gets or sets performance data settings.
|
|
141
|
+
"""
|
|
142
|
+
scaling_factor: NotRequired[pulumi.Input[float]]
|
|
143
|
+
"""
|
|
144
|
+
Gets or sets scaling factor.
|
|
145
|
+
"""
|
|
146
|
+
elif False:
|
|
147
|
+
AKSAssessmentSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
148
|
+
|
|
149
|
+
@pulumi.input_type
|
|
150
|
+
class AKSAssessmentSettingsArgs:
|
|
151
|
+
def __init__(__self__, *,
|
|
152
|
+
azure_location: pulumi.Input[str],
|
|
153
|
+
category: pulumi.Input[Union[str, 'AzureVmCategory']],
|
|
154
|
+
consolidation: pulumi.Input[Union[str, 'ConsolidationType']],
|
|
155
|
+
currency: pulumi.Input[Union[str, 'AzureCurrency']],
|
|
156
|
+
environment_type: pulumi.Input[Union[str, 'AzureEnvironmentType']],
|
|
157
|
+
licensing_program: pulumi.Input[Union[str, 'LicensingProgram']],
|
|
158
|
+
pricing_tier: pulumi.Input[Union[str, 'PricingTier']],
|
|
159
|
+
savings_options: pulumi.Input[Union[str, 'SavingsOptions']],
|
|
160
|
+
sizing_criteria: pulumi.Input[Union[str, 'AssessmentSizingCriterion']],
|
|
161
|
+
discount_percentage: Optional[pulumi.Input[float]] = None,
|
|
162
|
+
performance_data: Optional[pulumi.Input['PerfDataSettingsArgs']] = None,
|
|
163
|
+
scaling_factor: Optional[pulumi.Input[float]] = None):
|
|
164
|
+
"""
|
|
165
|
+
Data model of AKS Assessment Settings.
|
|
166
|
+
:param pulumi.Input[str] azure_location: Gets or sets azure location.
|
|
167
|
+
:param pulumi.Input[Union[str, 'AzureVmCategory']] category: Gets or sets azure VM category.
|
|
168
|
+
:param pulumi.Input[Union[str, 'ConsolidationType']] consolidation: Gets or sets consolidation type.
|
|
169
|
+
:param pulumi.Input[Union[str, 'AzureCurrency']] currency: Gets or sets currency.
|
|
170
|
+
:param pulumi.Input[Union[str, 'AzureEnvironmentType']] environment_type: Gets or sets environment type.
|
|
171
|
+
:param pulumi.Input[Union[str, 'LicensingProgram']] licensing_program: Gets or sets licensing program.
|
|
172
|
+
:param pulumi.Input[Union[str, 'PricingTier']] pricing_tier: Gets or sets pricing tier.
|
|
173
|
+
:param pulumi.Input[Union[str, 'SavingsOptions']] savings_options: Gets or sets savings options.
|
|
174
|
+
:param pulumi.Input[Union[str, 'AssessmentSizingCriterion']] sizing_criteria: Gets or sets sizing criteria.
|
|
175
|
+
:param pulumi.Input[float] discount_percentage: Gets or sets discount percentage.
|
|
176
|
+
:param pulumi.Input['PerfDataSettingsArgs'] performance_data: Gets or sets performance data settings.
|
|
177
|
+
:param pulumi.Input[float] scaling_factor: Gets or sets scaling factor.
|
|
178
|
+
"""
|
|
179
|
+
pulumi.set(__self__, "azure_location", azure_location)
|
|
180
|
+
pulumi.set(__self__, "category", category)
|
|
181
|
+
pulumi.set(__self__, "consolidation", consolidation)
|
|
182
|
+
pulumi.set(__self__, "currency", currency)
|
|
183
|
+
pulumi.set(__self__, "environment_type", environment_type)
|
|
184
|
+
pulumi.set(__self__, "licensing_program", licensing_program)
|
|
185
|
+
pulumi.set(__self__, "pricing_tier", pricing_tier)
|
|
186
|
+
pulumi.set(__self__, "savings_options", savings_options)
|
|
187
|
+
pulumi.set(__self__, "sizing_criteria", sizing_criteria)
|
|
188
|
+
if discount_percentage is not None:
|
|
189
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
190
|
+
if performance_data is not None:
|
|
191
|
+
pulumi.set(__self__, "performance_data", performance_data)
|
|
192
|
+
if scaling_factor is not None:
|
|
193
|
+
pulumi.set(__self__, "scaling_factor", scaling_factor)
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="azureLocation")
|
|
197
|
+
def azure_location(self) -> pulumi.Input[str]:
|
|
198
|
+
"""
|
|
199
|
+
Gets or sets azure location.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "azure_location")
|
|
202
|
+
|
|
203
|
+
@azure_location.setter
|
|
204
|
+
def azure_location(self, value: pulumi.Input[str]):
|
|
205
|
+
pulumi.set(self, "azure_location", value)
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter
|
|
209
|
+
def category(self) -> pulumi.Input[Union[str, 'AzureVmCategory']]:
|
|
210
|
+
"""
|
|
211
|
+
Gets or sets azure VM category.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "category")
|
|
214
|
+
|
|
215
|
+
@category.setter
|
|
216
|
+
def category(self, value: pulumi.Input[Union[str, 'AzureVmCategory']]):
|
|
217
|
+
pulumi.set(self, "category", value)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def consolidation(self) -> pulumi.Input[Union[str, 'ConsolidationType']]:
|
|
222
|
+
"""
|
|
223
|
+
Gets or sets consolidation type.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "consolidation")
|
|
226
|
+
|
|
227
|
+
@consolidation.setter
|
|
228
|
+
def consolidation(self, value: pulumi.Input[Union[str, 'ConsolidationType']]):
|
|
229
|
+
pulumi.set(self, "consolidation", value)
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def currency(self) -> pulumi.Input[Union[str, 'AzureCurrency']]:
|
|
234
|
+
"""
|
|
235
|
+
Gets or sets currency.
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "currency")
|
|
238
|
+
|
|
239
|
+
@currency.setter
|
|
240
|
+
def currency(self, value: pulumi.Input[Union[str, 'AzureCurrency']]):
|
|
241
|
+
pulumi.set(self, "currency", value)
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="environmentType")
|
|
245
|
+
def environment_type(self) -> pulumi.Input[Union[str, 'AzureEnvironmentType']]:
|
|
246
|
+
"""
|
|
247
|
+
Gets or sets environment type.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "environment_type")
|
|
250
|
+
|
|
251
|
+
@environment_type.setter
|
|
252
|
+
def environment_type(self, value: pulumi.Input[Union[str, 'AzureEnvironmentType']]):
|
|
253
|
+
pulumi.set(self, "environment_type", value)
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="licensingProgram")
|
|
257
|
+
def licensing_program(self) -> pulumi.Input[Union[str, 'LicensingProgram']]:
|
|
258
|
+
"""
|
|
259
|
+
Gets or sets licensing program.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "licensing_program")
|
|
262
|
+
|
|
263
|
+
@licensing_program.setter
|
|
264
|
+
def licensing_program(self, value: pulumi.Input[Union[str, 'LicensingProgram']]):
|
|
265
|
+
pulumi.set(self, "licensing_program", value)
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="pricingTier")
|
|
269
|
+
def pricing_tier(self) -> pulumi.Input[Union[str, 'PricingTier']]:
|
|
270
|
+
"""
|
|
271
|
+
Gets or sets pricing tier.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "pricing_tier")
|
|
274
|
+
|
|
275
|
+
@pricing_tier.setter
|
|
276
|
+
def pricing_tier(self, value: pulumi.Input[Union[str, 'PricingTier']]):
|
|
277
|
+
pulumi.set(self, "pricing_tier", value)
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
@pulumi.getter(name="savingsOptions")
|
|
281
|
+
def savings_options(self) -> pulumi.Input[Union[str, 'SavingsOptions']]:
|
|
282
|
+
"""
|
|
283
|
+
Gets or sets savings options.
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "savings_options")
|
|
286
|
+
|
|
287
|
+
@savings_options.setter
|
|
288
|
+
def savings_options(self, value: pulumi.Input[Union[str, 'SavingsOptions']]):
|
|
289
|
+
pulumi.set(self, "savings_options", value)
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter(name="sizingCriteria")
|
|
293
|
+
def sizing_criteria(self) -> pulumi.Input[Union[str, 'AssessmentSizingCriterion']]:
|
|
294
|
+
"""
|
|
295
|
+
Gets or sets sizing criteria.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "sizing_criteria")
|
|
298
|
+
|
|
299
|
+
@sizing_criteria.setter
|
|
300
|
+
def sizing_criteria(self, value: pulumi.Input[Union[str, 'AssessmentSizingCriterion']]):
|
|
301
|
+
pulumi.set(self, "sizing_criteria", value)
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="discountPercentage")
|
|
305
|
+
def discount_percentage(self) -> Optional[pulumi.Input[float]]:
|
|
306
|
+
"""
|
|
307
|
+
Gets or sets discount percentage.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "discount_percentage")
|
|
310
|
+
|
|
311
|
+
@discount_percentage.setter
|
|
312
|
+
def discount_percentage(self, value: Optional[pulumi.Input[float]]):
|
|
313
|
+
pulumi.set(self, "discount_percentage", value)
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter(name="performanceData")
|
|
317
|
+
def performance_data(self) -> Optional[pulumi.Input['PerfDataSettingsArgs']]:
|
|
318
|
+
"""
|
|
319
|
+
Gets or sets performance data settings.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "performance_data")
|
|
322
|
+
|
|
323
|
+
@performance_data.setter
|
|
324
|
+
def performance_data(self, value: Optional[pulumi.Input['PerfDataSettingsArgs']]):
|
|
325
|
+
pulumi.set(self, "performance_data", value)
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="scalingFactor")
|
|
329
|
+
def scaling_factor(self) -> Optional[pulumi.Input[float]]:
|
|
330
|
+
"""
|
|
331
|
+
Gets or sets scaling factor.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "scaling_factor")
|
|
334
|
+
|
|
335
|
+
@scaling_factor.setter
|
|
336
|
+
def scaling_factor(self, value: Optional[pulumi.Input[float]]):
|
|
337
|
+
pulumi.set(self, "scaling_factor", value)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
if not MYPY:
|
|
341
|
+
class AppSvcContainerSettingsArgsDict(TypedDict):
|
|
342
|
+
"""
|
|
343
|
+
App service container settings.
|
|
344
|
+
"""
|
|
345
|
+
isolation_required: pulumi.Input[bool]
|
|
346
|
+
"""
|
|
347
|
+
Gets or sets the isolation required.
|
|
348
|
+
"""
|
|
349
|
+
elif False:
|
|
350
|
+
AppSvcContainerSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
351
|
+
|
|
352
|
+
@pulumi.input_type
|
|
353
|
+
class AppSvcContainerSettingsArgs:
|
|
354
|
+
def __init__(__self__, *,
|
|
355
|
+
isolation_required: pulumi.Input[bool]):
|
|
356
|
+
"""
|
|
357
|
+
App service container settings.
|
|
358
|
+
:param pulumi.Input[bool] isolation_required: Gets or sets the isolation required.
|
|
359
|
+
"""
|
|
360
|
+
pulumi.set(__self__, "isolation_required", isolation_required)
|
|
361
|
+
|
|
362
|
+
@property
|
|
363
|
+
@pulumi.getter(name="isolationRequired")
|
|
364
|
+
def isolation_required(self) -> pulumi.Input[bool]:
|
|
365
|
+
"""
|
|
366
|
+
Gets or sets the isolation required.
|
|
367
|
+
"""
|
|
368
|
+
return pulumi.get(self, "isolation_required")
|
|
369
|
+
|
|
370
|
+
@isolation_required.setter
|
|
371
|
+
def isolation_required(self, value: pulumi.Input[bool]):
|
|
372
|
+
pulumi.set(self, "isolation_required", value)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
if not MYPY:
|
|
376
|
+
class AppSvcNativeSettingsArgsDict(TypedDict):
|
|
377
|
+
"""
|
|
378
|
+
App service native settings.
|
|
379
|
+
"""
|
|
380
|
+
isolation_required: pulumi.Input[bool]
|
|
381
|
+
"""
|
|
382
|
+
Gets or sets the isolation required.
|
|
383
|
+
"""
|
|
384
|
+
elif False:
|
|
385
|
+
AppSvcNativeSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
386
|
+
|
|
387
|
+
@pulumi.input_type
|
|
388
|
+
class AppSvcNativeSettingsArgs:
|
|
389
|
+
def __init__(__self__, *,
|
|
390
|
+
isolation_required: pulumi.Input[bool]):
|
|
391
|
+
"""
|
|
392
|
+
App service native settings.
|
|
393
|
+
:param pulumi.Input[bool] isolation_required: Gets or sets the isolation required.
|
|
394
|
+
"""
|
|
395
|
+
pulumi.set(__self__, "isolation_required", isolation_required)
|
|
396
|
+
|
|
397
|
+
@property
|
|
398
|
+
@pulumi.getter(name="isolationRequired")
|
|
399
|
+
def isolation_required(self) -> pulumi.Input[bool]:
|
|
400
|
+
"""
|
|
401
|
+
Gets or sets the isolation required.
|
|
402
|
+
"""
|
|
403
|
+
return pulumi.get(self, "isolation_required")
|
|
404
|
+
|
|
405
|
+
@isolation_required.setter
|
|
406
|
+
def isolation_required(self, value: pulumi.Input[bool]):
|
|
407
|
+
pulumi.set(self, "isolation_required", value)
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
if not MYPY:
|
|
411
|
+
class AssessmentScopeParametersArgsDict(TypedDict):
|
|
412
|
+
"""
|
|
413
|
+
Data model of Assessment Scope Parameters.
|
|
414
|
+
"""
|
|
415
|
+
server_group_id: NotRequired[pulumi.Input[str]]
|
|
416
|
+
"""
|
|
417
|
+
Gets or sets the server group id.
|
|
418
|
+
"""
|
|
419
|
+
elif False:
|
|
420
|
+
AssessmentScopeParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
421
|
+
|
|
422
|
+
@pulumi.input_type
|
|
423
|
+
class AssessmentScopeParametersArgs:
|
|
424
|
+
def __init__(__self__, *,
|
|
425
|
+
server_group_id: Optional[pulumi.Input[str]] = None):
|
|
426
|
+
"""
|
|
427
|
+
Data model of Assessment Scope Parameters.
|
|
428
|
+
:param pulumi.Input[str] server_group_id: Gets or sets the server group id.
|
|
429
|
+
"""
|
|
430
|
+
if server_group_id is not None:
|
|
431
|
+
pulumi.set(__self__, "server_group_id", server_group_id)
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter(name="serverGroupId")
|
|
435
|
+
def server_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
436
|
+
"""
|
|
437
|
+
Gets or sets the server group id.
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "server_group_id")
|
|
440
|
+
|
|
441
|
+
@server_group_id.setter
|
|
442
|
+
def server_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
443
|
+
pulumi.set(self, "server_group_id", value)
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
if not MYPY:
|
|
447
|
+
class AzureSettingsArgsDict(TypedDict):
|
|
448
|
+
"""
|
|
449
|
+
Azure settings for a business case.
|
|
450
|
+
"""
|
|
451
|
+
currency: pulumi.Input[Union[str, 'BusinessCaseCurrency']]
|
|
452
|
+
"""
|
|
453
|
+
Business case Currency.
|
|
454
|
+
"""
|
|
455
|
+
target_location: pulumi.Input[str]
|
|
456
|
+
"""
|
|
457
|
+
Gets or sets azure location.
|
|
458
|
+
"""
|
|
459
|
+
avs_labor_cost_percentage: NotRequired[pulumi.Input[float]]
|
|
460
|
+
"""
|
|
461
|
+
Gets Avs labour cost percentage.
|
|
462
|
+
"""
|
|
463
|
+
business_case_type: NotRequired[pulumi.Input[Union[str, 'MigrationStrategy']]]
|
|
464
|
+
"""
|
|
465
|
+
Migration Strategy.
|
|
466
|
+
"""
|
|
467
|
+
comfort_factor: NotRequired[pulumi.Input[float]]
|
|
468
|
+
"""
|
|
469
|
+
Gets comfort factor.
|
|
470
|
+
"""
|
|
471
|
+
discount_percentage: NotRequired[pulumi.Input[float]]
|
|
472
|
+
"""
|
|
473
|
+
Gets azure Discount percentage.
|
|
474
|
+
"""
|
|
475
|
+
iaas_labor_cost_percentage: NotRequired[pulumi.Input[float]]
|
|
476
|
+
"""
|
|
477
|
+
Gets IaaS labour cost percentage.
|
|
478
|
+
"""
|
|
479
|
+
infrastructure_growth_rate: NotRequired[pulumi.Input[float]]
|
|
480
|
+
"""
|
|
481
|
+
Gets infrastructure growth rate.
|
|
482
|
+
"""
|
|
483
|
+
network_cost_percentage: NotRequired[pulumi.Input[float]]
|
|
484
|
+
"""
|
|
485
|
+
Gets network cost percentage.
|
|
486
|
+
"""
|
|
487
|
+
paas_labor_cost_percentage: NotRequired[pulumi.Input[float]]
|
|
488
|
+
"""
|
|
489
|
+
Gets PaaS labour cost percentage.
|
|
490
|
+
"""
|
|
491
|
+
per_year_migration_completion_percentage: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[float]]]]
|
|
492
|
+
"""
|
|
493
|
+
Gets migration completion percentage per year.
|
|
494
|
+
"""
|
|
495
|
+
performance_data_end_time: NotRequired[pulumi.Input[str]]
|
|
496
|
+
"""
|
|
497
|
+
Gets end time to use for performance.
|
|
498
|
+
"""
|
|
499
|
+
performance_data_start_time: NotRequired[pulumi.Input[str]]
|
|
500
|
+
"""
|
|
501
|
+
Gets start time to use for performance.
|
|
502
|
+
"""
|
|
503
|
+
performance_utilization_percentile: NotRequired[pulumi.Input[float]]
|
|
504
|
+
"""
|
|
505
|
+
Gets utilization percentile for performance.
|
|
506
|
+
"""
|
|
507
|
+
savings_option: NotRequired[pulumi.Input[Union[str, 'SavingsOption']]]
|
|
508
|
+
"""
|
|
509
|
+
Gets the business case savings option type.
|
|
510
|
+
"""
|
|
511
|
+
wacc: NotRequired[pulumi.Input[float]]
|
|
512
|
+
"""
|
|
513
|
+
Gets wACC percentage.
|
|
514
|
+
"""
|
|
515
|
+
workload_discovery_source: NotRequired[pulumi.Input[Union[str, 'DiscoverySource']]]
|
|
516
|
+
"""
|
|
517
|
+
Workload discovery source.
|
|
518
|
+
"""
|
|
519
|
+
elif False:
|
|
520
|
+
AzureSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
521
|
+
|
|
522
|
+
@pulumi.input_type
|
|
523
|
+
class AzureSettingsArgs:
|
|
524
|
+
def __init__(__self__, *,
|
|
525
|
+
currency: Optional[pulumi.Input[Union[str, 'BusinessCaseCurrency']]] = None,
|
|
526
|
+
target_location: pulumi.Input[str],
|
|
527
|
+
avs_labor_cost_percentage: Optional[pulumi.Input[float]] = None,
|
|
528
|
+
business_case_type: Optional[pulumi.Input[Union[str, 'MigrationStrategy']]] = None,
|
|
529
|
+
comfort_factor: Optional[pulumi.Input[float]] = None,
|
|
530
|
+
discount_percentage: Optional[pulumi.Input[float]] = None,
|
|
531
|
+
iaas_labor_cost_percentage: Optional[pulumi.Input[float]] = None,
|
|
532
|
+
infrastructure_growth_rate: Optional[pulumi.Input[float]] = None,
|
|
533
|
+
network_cost_percentage: Optional[pulumi.Input[float]] = None,
|
|
534
|
+
paas_labor_cost_percentage: Optional[pulumi.Input[float]] = None,
|
|
535
|
+
per_year_migration_completion_percentage: Optional[pulumi.Input[Mapping[str, pulumi.Input[float]]]] = None,
|
|
536
|
+
performance_data_end_time: Optional[pulumi.Input[str]] = None,
|
|
537
|
+
performance_data_start_time: Optional[pulumi.Input[str]] = None,
|
|
538
|
+
performance_utilization_percentile: Optional[pulumi.Input[float]] = None,
|
|
539
|
+
savings_option: Optional[pulumi.Input[Union[str, 'SavingsOption']]] = None,
|
|
540
|
+
wacc: Optional[pulumi.Input[float]] = None,
|
|
541
|
+
workload_discovery_source: Optional[pulumi.Input[Union[str, 'DiscoverySource']]] = None):
|
|
542
|
+
"""
|
|
543
|
+
Azure settings for a business case.
|
|
544
|
+
:param pulumi.Input[Union[str, 'BusinessCaseCurrency']] currency: Business case Currency.
|
|
545
|
+
:param pulumi.Input[str] target_location: Gets or sets azure location.
|
|
546
|
+
:param pulumi.Input[float] avs_labor_cost_percentage: Gets Avs labour cost percentage.
|
|
547
|
+
:param pulumi.Input[Union[str, 'MigrationStrategy']] business_case_type: Migration Strategy.
|
|
548
|
+
:param pulumi.Input[float] comfort_factor: Gets comfort factor.
|
|
549
|
+
:param pulumi.Input[float] discount_percentage: Gets azure Discount percentage.
|
|
550
|
+
:param pulumi.Input[float] iaas_labor_cost_percentage: Gets IaaS labour cost percentage.
|
|
551
|
+
:param pulumi.Input[float] infrastructure_growth_rate: Gets infrastructure growth rate.
|
|
552
|
+
:param pulumi.Input[float] network_cost_percentage: Gets network cost percentage.
|
|
553
|
+
:param pulumi.Input[float] paas_labor_cost_percentage: Gets PaaS labour cost percentage.
|
|
554
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[float]]] per_year_migration_completion_percentage: Gets migration completion percentage per year.
|
|
555
|
+
:param pulumi.Input[str] performance_data_end_time: Gets end time to use for performance.
|
|
556
|
+
:param pulumi.Input[str] performance_data_start_time: Gets start time to use for performance.
|
|
557
|
+
:param pulumi.Input[float] performance_utilization_percentile: Gets utilization percentile for performance.
|
|
558
|
+
:param pulumi.Input[Union[str, 'SavingsOption']] savings_option: Gets the business case savings option type.
|
|
559
|
+
:param pulumi.Input[float] wacc: Gets wACC percentage.
|
|
560
|
+
:param pulumi.Input[Union[str, 'DiscoverySource']] workload_discovery_source: Workload discovery source.
|
|
561
|
+
"""
|
|
562
|
+
if currency is None:
|
|
563
|
+
currency = 'USD'
|
|
564
|
+
pulumi.set(__self__, "currency", currency)
|
|
565
|
+
pulumi.set(__self__, "target_location", target_location)
|
|
566
|
+
if avs_labor_cost_percentage is None:
|
|
567
|
+
avs_labor_cost_percentage = 75
|
|
568
|
+
if avs_labor_cost_percentage is not None:
|
|
569
|
+
pulumi.set(__self__, "avs_labor_cost_percentage", avs_labor_cost_percentage)
|
|
570
|
+
if business_case_type is None:
|
|
571
|
+
business_case_type = 'OptimizeForCost'
|
|
572
|
+
if business_case_type is not None:
|
|
573
|
+
pulumi.set(__self__, "business_case_type", business_case_type)
|
|
574
|
+
if comfort_factor is None:
|
|
575
|
+
comfort_factor = 1
|
|
576
|
+
if comfort_factor is not None:
|
|
577
|
+
pulumi.set(__self__, "comfort_factor", comfort_factor)
|
|
578
|
+
if discount_percentage is not None:
|
|
579
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
580
|
+
if iaas_labor_cost_percentage is None:
|
|
581
|
+
iaas_labor_cost_percentage = 75
|
|
582
|
+
if iaas_labor_cost_percentage is not None:
|
|
583
|
+
pulumi.set(__self__, "iaas_labor_cost_percentage", iaas_labor_cost_percentage)
|
|
584
|
+
if infrastructure_growth_rate is None:
|
|
585
|
+
infrastructure_growth_rate = 5
|
|
586
|
+
if infrastructure_growth_rate is not None:
|
|
587
|
+
pulumi.set(__self__, "infrastructure_growth_rate", infrastructure_growth_rate)
|
|
588
|
+
if network_cost_percentage is None:
|
|
589
|
+
network_cost_percentage = 5
|
|
590
|
+
if network_cost_percentage is not None:
|
|
591
|
+
pulumi.set(__self__, "network_cost_percentage", network_cost_percentage)
|
|
592
|
+
if paas_labor_cost_percentage is None:
|
|
593
|
+
paas_labor_cost_percentage = 60
|
|
594
|
+
if paas_labor_cost_percentage is not None:
|
|
595
|
+
pulumi.set(__self__, "paas_labor_cost_percentage", paas_labor_cost_percentage)
|
|
596
|
+
if per_year_migration_completion_percentage is not None:
|
|
597
|
+
pulumi.set(__self__, "per_year_migration_completion_percentage", per_year_migration_completion_percentage)
|
|
598
|
+
if performance_data_end_time is not None:
|
|
599
|
+
pulumi.set(__self__, "performance_data_end_time", performance_data_end_time)
|
|
600
|
+
if performance_data_start_time is not None:
|
|
601
|
+
pulumi.set(__self__, "performance_data_start_time", performance_data_start_time)
|
|
602
|
+
if performance_utilization_percentile is None:
|
|
603
|
+
performance_utilization_percentile = 95
|
|
604
|
+
if performance_utilization_percentile is not None:
|
|
605
|
+
pulumi.set(__self__, "performance_utilization_percentile", performance_utilization_percentile)
|
|
606
|
+
if savings_option is None:
|
|
607
|
+
savings_option = 'RI3Year'
|
|
608
|
+
if savings_option is not None:
|
|
609
|
+
pulumi.set(__self__, "savings_option", savings_option)
|
|
610
|
+
if wacc is not None:
|
|
611
|
+
pulumi.set(__self__, "wacc", wacc)
|
|
612
|
+
if workload_discovery_source is None:
|
|
613
|
+
workload_discovery_source = 'Appliance'
|
|
614
|
+
if workload_discovery_source is not None:
|
|
615
|
+
pulumi.set(__self__, "workload_discovery_source", workload_discovery_source)
|
|
616
|
+
|
|
617
|
+
@property
|
|
618
|
+
@pulumi.getter
|
|
619
|
+
def currency(self) -> pulumi.Input[Union[str, 'BusinessCaseCurrency']]:
|
|
620
|
+
"""
|
|
621
|
+
Business case Currency.
|
|
622
|
+
"""
|
|
623
|
+
return pulumi.get(self, "currency")
|
|
624
|
+
|
|
625
|
+
@currency.setter
|
|
626
|
+
def currency(self, value: pulumi.Input[Union[str, 'BusinessCaseCurrency']]):
|
|
627
|
+
pulumi.set(self, "currency", value)
|
|
628
|
+
|
|
629
|
+
@property
|
|
630
|
+
@pulumi.getter(name="targetLocation")
|
|
631
|
+
def target_location(self) -> pulumi.Input[str]:
|
|
632
|
+
"""
|
|
633
|
+
Gets or sets azure location.
|
|
634
|
+
"""
|
|
635
|
+
return pulumi.get(self, "target_location")
|
|
636
|
+
|
|
637
|
+
@target_location.setter
|
|
638
|
+
def target_location(self, value: pulumi.Input[str]):
|
|
639
|
+
pulumi.set(self, "target_location", value)
|
|
640
|
+
|
|
641
|
+
@property
|
|
642
|
+
@pulumi.getter(name="avsLaborCostPercentage")
|
|
643
|
+
def avs_labor_cost_percentage(self) -> Optional[pulumi.Input[float]]:
|
|
644
|
+
"""
|
|
645
|
+
Gets Avs labour cost percentage.
|
|
646
|
+
"""
|
|
647
|
+
return pulumi.get(self, "avs_labor_cost_percentage")
|
|
648
|
+
|
|
649
|
+
@avs_labor_cost_percentage.setter
|
|
650
|
+
def avs_labor_cost_percentage(self, value: Optional[pulumi.Input[float]]):
|
|
651
|
+
pulumi.set(self, "avs_labor_cost_percentage", value)
|
|
652
|
+
|
|
653
|
+
@property
|
|
654
|
+
@pulumi.getter(name="businessCaseType")
|
|
655
|
+
def business_case_type(self) -> Optional[pulumi.Input[Union[str, 'MigrationStrategy']]]:
|
|
656
|
+
"""
|
|
657
|
+
Migration Strategy.
|
|
658
|
+
"""
|
|
659
|
+
return pulumi.get(self, "business_case_type")
|
|
660
|
+
|
|
661
|
+
@business_case_type.setter
|
|
662
|
+
def business_case_type(self, value: Optional[pulumi.Input[Union[str, 'MigrationStrategy']]]):
|
|
663
|
+
pulumi.set(self, "business_case_type", value)
|
|
664
|
+
|
|
665
|
+
@property
|
|
666
|
+
@pulumi.getter(name="comfortFactor")
|
|
667
|
+
def comfort_factor(self) -> Optional[pulumi.Input[float]]:
|
|
668
|
+
"""
|
|
669
|
+
Gets comfort factor.
|
|
670
|
+
"""
|
|
671
|
+
return pulumi.get(self, "comfort_factor")
|
|
672
|
+
|
|
673
|
+
@comfort_factor.setter
|
|
674
|
+
def comfort_factor(self, value: Optional[pulumi.Input[float]]):
|
|
675
|
+
pulumi.set(self, "comfort_factor", value)
|
|
676
|
+
|
|
677
|
+
@property
|
|
678
|
+
@pulumi.getter(name="discountPercentage")
|
|
679
|
+
def discount_percentage(self) -> Optional[pulumi.Input[float]]:
|
|
680
|
+
"""
|
|
681
|
+
Gets azure Discount percentage.
|
|
682
|
+
"""
|
|
683
|
+
return pulumi.get(self, "discount_percentage")
|
|
684
|
+
|
|
685
|
+
@discount_percentage.setter
|
|
686
|
+
def discount_percentage(self, value: Optional[pulumi.Input[float]]):
|
|
687
|
+
pulumi.set(self, "discount_percentage", value)
|
|
688
|
+
|
|
689
|
+
@property
|
|
690
|
+
@pulumi.getter(name="iaasLaborCostPercentage")
|
|
691
|
+
def iaas_labor_cost_percentage(self) -> Optional[pulumi.Input[float]]:
|
|
692
|
+
"""
|
|
693
|
+
Gets IaaS labour cost percentage.
|
|
694
|
+
"""
|
|
695
|
+
return pulumi.get(self, "iaas_labor_cost_percentage")
|
|
696
|
+
|
|
697
|
+
@iaas_labor_cost_percentage.setter
|
|
698
|
+
def iaas_labor_cost_percentage(self, value: Optional[pulumi.Input[float]]):
|
|
699
|
+
pulumi.set(self, "iaas_labor_cost_percentage", value)
|
|
700
|
+
|
|
701
|
+
@property
|
|
702
|
+
@pulumi.getter(name="infrastructureGrowthRate")
|
|
703
|
+
def infrastructure_growth_rate(self) -> Optional[pulumi.Input[float]]:
|
|
704
|
+
"""
|
|
705
|
+
Gets infrastructure growth rate.
|
|
706
|
+
"""
|
|
707
|
+
return pulumi.get(self, "infrastructure_growth_rate")
|
|
708
|
+
|
|
709
|
+
@infrastructure_growth_rate.setter
|
|
710
|
+
def infrastructure_growth_rate(self, value: Optional[pulumi.Input[float]]):
|
|
711
|
+
pulumi.set(self, "infrastructure_growth_rate", value)
|
|
712
|
+
|
|
713
|
+
@property
|
|
714
|
+
@pulumi.getter(name="networkCostPercentage")
|
|
715
|
+
def network_cost_percentage(self) -> Optional[pulumi.Input[float]]:
|
|
716
|
+
"""
|
|
717
|
+
Gets network cost percentage.
|
|
718
|
+
"""
|
|
719
|
+
return pulumi.get(self, "network_cost_percentage")
|
|
720
|
+
|
|
721
|
+
@network_cost_percentage.setter
|
|
722
|
+
def network_cost_percentage(self, value: Optional[pulumi.Input[float]]):
|
|
723
|
+
pulumi.set(self, "network_cost_percentage", value)
|
|
724
|
+
|
|
725
|
+
@property
|
|
726
|
+
@pulumi.getter(name="paasLaborCostPercentage")
|
|
727
|
+
def paas_labor_cost_percentage(self) -> Optional[pulumi.Input[float]]:
|
|
728
|
+
"""
|
|
729
|
+
Gets PaaS labour cost percentage.
|
|
730
|
+
"""
|
|
731
|
+
return pulumi.get(self, "paas_labor_cost_percentage")
|
|
732
|
+
|
|
733
|
+
@paas_labor_cost_percentage.setter
|
|
734
|
+
def paas_labor_cost_percentage(self, value: Optional[pulumi.Input[float]]):
|
|
735
|
+
pulumi.set(self, "paas_labor_cost_percentage", value)
|
|
736
|
+
|
|
737
|
+
@property
|
|
738
|
+
@pulumi.getter(name="perYearMigrationCompletionPercentage")
|
|
739
|
+
def per_year_migration_completion_percentage(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[float]]]]:
|
|
740
|
+
"""
|
|
741
|
+
Gets migration completion percentage per year.
|
|
742
|
+
"""
|
|
743
|
+
return pulumi.get(self, "per_year_migration_completion_percentage")
|
|
744
|
+
|
|
745
|
+
@per_year_migration_completion_percentage.setter
|
|
746
|
+
def per_year_migration_completion_percentage(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[float]]]]):
|
|
747
|
+
pulumi.set(self, "per_year_migration_completion_percentage", value)
|
|
748
|
+
|
|
749
|
+
@property
|
|
750
|
+
@pulumi.getter(name="performanceDataEndTime")
|
|
751
|
+
def performance_data_end_time(self) -> Optional[pulumi.Input[str]]:
|
|
752
|
+
"""
|
|
753
|
+
Gets end time to use for performance.
|
|
754
|
+
"""
|
|
755
|
+
return pulumi.get(self, "performance_data_end_time")
|
|
756
|
+
|
|
757
|
+
@performance_data_end_time.setter
|
|
758
|
+
def performance_data_end_time(self, value: Optional[pulumi.Input[str]]):
|
|
759
|
+
pulumi.set(self, "performance_data_end_time", value)
|
|
760
|
+
|
|
761
|
+
@property
|
|
762
|
+
@pulumi.getter(name="performanceDataStartTime")
|
|
763
|
+
def performance_data_start_time(self) -> Optional[pulumi.Input[str]]:
|
|
764
|
+
"""
|
|
765
|
+
Gets start time to use for performance.
|
|
766
|
+
"""
|
|
767
|
+
return pulumi.get(self, "performance_data_start_time")
|
|
768
|
+
|
|
769
|
+
@performance_data_start_time.setter
|
|
770
|
+
def performance_data_start_time(self, value: Optional[pulumi.Input[str]]):
|
|
771
|
+
pulumi.set(self, "performance_data_start_time", value)
|
|
772
|
+
|
|
773
|
+
@property
|
|
774
|
+
@pulumi.getter(name="performanceUtilizationPercentile")
|
|
775
|
+
def performance_utilization_percentile(self) -> Optional[pulumi.Input[float]]:
|
|
776
|
+
"""
|
|
777
|
+
Gets utilization percentile for performance.
|
|
778
|
+
"""
|
|
779
|
+
return pulumi.get(self, "performance_utilization_percentile")
|
|
780
|
+
|
|
781
|
+
@performance_utilization_percentile.setter
|
|
782
|
+
def performance_utilization_percentile(self, value: Optional[pulumi.Input[float]]):
|
|
783
|
+
pulumi.set(self, "performance_utilization_percentile", value)
|
|
784
|
+
|
|
785
|
+
@property
|
|
786
|
+
@pulumi.getter(name="savingsOption")
|
|
787
|
+
def savings_option(self) -> Optional[pulumi.Input[Union[str, 'SavingsOption']]]:
|
|
788
|
+
"""
|
|
789
|
+
Gets the business case savings option type.
|
|
790
|
+
"""
|
|
791
|
+
return pulumi.get(self, "savings_option")
|
|
792
|
+
|
|
793
|
+
@savings_option.setter
|
|
794
|
+
def savings_option(self, value: Optional[pulumi.Input[Union[str, 'SavingsOption']]]):
|
|
795
|
+
pulumi.set(self, "savings_option", value)
|
|
796
|
+
|
|
797
|
+
@property
|
|
798
|
+
@pulumi.getter
|
|
799
|
+
def wacc(self) -> Optional[pulumi.Input[float]]:
|
|
800
|
+
"""
|
|
801
|
+
Gets wACC percentage.
|
|
802
|
+
"""
|
|
803
|
+
return pulumi.get(self, "wacc")
|
|
804
|
+
|
|
805
|
+
@wacc.setter
|
|
806
|
+
def wacc(self, value: Optional[pulumi.Input[float]]):
|
|
807
|
+
pulumi.set(self, "wacc", value)
|
|
808
|
+
|
|
809
|
+
@property
|
|
810
|
+
@pulumi.getter(name="workloadDiscoverySource")
|
|
811
|
+
def workload_discovery_source(self) -> Optional[pulumi.Input[Union[str, 'DiscoverySource']]]:
|
|
812
|
+
"""
|
|
813
|
+
Workload discovery source.
|
|
814
|
+
"""
|
|
815
|
+
return pulumi.get(self, "workload_discovery_source")
|
|
816
|
+
|
|
817
|
+
@workload_discovery_source.setter
|
|
818
|
+
def workload_discovery_source(self, value: Optional[pulumi.Input[Union[str, 'DiscoverySource']]]):
|
|
819
|
+
pulumi.set(self, "workload_discovery_source", value)
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
if not MYPY:
|
|
823
|
+
class CollectorAgentPropertiesBaseArgsDict(TypedDict):
|
|
824
|
+
"""
|
|
825
|
+
Collector agent property class.
|
|
826
|
+
"""
|
|
827
|
+
id: NotRequired[pulumi.Input[str]]
|
|
828
|
+
"""
|
|
829
|
+
Gets the collector agent id.
|
|
830
|
+
"""
|
|
831
|
+
last_heartbeat_utc: NotRequired[pulumi.Input[str]]
|
|
832
|
+
"""
|
|
833
|
+
Gets the collector last heartbeat time.
|
|
834
|
+
"""
|
|
835
|
+
spn_details: NotRequired[pulumi.Input['CollectorAgentSpnPropertiesBaseArgsDict']]
|
|
836
|
+
"""
|
|
837
|
+
Gets or sets the SPN details.
|
|
838
|
+
"""
|
|
839
|
+
version: NotRequired[pulumi.Input[str]]
|
|
840
|
+
"""
|
|
841
|
+
Gets the collector agent version.
|
|
842
|
+
"""
|
|
843
|
+
elif False:
|
|
844
|
+
CollectorAgentPropertiesBaseArgsDict: TypeAlias = Mapping[str, Any]
|
|
845
|
+
|
|
846
|
+
@pulumi.input_type
|
|
847
|
+
class CollectorAgentPropertiesBaseArgs:
|
|
848
|
+
def __init__(__self__, *,
|
|
849
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
850
|
+
last_heartbeat_utc: Optional[pulumi.Input[str]] = None,
|
|
851
|
+
spn_details: Optional[pulumi.Input['CollectorAgentSpnPropertiesBaseArgs']] = None,
|
|
852
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
853
|
+
"""
|
|
854
|
+
Collector agent property class.
|
|
855
|
+
:param pulumi.Input[str] id: Gets the collector agent id.
|
|
856
|
+
:param pulumi.Input[str] last_heartbeat_utc: Gets the collector last heartbeat time.
|
|
857
|
+
:param pulumi.Input['CollectorAgentSpnPropertiesBaseArgs'] spn_details: Gets or sets the SPN details.
|
|
858
|
+
:param pulumi.Input[str] version: Gets the collector agent version.
|
|
859
|
+
"""
|
|
860
|
+
if id is not None:
|
|
861
|
+
pulumi.set(__self__, "id", id)
|
|
862
|
+
if last_heartbeat_utc is not None:
|
|
863
|
+
pulumi.set(__self__, "last_heartbeat_utc", last_heartbeat_utc)
|
|
864
|
+
if spn_details is not None:
|
|
865
|
+
pulumi.set(__self__, "spn_details", spn_details)
|
|
866
|
+
if version is not None:
|
|
867
|
+
pulumi.set(__self__, "version", version)
|
|
868
|
+
|
|
869
|
+
@property
|
|
870
|
+
@pulumi.getter
|
|
871
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
872
|
+
"""
|
|
873
|
+
Gets the collector agent id.
|
|
874
|
+
"""
|
|
875
|
+
return pulumi.get(self, "id")
|
|
876
|
+
|
|
877
|
+
@id.setter
|
|
878
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
879
|
+
pulumi.set(self, "id", value)
|
|
880
|
+
|
|
881
|
+
@property
|
|
882
|
+
@pulumi.getter(name="lastHeartbeatUtc")
|
|
883
|
+
def last_heartbeat_utc(self) -> Optional[pulumi.Input[str]]:
|
|
884
|
+
"""
|
|
885
|
+
Gets the collector last heartbeat time.
|
|
886
|
+
"""
|
|
887
|
+
return pulumi.get(self, "last_heartbeat_utc")
|
|
888
|
+
|
|
889
|
+
@last_heartbeat_utc.setter
|
|
890
|
+
def last_heartbeat_utc(self, value: Optional[pulumi.Input[str]]):
|
|
891
|
+
pulumi.set(self, "last_heartbeat_utc", value)
|
|
892
|
+
|
|
893
|
+
@property
|
|
894
|
+
@pulumi.getter(name="spnDetails")
|
|
895
|
+
def spn_details(self) -> Optional[pulumi.Input['CollectorAgentSpnPropertiesBaseArgs']]:
|
|
896
|
+
"""
|
|
897
|
+
Gets or sets the SPN details.
|
|
898
|
+
"""
|
|
899
|
+
return pulumi.get(self, "spn_details")
|
|
900
|
+
|
|
901
|
+
@spn_details.setter
|
|
902
|
+
def spn_details(self, value: Optional[pulumi.Input['CollectorAgentSpnPropertiesBaseArgs']]):
|
|
903
|
+
pulumi.set(self, "spn_details", value)
|
|
904
|
+
|
|
905
|
+
@property
|
|
906
|
+
@pulumi.getter
|
|
907
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
908
|
+
"""
|
|
909
|
+
Gets the collector agent version.
|
|
910
|
+
"""
|
|
911
|
+
return pulumi.get(self, "version")
|
|
912
|
+
|
|
913
|
+
@version.setter
|
|
914
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
915
|
+
pulumi.set(self, "version", value)
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
if not MYPY:
|
|
919
|
+
class CollectorAgentSpnPropertiesBaseArgsDict(TypedDict):
|
|
920
|
+
"""
|
|
921
|
+
Collector agent SPN details class.
|
|
922
|
+
"""
|
|
923
|
+
application_id: NotRequired[pulumi.Input[str]]
|
|
924
|
+
"""
|
|
925
|
+
Gets the AAD application id.
|
|
926
|
+
"""
|
|
927
|
+
audience: NotRequired[pulumi.Input[str]]
|
|
928
|
+
"""
|
|
929
|
+
Gets the AAD audience url.
|
|
930
|
+
"""
|
|
931
|
+
authority: NotRequired[pulumi.Input[str]]
|
|
932
|
+
"""
|
|
933
|
+
Gets the AAD authority endpoint.
|
|
934
|
+
"""
|
|
935
|
+
object_id: NotRequired[pulumi.Input[str]]
|
|
936
|
+
"""
|
|
937
|
+
Gets the object id of the AAD application.
|
|
938
|
+
"""
|
|
939
|
+
tenant_id: NotRequired[pulumi.Input[str]]
|
|
940
|
+
"""
|
|
941
|
+
Gets the tenant id of the AAD application.
|
|
942
|
+
"""
|
|
943
|
+
elif False:
|
|
944
|
+
CollectorAgentSpnPropertiesBaseArgsDict: TypeAlias = Mapping[str, Any]
|
|
945
|
+
|
|
946
|
+
@pulumi.input_type
|
|
947
|
+
class CollectorAgentSpnPropertiesBaseArgs:
|
|
948
|
+
def __init__(__self__, *,
|
|
949
|
+
application_id: Optional[pulumi.Input[str]] = None,
|
|
950
|
+
audience: Optional[pulumi.Input[str]] = None,
|
|
951
|
+
authority: Optional[pulumi.Input[str]] = None,
|
|
952
|
+
object_id: Optional[pulumi.Input[str]] = None,
|
|
953
|
+
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
954
|
+
"""
|
|
955
|
+
Collector agent SPN details class.
|
|
956
|
+
:param pulumi.Input[str] application_id: Gets the AAD application id.
|
|
957
|
+
:param pulumi.Input[str] audience: Gets the AAD audience url.
|
|
958
|
+
:param pulumi.Input[str] authority: Gets the AAD authority endpoint.
|
|
959
|
+
:param pulumi.Input[str] object_id: Gets the object id of the AAD application.
|
|
960
|
+
:param pulumi.Input[str] tenant_id: Gets the tenant id of the AAD application.
|
|
961
|
+
"""
|
|
962
|
+
if application_id is not None:
|
|
963
|
+
pulumi.set(__self__, "application_id", application_id)
|
|
964
|
+
if audience is not None:
|
|
965
|
+
pulumi.set(__self__, "audience", audience)
|
|
966
|
+
if authority is not None:
|
|
967
|
+
pulumi.set(__self__, "authority", authority)
|
|
968
|
+
if object_id is not None:
|
|
969
|
+
pulumi.set(__self__, "object_id", object_id)
|
|
970
|
+
if tenant_id is not None:
|
|
971
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
972
|
+
|
|
973
|
+
@property
|
|
974
|
+
@pulumi.getter(name="applicationId")
|
|
975
|
+
def application_id(self) -> Optional[pulumi.Input[str]]:
|
|
976
|
+
"""
|
|
977
|
+
Gets the AAD application id.
|
|
978
|
+
"""
|
|
979
|
+
return pulumi.get(self, "application_id")
|
|
980
|
+
|
|
981
|
+
@application_id.setter
|
|
982
|
+
def application_id(self, value: Optional[pulumi.Input[str]]):
|
|
983
|
+
pulumi.set(self, "application_id", value)
|
|
984
|
+
|
|
985
|
+
@property
|
|
986
|
+
@pulumi.getter
|
|
987
|
+
def audience(self) -> Optional[pulumi.Input[str]]:
|
|
988
|
+
"""
|
|
989
|
+
Gets the AAD audience url.
|
|
990
|
+
"""
|
|
991
|
+
return pulumi.get(self, "audience")
|
|
992
|
+
|
|
993
|
+
@audience.setter
|
|
994
|
+
def audience(self, value: Optional[pulumi.Input[str]]):
|
|
995
|
+
pulumi.set(self, "audience", value)
|
|
996
|
+
|
|
997
|
+
@property
|
|
998
|
+
@pulumi.getter
|
|
999
|
+
def authority(self) -> Optional[pulumi.Input[str]]:
|
|
1000
|
+
"""
|
|
1001
|
+
Gets the AAD authority endpoint.
|
|
1002
|
+
"""
|
|
1003
|
+
return pulumi.get(self, "authority")
|
|
1004
|
+
|
|
1005
|
+
@authority.setter
|
|
1006
|
+
def authority(self, value: Optional[pulumi.Input[str]]):
|
|
1007
|
+
pulumi.set(self, "authority", value)
|
|
1008
|
+
|
|
1009
|
+
@property
|
|
1010
|
+
@pulumi.getter(name="objectId")
|
|
1011
|
+
def object_id(self) -> Optional[pulumi.Input[str]]:
|
|
1012
|
+
"""
|
|
1013
|
+
Gets the object id of the AAD application.
|
|
1014
|
+
"""
|
|
1015
|
+
return pulumi.get(self, "object_id")
|
|
1016
|
+
|
|
1017
|
+
@object_id.setter
|
|
1018
|
+
def object_id(self, value: Optional[pulumi.Input[str]]):
|
|
1019
|
+
pulumi.set(self, "object_id", value)
|
|
1020
|
+
|
|
1021
|
+
@property
|
|
1022
|
+
@pulumi.getter(name="tenantId")
|
|
1023
|
+
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
1024
|
+
"""
|
|
1025
|
+
Gets the tenant id of the AAD application.
|
|
1026
|
+
"""
|
|
1027
|
+
return pulumi.get(self, "tenant_id")
|
|
1028
|
+
|
|
1029
|
+
@tenant_id.setter
|
|
1030
|
+
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
1031
|
+
pulumi.set(self, "tenant_id", value)
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
if not MYPY:
|
|
1035
|
+
class ComputeSettingsArgsDict(TypedDict):
|
|
1036
|
+
"""
|
|
1037
|
+
Compute settings.
|
|
1038
|
+
"""
|
|
1039
|
+
hyperthread_core_to_memory_ratio: pulumi.Input[float]
|
|
1040
|
+
"""
|
|
1041
|
+
Hyperthread core to memory ratio.
|
|
1042
|
+
"""
|
|
1043
|
+
price: pulumi.Input[float]
|
|
1044
|
+
"""
|
|
1045
|
+
Compute Price.
|
|
1046
|
+
"""
|
|
1047
|
+
rhel_linux_server_licensing: pulumi.Input['LinuxServerLicensingSettingsArgsDict']
|
|
1048
|
+
"""
|
|
1049
|
+
Linux Rhel Server licensing settings.
|
|
1050
|
+
"""
|
|
1051
|
+
sql_server_licensing: pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgsDict']]]
|
|
1052
|
+
"""
|
|
1053
|
+
SQL Server licensing settings.
|
|
1054
|
+
"""
|
|
1055
|
+
suse_linux_server_licensing: pulumi.Input['LinuxServerLicensingSettingsArgsDict']
|
|
1056
|
+
"""
|
|
1057
|
+
Linux Suse Server licensing settings.
|
|
1058
|
+
"""
|
|
1059
|
+
virtualization_software_settings: pulumi.Input['VirtualizationSoftwareSettingsArgsDict']
|
|
1060
|
+
"""
|
|
1061
|
+
Virtualization software settings.
|
|
1062
|
+
"""
|
|
1063
|
+
windows_server_licensing: pulumi.Input['WindowsServerLicensingSettingsArgsDict']
|
|
1064
|
+
"""
|
|
1065
|
+
Windows Server licensing settings.
|
|
1066
|
+
"""
|
|
1067
|
+
elif False:
|
|
1068
|
+
ComputeSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1069
|
+
|
|
1070
|
+
@pulumi.input_type
|
|
1071
|
+
class ComputeSettingsArgs:
|
|
1072
|
+
def __init__(__self__, *,
|
|
1073
|
+
hyperthread_core_to_memory_ratio: pulumi.Input[float],
|
|
1074
|
+
price: pulumi.Input[float],
|
|
1075
|
+
rhel_linux_server_licensing: pulumi.Input['LinuxServerLicensingSettingsArgs'],
|
|
1076
|
+
sql_server_licensing: pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgs']]],
|
|
1077
|
+
suse_linux_server_licensing: pulumi.Input['LinuxServerLicensingSettingsArgs'],
|
|
1078
|
+
virtualization_software_settings: pulumi.Input['VirtualizationSoftwareSettingsArgs'],
|
|
1079
|
+
windows_server_licensing: pulumi.Input['WindowsServerLicensingSettingsArgs']):
|
|
1080
|
+
"""
|
|
1081
|
+
Compute settings.
|
|
1082
|
+
:param pulumi.Input[float] hyperthread_core_to_memory_ratio: Hyperthread core to memory ratio.
|
|
1083
|
+
:param pulumi.Input[float] price: Compute Price.
|
|
1084
|
+
:param pulumi.Input['LinuxServerLicensingSettingsArgs'] rhel_linux_server_licensing: Linux Rhel Server licensing settings.
|
|
1085
|
+
:param pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgs']]] sql_server_licensing: SQL Server licensing settings.
|
|
1086
|
+
:param pulumi.Input['LinuxServerLicensingSettingsArgs'] suse_linux_server_licensing: Linux Suse Server licensing settings.
|
|
1087
|
+
:param pulumi.Input['VirtualizationSoftwareSettingsArgs'] virtualization_software_settings: Virtualization software settings.
|
|
1088
|
+
:param pulumi.Input['WindowsServerLicensingSettingsArgs'] windows_server_licensing: Windows Server licensing settings.
|
|
1089
|
+
"""
|
|
1090
|
+
pulumi.set(__self__, "hyperthread_core_to_memory_ratio", hyperthread_core_to_memory_ratio)
|
|
1091
|
+
pulumi.set(__self__, "price", price)
|
|
1092
|
+
pulumi.set(__self__, "rhel_linux_server_licensing", rhel_linux_server_licensing)
|
|
1093
|
+
pulumi.set(__self__, "sql_server_licensing", sql_server_licensing)
|
|
1094
|
+
pulumi.set(__self__, "suse_linux_server_licensing", suse_linux_server_licensing)
|
|
1095
|
+
pulumi.set(__self__, "virtualization_software_settings", virtualization_software_settings)
|
|
1096
|
+
pulumi.set(__self__, "windows_server_licensing", windows_server_licensing)
|
|
1097
|
+
|
|
1098
|
+
@property
|
|
1099
|
+
@pulumi.getter(name="hyperthreadCoreToMemoryRatio")
|
|
1100
|
+
def hyperthread_core_to_memory_ratio(self) -> pulumi.Input[float]:
|
|
1101
|
+
"""
|
|
1102
|
+
Hyperthread core to memory ratio.
|
|
1103
|
+
"""
|
|
1104
|
+
return pulumi.get(self, "hyperthread_core_to_memory_ratio")
|
|
1105
|
+
|
|
1106
|
+
@hyperthread_core_to_memory_ratio.setter
|
|
1107
|
+
def hyperthread_core_to_memory_ratio(self, value: pulumi.Input[float]):
|
|
1108
|
+
pulumi.set(self, "hyperthread_core_to_memory_ratio", value)
|
|
1109
|
+
|
|
1110
|
+
@property
|
|
1111
|
+
@pulumi.getter
|
|
1112
|
+
def price(self) -> pulumi.Input[float]:
|
|
1113
|
+
"""
|
|
1114
|
+
Compute Price.
|
|
1115
|
+
"""
|
|
1116
|
+
return pulumi.get(self, "price")
|
|
1117
|
+
|
|
1118
|
+
@price.setter
|
|
1119
|
+
def price(self, value: pulumi.Input[float]):
|
|
1120
|
+
pulumi.set(self, "price", value)
|
|
1121
|
+
|
|
1122
|
+
@property
|
|
1123
|
+
@pulumi.getter(name="rhelLinuxServerLicensing")
|
|
1124
|
+
def rhel_linux_server_licensing(self) -> pulumi.Input['LinuxServerLicensingSettingsArgs']:
|
|
1125
|
+
"""
|
|
1126
|
+
Linux Rhel Server licensing settings.
|
|
1127
|
+
"""
|
|
1128
|
+
return pulumi.get(self, "rhel_linux_server_licensing")
|
|
1129
|
+
|
|
1130
|
+
@rhel_linux_server_licensing.setter
|
|
1131
|
+
def rhel_linux_server_licensing(self, value: pulumi.Input['LinuxServerLicensingSettingsArgs']):
|
|
1132
|
+
pulumi.set(self, "rhel_linux_server_licensing", value)
|
|
1133
|
+
|
|
1134
|
+
@property
|
|
1135
|
+
@pulumi.getter(name="sqlServerLicensing")
|
|
1136
|
+
def sql_server_licensing(self) -> pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgs']]]:
|
|
1137
|
+
"""
|
|
1138
|
+
SQL Server licensing settings.
|
|
1139
|
+
"""
|
|
1140
|
+
return pulumi.get(self, "sql_server_licensing")
|
|
1141
|
+
|
|
1142
|
+
@sql_server_licensing.setter
|
|
1143
|
+
def sql_server_licensing(self, value: pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgs']]]):
|
|
1144
|
+
pulumi.set(self, "sql_server_licensing", value)
|
|
1145
|
+
|
|
1146
|
+
@property
|
|
1147
|
+
@pulumi.getter(name="suseLinuxServerLicensing")
|
|
1148
|
+
def suse_linux_server_licensing(self) -> pulumi.Input['LinuxServerLicensingSettingsArgs']:
|
|
1149
|
+
"""
|
|
1150
|
+
Linux Suse Server licensing settings.
|
|
1151
|
+
"""
|
|
1152
|
+
return pulumi.get(self, "suse_linux_server_licensing")
|
|
1153
|
+
|
|
1154
|
+
@suse_linux_server_licensing.setter
|
|
1155
|
+
def suse_linux_server_licensing(self, value: pulumi.Input['LinuxServerLicensingSettingsArgs']):
|
|
1156
|
+
pulumi.set(self, "suse_linux_server_licensing", value)
|
|
1157
|
+
|
|
1158
|
+
@property
|
|
1159
|
+
@pulumi.getter(name="virtualizationSoftwareSettings")
|
|
1160
|
+
def virtualization_software_settings(self) -> pulumi.Input['VirtualizationSoftwareSettingsArgs']:
|
|
1161
|
+
"""
|
|
1162
|
+
Virtualization software settings.
|
|
1163
|
+
"""
|
|
1164
|
+
return pulumi.get(self, "virtualization_software_settings")
|
|
1165
|
+
|
|
1166
|
+
@virtualization_software_settings.setter
|
|
1167
|
+
def virtualization_software_settings(self, value: pulumi.Input['VirtualizationSoftwareSettingsArgs']):
|
|
1168
|
+
pulumi.set(self, "virtualization_software_settings", value)
|
|
1169
|
+
|
|
1170
|
+
@property
|
|
1171
|
+
@pulumi.getter(name="windowsServerLicensing")
|
|
1172
|
+
def windows_server_licensing(self) -> pulumi.Input['WindowsServerLicensingSettingsArgs']:
|
|
1173
|
+
"""
|
|
1174
|
+
Windows Server licensing settings.
|
|
1175
|
+
"""
|
|
1176
|
+
return pulumi.get(self, "windows_server_licensing")
|
|
1177
|
+
|
|
1178
|
+
@windows_server_licensing.setter
|
|
1179
|
+
def windows_server_licensing(self, value: pulumi.Input['WindowsServerLicensingSettingsArgs']):
|
|
1180
|
+
pulumi.set(self, "windows_server_licensing", value)
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
if not MYPY:
|
|
1184
|
+
class DiscoveredEntityLightSummaryArgsDict(TypedDict):
|
|
1185
|
+
"""
|
|
1186
|
+
Discovered entity light summary.
|
|
1187
|
+
"""
|
|
1188
|
+
number_of_machines: pulumi.Input[int]
|
|
1189
|
+
"""
|
|
1190
|
+
Gets or sets the number of machines.
|
|
1191
|
+
"""
|
|
1192
|
+
number_of_servers: pulumi.Input[int]
|
|
1193
|
+
"""
|
|
1194
|
+
Gets or sets the number of servers.
|
|
1195
|
+
"""
|
|
1196
|
+
number_of_web_apps: pulumi.Input[int]
|
|
1197
|
+
"""
|
|
1198
|
+
Gets or sets the number of web apps.
|
|
1199
|
+
"""
|
|
1200
|
+
elif False:
|
|
1201
|
+
DiscoveredEntityLightSummaryArgsDict: TypeAlias = Mapping[str, Any]
|
|
1202
|
+
|
|
1203
|
+
@pulumi.input_type
|
|
1204
|
+
class DiscoveredEntityLightSummaryArgs:
|
|
1205
|
+
def __init__(__self__, *,
|
|
1206
|
+
number_of_machines: pulumi.Input[int],
|
|
1207
|
+
number_of_servers: pulumi.Input[int],
|
|
1208
|
+
number_of_web_apps: pulumi.Input[int]):
|
|
1209
|
+
"""
|
|
1210
|
+
Discovered entity light summary.
|
|
1211
|
+
:param pulumi.Input[int] number_of_machines: Gets or sets the number of machines.
|
|
1212
|
+
:param pulumi.Input[int] number_of_servers: Gets or sets the number of servers.
|
|
1213
|
+
:param pulumi.Input[int] number_of_web_apps: Gets or sets the number of web apps.
|
|
1214
|
+
"""
|
|
1215
|
+
pulumi.set(__self__, "number_of_machines", number_of_machines)
|
|
1216
|
+
pulumi.set(__self__, "number_of_servers", number_of_servers)
|
|
1217
|
+
pulumi.set(__self__, "number_of_web_apps", number_of_web_apps)
|
|
1218
|
+
|
|
1219
|
+
@property
|
|
1220
|
+
@pulumi.getter(name="numberOfMachines")
|
|
1221
|
+
def number_of_machines(self) -> pulumi.Input[int]:
|
|
1222
|
+
"""
|
|
1223
|
+
Gets or sets the number of machines.
|
|
1224
|
+
"""
|
|
1225
|
+
return pulumi.get(self, "number_of_machines")
|
|
1226
|
+
|
|
1227
|
+
@number_of_machines.setter
|
|
1228
|
+
def number_of_machines(self, value: pulumi.Input[int]):
|
|
1229
|
+
pulumi.set(self, "number_of_machines", value)
|
|
1230
|
+
|
|
1231
|
+
@property
|
|
1232
|
+
@pulumi.getter(name="numberOfServers")
|
|
1233
|
+
def number_of_servers(self) -> pulumi.Input[int]:
|
|
1234
|
+
"""
|
|
1235
|
+
Gets or sets the number of servers.
|
|
1236
|
+
"""
|
|
1237
|
+
return pulumi.get(self, "number_of_servers")
|
|
1238
|
+
|
|
1239
|
+
@number_of_servers.setter
|
|
1240
|
+
def number_of_servers(self, value: pulumi.Input[int]):
|
|
1241
|
+
pulumi.set(self, "number_of_servers", value)
|
|
1242
|
+
|
|
1243
|
+
@property
|
|
1244
|
+
@pulumi.getter(name="numberOfWebApps")
|
|
1245
|
+
def number_of_web_apps(self) -> pulumi.Input[int]:
|
|
1246
|
+
"""
|
|
1247
|
+
Gets or sets the number of web apps.
|
|
1248
|
+
"""
|
|
1249
|
+
return pulumi.get(self, "number_of_web_apps")
|
|
1250
|
+
|
|
1251
|
+
@number_of_web_apps.setter
|
|
1252
|
+
def number_of_web_apps(self, value: pulumi.Input[int]):
|
|
1253
|
+
pulumi.set(self, "number_of_web_apps", value)
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
if not MYPY:
|
|
1257
|
+
class EntityUptimeArgsDict(TypedDict):
|
|
1258
|
+
"""
|
|
1259
|
+
Entity Uptime.
|
|
1260
|
+
"""
|
|
1261
|
+
days_per_month: NotRequired[pulumi.Input[int]]
|
|
1262
|
+
"""
|
|
1263
|
+
Gets the days per month.
|
|
1264
|
+
"""
|
|
1265
|
+
hours_per_day: NotRequired[pulumi.Input[int]]
|
|
1266
|
+
"""
|
|
1267
|
+
Gets the hours per day.
|
|
1268
|
+
"""
|
|
1269
|
+
elif False:
|
|
1270
|
+
EntityUptimeArgsDict: TypeAlias = Mapping[str, Any]
|
|
1271
|
+
|
|
1272
|
+
@pulumi.input_type
|
|
1273
|
+
class EntityUptimeArgs:
|
|
1274
|
+
def __init__(__self__, *,
|
|
1275
|
+
days_per_month: Optional[pulumi.Input[int]] = None,
|
|
1276
|
+
hours_per_day: Optional[pulumi.Input[int]] = None):
|
|
1277
|
+
"""
|
|
1278
|
+
Entity Uptime.
|
|
1279
|
+
:param pulumi.Input[int] days_per_month: Gets the days per month.
|
|
1280
|
+
:param pulumi.Input[int] hours_per_day: Gets the hours per day.
|
|
1281
|
+
"""
|
|
1282
|
+
if days_per_month is not None:
|
|
1283
|
+
pulumi.set(__self__, "days_per_month", days_per_month)
|
|
1284
|
+
if hours_per_day is not None:
|
|
1285
|
+
pulumi.set(__self__, "hours_per_day", hours_per_day)
|
|
1286
|
+
|
|
1287
|
+
@property
|
|
1288
|
+
@pulumi.getter(name="daysPerMonth")
|
|
1289
|
+
def days_per_month(self) -> Optional[pulumi.Input[int]]:
|
|
1290
|
+
"""
|
|
1291
|
+
Gets the days per month.
|
|
1292
|
+
"""
|
|
1293
|
+
return pulumi.get(self, "days_per_month")
|
|
1294
|
+
|
|
1295
|
+
@days_per_month.setter
|
|
1296
|
+
def days_per_month(self, value: Optional[pulumi.Input[int]]):
|
|
1297
|
+
pulumi.set(self, "days_per_month", value)
|
|
1298
|
+
|
|
1299
|
+
@property
|
|
1300
|
+
@pulumi.getter(name="hoursPerDay")
|
|
1301
|
+
def hours_per_day(self) -> Optional[pulumi.Input[int]]:
|
|
1302
|
+
"""
|
|
1303
|
+
Gets the hours per day.
|
|
1304
|
+
"""
|
|
1305
|
+
return pulumi.get(self, "hours_per_day")
|
|
1306
|
+
|
|
1307
|
+
@hours_per_day.setter
|
|
1308
|
+
def hours_per_day(self, value: Optional[pulumi.Input[int]]):
|
|
1309
|
+
pulumi.set(self, "hours_per_day", value)
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
if not MYPY:
|
|
1313
|
+
class FacilitySettingsArgsDict(TypedDict):
|
|
1314
|
+
"""
|
|
1315
|
+
Facility settings.
|
|
1316
|
+
"""
|
|
1317
|
+
facilities_cost: pulumi.Input[float]
|
|
1318
|
+
"""
|
|
1319
|
+
The facilities cost.
|
|
1320
|
+
"""
|
|
1321
|
+
elif False:
|
|
1322
|
+
FacilitySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1323
|
+
|
|
1324
|
+
@pulumi.input_type
|
|
1325
|
+
class FacilitySettingsArgs:
|
|
1326
|
+
def __init__(__self__, *,
|
|
1327
|
+
facilities_cost: pulumi.Input[float]):
|
|
1328
|
+
"""
|
|
1329
|
+
Facility settings.
|
|
1330
|
+
:param pulumi.Input[float] facilities_cost: The facilities cost.
|
|
1331
|
+
"""
|
|
1332
|
+
pulumi.set(__self__, "facilities_cost", facilities_cost)
|
|
1333
|
+
|
|
1334
|
+
@property
|
|
1335
|
+
@pulumi.getter(name="facilitiesCost")
|
|
1336
|
+
def facilities_cost(self) -> pulumi.Input[float]:
|
|
1337
|
+
"""
|
|
1338
|
+
The facilities cost.
|
|
1339
|
+
"""
|
|
1340
|
+
return pulumi.get(self, "facilities_cost")
|
|
1341
|
+
|
|
1342
|
+
@facilities_cost.setter
|
|
1343
|
+
def facilities_cost(self, value: pulumi.Input[float]):
|
|
1344
|
+
pulumi.set(self, "facilities_cost", value)
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
if not MYPY:
|
|
1348
|
+
class HypervLicenseArgsDict(TypedDict):
|
|
1349
|
+
"""
|
|
1350
|
+
Representation of a licence.
|
|
1351
|
+
"""
|
|
1352
|
+
license_cost: pulumi.Input[float]
|
|
1353
|
+
"""
|
|
1354
|
+
Cost of a licence.
|
|
1355
|
+
"""
|
|
1356
|
+
license_type: pulumi.Input[Union[str, 'HyperVLicenseType']]
|
|
1357
|
+
"""
|
|
1358
|
+
HyperV licence type.
|
|
1359
|
+
"""
|
|
1360
|
+
elif False:
|
|
1361
|
+
HypervLicenseArgsDict: TypeAlias = Mapping[str, Any]
|
|
1362
|
+
|
|
1363
|
+
@pulumi.input_type
|
|
1364
|
+
class HypervLicenseArgs:
|
|
1365
|
+
def __init__(__self__, *,
|
|
1366
|
+
license_cost: pulumi.Input[float],
|
|
1367
|
+
license_type: pulumi.Input[Union[str, 'HyperVLicenseType']]):
|
|
1368
|
+
"""
|
|
1369
|
+
Representation of a licence.
|
|
1370
|
+
:param pulumi.Input[float] license_cost: Cost of a licence.
|
|
1371
|
+
:param pulumi.Input[Union[str, 'HyperVLicenseType']] license_type: HyperV licence type.
|
|
1372
|
+
"""
|
|
1373
|
+
pulumi.set(__self__, "license_cost", license_cost)
|
|
1374
|
+
pulumi.set(__self__, "license_type", license_type)
|
|
1375
|
+
|
|
1376
|
+
@property
|
|
1377
|
+
@pulumi.getter(name="licenseCost")
|
|
1378
|
+
def license_cost(self) -> pulumi.Input[float]:
|
|
1379
|
+
"""
|
|
1380
|
+
Cost of a licence.
|
|
1381
|
+
"""
|
|
1382
|
+
return pulumi.get(self, "license_cost")
|
|
1383
|
+
|
|
1384
|
+
@license_cost.setter
|
|
1385
|
+
def license_cost(self, value: pulumi.Input[float]):
|
|
1386
|
+
pulumi.set(self, "license_cost", value)
|
|
1387
|
+
|
|
1388
|
+
@property
|
|
1389
|
+
@pulumi.getter(name="licenseType")
|
|
1390
|
+
def license_type(self) -> pulumi.Input[Union[str, 'HyperVLicenseType']]:
|
|
1391
|
+
"""
|
|
1392
|
+
HyperV licence type.
|
|
1393
|
+
"""
|
|
1394
|
+
return pulumi.get(self, "license_type")
|
|
1395
|
+
|
|
1396
|
+
@license_type.setter
|
|
1397
|
+
def license_type(self, value: pulumi.Input[Union[str, 'HyperVLicenseType']]):
|
|
1398
|
+
pulumi.set(self, "license_type", value)
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
if not MYPY:
|
|
1402
|
+
class HypervVirtualizationManagementSettingsArgsDict(TypedDict):
|
|
1403
|
+
"""
|
|
1404
|
+
HyperV Virtualization Management Settings.
|
|
1405
|
+
"""
|
|
1406
|
+
license_and_support_list: pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgsDict']]]
|
|
1407
|
+
"""
|
|
1408
|
+
Licence and support list.
|
|
1409
|
+
"""
|
|
1410
|
+
number_of_physical_cores_per_license: pulumi.Input[int]
|
|
1411
|
+
"""
|
|
1412
|
+
Number of physical cores per licence.
|
|
1413
|
+
"""
|
|
1414
|
+
software_assurance_cost: pulumi.Input[float]
|
|
1415
|
+
"""
|
|
1416
|
+
Software Assurance Cost.
|
|
1417
|
+
"""
|
|
1418
|
+
elif False:
|
|
1419
|
+
HypervVirtualizationManagementSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1420
|
+
|
|
1421
|
+
@pulumi.input_type
|
|
1422
|
+
class HypervVirtualizationManagementSettingsArgs:
|
|
1423
|
+
def __init__(__self__, *,
|
|
1424
|
+
license_and_support_list: pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgs']]],
|
|
1425
|
+
number_of_physical_cores_per_license: pulumi.Input[int],
|
|
1426
|
+
software_assurance_cost: pulumi.Input[float]):
|
|
1427
|
+
"""
|
|
1428
|
+
HyperV Virtualization Management Settings.
|
|
1429
|
+
:param pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgs']]] license_and_support_list: Licence and support list.
|
|
1430
|
+
:param pulumi.Input[int] number_of_physical_cores_per_license: Number of physical cores per licence.
|
|
1431
|
+
:param pulumi.Input[float] software_assurance_cost: Software Assurance Cost.
|
|
1432
|
+
"""
|
|
1433
|
+
pulumi.set(__self__, "license_and_support_list", license_and_support_list)
|
|
1434
|
+
pulumi.set(__self__, "number_of_physical_cores_per_license", number_of_physical_cores_per_license)
|
|
1435
|
+
pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
|
|
1436
|
+
|
|
1437
|
+
@property
|
|
1438
|
+
@pulumi.getter(name="licenseAndSupportList")
|
|
1439
|
+
def license_and_support_list(self) -> pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgs']]]:
|
|
1440
|
+
"""
|
|
1441
|
+
Licence and support list.
|
|
1442
|
+
"""
|
|
1443
|
+
return pulumi.get(self, "license_and_support_list")
|
|
1444
|
+
|
|
1445
|
+
@license_and_support_list.setter
|
|
1446
|
+
def license_and_support_list(self, value: pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgs']]]):
|
|
1447
|
+
pulumi.set(self, "license_and_support_list", value)
|
|
1448
|
+
|
|
1449
|
+
@property
|
|
1450
|
+
@pulumi.getter(name="numberOfPhysicalCoresPerLicense")
|
|
1451
|
+
def number_of_physical_cores_per_license(self) -> pulumi.Input[int]:
|
|
1452
|
+
"""
|
|
1453
|
+
Number of physical cores per licence.
|
|
1454
|
+
"""
|
|
1455
|
+
return pulumi.get(self, "number_of_physical_cores_per_license")
|
|
1456
|
+
|
|
1457
|
+
@number_of_physical_cores_per_license.setter
|
|
1458
|
+
def number_of_physical_cores_per_license(self, value: pulumi.Input[int]):
|
|
1459
|
+
pulumi.set(self, "number_of_physical_cores_per_license", value)
|
|
1460
|
+
|
|
1461
|
+
@property
|
|
1462
|
+
@pulumi.getter(name="softwareAssuranceCost")
|
|
1463
|
+
def software_assurance_cost(self) -> pulumi.Input[float]:
|
|
1464
|
+
"""
|
|
1465
|
+
Software Assurance Cost.
|
|
1466
|
+
"""
|
|
1467
|
+
return pulumi.get(self, "software_assurance_cost")
|
|
1468
|
+
|
|
1469
|
+
@software_assurance_cost.setter
|
|
1470
|
+
def software_assurance_cost(self, value: pulumi.Input[float]):
|
|
1471
|
+
pulumi.set(self, "software_assurance_cost", value)
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
if not MYPY:
|
|
1475
|
+
class LaborSettingsArgsDict(TypedDict):
|
|
1476
|
+
"""
|
|
1477
|
+
Labour settings.
|
|
1478
|
+
"""
|
|
1479
|
+
hourly_admin_cost: pulumi.Input[float]
|
|
1480
|
+
"""
|
|
1481
|
+
Hourly administrator cost.
|
|
1482
|
+
"""
|
|
1483
|
+
physical_servers_per_admin: pulumi.Input[int]
|
|
1484
|
+
"""
|
|
1485
|
+
Physical servers per administrator.
|
|
1486
|
+
"""
|
|
1487
|
+
virtual_machines_per_admin: pulumi.Input[int]
|
|
1488
|
+
"""
|
|
1489
|
+
Virtual machines per administrator.
|
|
1490
|
+
"""
|
|
1491
|
+
elif False:
|
|
1492
|
+
LaborSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1493
|
+
|
|
1494
|
+
@pulumi.input_type
|
|
1495
|
+
class LaborSettingsArgs:
|
|
1496
|
+
def __init__(__self__, *,
|
|
1497
|
+
hourly_admin_cost: pulumi.Input[float],
|
|
1498
|
+
physical_servers_per_admin: pulumi.Input[int],
|
|
1499
|
+
virtual_machines_per_admin: pulumi.Input[int]):
|
|
1500
|
+
"""
|
|
1501
|
+
Labour settings.
|
|
1502
|
+
:param pulumi.Input[float] hourly_admin_cost: Hourly administrator cost.
|
|
1503
|
+
:param pulumi.Input[int] physical_servers_per_admin: Physical servers per administrator.
|
|
1504
|
+
:param pulumi.Input[int] virtual_machines_per_admin: Virtual machines per administrator.
|
|
1505
|
+
"""
|
|
1506
|
+
pulumi.set(__self__, "hourly_admin_cost", hourly_admin_cost)
|
|
1507
|
+
pulumi.set(__self__, "physical_servers_per_admin", physical_servers_per_admin)
|
|
1508
|
+
pulumi.set(__self__, "virtual_machines_per_admin", virtual_machines_per_admin)
|
|
1509
|
+
|
|
1510
|
+
@property
|
|
1511
|
+
@pulumi.getter(name="hourlyAdminCost")
|
|
1512
|
+
def hourly_admin_cost(self) -> pulumi.Input[float]:
|
|
1513
|
+
"""
|
|
1514
|
+
Hourly administrator cost.
|
|
1515
|
+
"""
|
|
1516
|
+
return pulumi.get(self, "hourly_admin_cost")
|
|
1517
|
+
|
|
1518
|
+
@hourly_admin_cost.setter
|
|
1519
|
+
def hourly_admin_cost(self, value: pulumi.Input[float]):
|
|
1520
|
+
pulumi.set(self, "hourly_admin_cost", value)
|
|
1521
|
+
|
|
1522
|
+
@property
|
|
1523
|
+
@pulumi.getter(name="physicalServersPerAdmin")
|
|
1524
|
+
def physical_servers_per_admin(self) -> pulumi.Input[int]:
|
|
1525
|
+
"""
|
|
1526
|
+
Physical servers per administrator.
|
|
1527
|
+
"""
|
|
1528
|
+
return pulumi.get(self, "physical_servers_per_admin")
|
|
1529
|
+
|
|
1530
|
+
@physical_servers_per_admin.setter
|
|
1531
|
+
def physical_servers_per_admin(self, value: pulumi.Input[int]):
|
|
1532
|
+
pulumi.set(self, "physical_servers_per_admin", value)
|
|
1533
|
+
|
|
1534
|
+
@property
|
|
1535
|
+
@pulumi.getter(name="virtualMachinesPerAdmin")
|
|
1536
|
+
def virtual_machines_per_admin(self) -> pulumi.Input[int]:
|
|
1537
|
+
"""
|
|
1538
|
+
Virtual machines per administrator.
|
|
1539
|
+
"""
|
|
1540
|
+
return pulumi.get(self, "virtual_machines_per_admin")
|
|
1541
|
+
|
|
1542
|
+
@virtual_machines_per_admin.setter
|
|
1543
|
+
def virtual_machines_per_admin(self, value: pulumi.Input[int]):
|
|
1544
|
+
pulumi.set(self, "virtual_machines_per_admin", value)
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
if not MYPY:
|
|
1548
|
+
class LinuxServerLicensingSettingsArgsDict(TypedDict):
|
|
1549
|
+
"""
|
|
1550
|
+
Linux Server licensing settings.
|
|
1551
|
+
"""
|
|
1552
|
+
license_cost: pulumi.Input[float]
|
|
1553
|
+
"""
|
|
1554
|
+
Licence Cost.
|
|
1555
|
+
"""
|
|
1556
|
+
elif False:
|
|
1557
|
+
LinuxServerLicensingSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1558
|
+
|
|
1559
|
+
@pulumi.input_type
|
|
1560
|
+
class LinuxServerLicensingSettingsArgs:
|
|
1561
|
+
def __init__(__self__, *,
|
|
1562
|
+
license_cost: pulumi.Input[float]):
|
|
1563
|
+
"""
|
|
1564
|
+
Linux Server licensing settings.
|
|
1565
|
+
:param pulumi.Input[float] license_cost: Licence Cost.
|
|
1566
|
+
"""
|
|
1567
|
+
pulumi.set(__self__, "license_cost", license_cost)
|
|
1568
|
+
|
|
1569
|
+
@property
|
|
1570
|
+
@pulumi.getter(name="licenseCost")
|
|
1571
|
+
def license_cost(self) -> pulumi.Input[float]:
|
|
1572
|
+
"""
|
|
1573
|
+
Licence Cost.
|
|
1574
|
+
"""
|
|
1575
|
+
return pulumi.get(self, "license_cost")
|
|
1576
|
+
|
|
1577
|
+
@license_cost.setter
|
|
1578
|
+
def license_cost(self, value: pulumi.Input[float]):
|
|
1579
|
+
pulumi.set(self, "license_cost", value)
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
if not MYPY:
|
|
1583
|
+
class ManagementSettingsArgsDict(TypedDict):
|
|
1584
|
+
"""
|
|
1585
|
+
Management settings.
|
|
1586
|
+
"""
|
|
1587
|
+
hyperv_virtualization_management_settings: pulumi.Input['HypervVirtualizationManagementSettingsArgsDict']
|
|
1588
|
+
"""
|
|
1589
|
+
HyperV Virtualization Management Settings.
|
|
1590
|
+
"""
|
|
1591
|
+
other_management_costs_settings: pulumi.Input['OtherManagementCostsSettingsArgsDict']
|
|
1592
|
+
"""
|
|
1593
|
+
Other Management Costs Settings.
|
|
1594
|
+
"""
|
|
1595
|
+
third_party_management_settings: pulumi.Input['ThirdPartyManagementSettingsArgsDict']
|
|
1596
|
+
"""
|
|
1597
|
+
Third Party Management Settings.
|
|
1598
|
+
"""
|
|
1599
|
+
vsphere_management_settings: pulumi.Input['VsphereManagementSettingsArgsDict']
|
|
1600
|
+
"""
|
|
1601
|
+
vSphere Management Settings.
|
|
1602
|
+
"""
|
|
1603
|
+
elif False:
|
|
1604
|
+
ManagementSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1605
|
+
|
|
1606
|
+
@pulumi.input_type
|
|
1607
|
+
class ManagementSettingsArgs:
|
|
1608
|
+
def __init__(__self__, *,
|
|
1609
|
+
hyperv_virtualization_management_settings: pulumi.Input['HypervVirtualizationManagementSettingsArgs'],
|
|
1610
|
+
other_management_costs_settings: pulumi.Input['OtherManagementCostsSettingsArgs'],
|
|
1611
|
+
third_party_management_settings: pulumi.Input['ThirdPartyManagementSettingsArgs'],
|
|
1612
|
+
vsphere_management_settings: pulumi.Input['VsphereManagementSettingsArgs']):
|
|
1613
|
+
"""
|
|
1614
|
+
Management settings.
|
|
1615
|
+
:param pulumi.Input['HypervVirtualizationManagementSettingsArgs'] hyperv_virtualization_management_settings: HyperV Virtualization Management Settings.
|
|
1616
|
+
:param pulumi.Input['OtherManagementCostsSettingsArgs'] other_management_costs_settings: Other Management Costs Settings.
|
|
1617
|
+
:param pulumi.Input['ThirdPartyManagementSettingsArgs'] third_party_management_settings: Third Party Management Settings.
|
|
1618
|
+
:param pulumi.Input['VsphereManagementSettingsArgs'] vsphere_management_settings: vSphere Management Settings.
|
|
1619
|
+
"""
|
|
1620
|
+
pulumi.set(__self__, "hyperv_virtualization_management_settings", hyperv_virtualization_management_settings)
|
|
1621
|
+
pulumi.set(__self__, "other_management_costs_settings", other_management_costs_settings)
|
|
1622
|
+
pulumi.set(__self__, "third_party_management_settings", third_party_management_settings)
|
|
1623
|
+
pulumi.set(__self__, "vsphere_management_settings", vsphere_management_settings)
|
|
1624
|
+
|
|
1625
|
+
@property
|
|
1626
|
+
@pulumi.getter(name="hypervVirtualizationManagementSettings")
|
|
1627
|
+
def hyperv_virtualization_management_settings(self) -> pulumi.Input['HypervVirtualizationManagementSettingsArgs']:
|
|
1628
|
+
"""
|
|
1629
|
+
HyperV Virtualization Management Settings.
|
|
1630
|
+
"""
|
|
1631
|
+
return pulumi.get(self, "hyperv_virtualization_management_settings")
|
|
1632
|
+
|
|
1633
|
+
@hyperv_virtualization_management_settings.setter
|
|
1634
|
+
def hyperv_virtualization_management_settings(self, value: pulumi.Input['HypervVirtualizationManagementSettingsArgs']):
|
|
1635
|
+
pulumi.set(self, "hyperv_virtualization_management_settings", value)
|
|
1636
|
+
|
|
1637
|
+
@property
|
|
1638
|
+
@pulumi.getter(name="otherManagementCostsSettings")
|
|
1639
|
+
def other_management_costs_settings(self) -> pulumi.Input['OtherManagementCostsSettingsArgs']:
|
|
1640
|
+
"""
|
|
1641
|
+
Other Management Costs Settings.
|
|
1642
|
+
"""
|
|
1643
|
+
return pulumi.get(self, "other_management_costs_settings")
|
|
1644
|
+
|
|
1645
|
+
@other_management_costs_settings.setter
|
|
1646
|
+
def other_management_costs_settings(self, value: pulumi.Input['OtherManagementCostsSettingsArgs']):
|
|
1647
|
+
pulumi.set(self, "other_management_costs_settings", value)
|
|
1648
|
+
|
|
1649
|
+
@property
|
|
1650
|
+
@pulumi.getter(name="thirdPartyManagementSettings")
|
|
1651
|
+
def third_party_management_settings(self) -> pulumi.Input['ThirdPartyManagementSettingsArgs']:
|
|
1652
|
+
"""
|
|
1653
|
+
Third Party Management Settings.
|
|
1654
|
+
"""
|
|
1655
|
+
return pulumi.get(self, "third_party_management_settings")
|
|
1656
|
+
|
|
1657
|
+
@third_party_management_settings.setter
|
|
1658
|
+
def third_party_management_settings(self, value: pulumi.Input['ThirdPartyManagementSettingsArgs']):
|
|
1659
|
+
pulumi.set(self, "third_party_management_settings", value)
|
|
1660
|
+
|
|
1661
|
+
@property
|
|
1662
|
+
@pulumi.getter(name="vsphereManagementSettings")
|
|
1663
|
+
def vsphere_management_settings(self) -> pulumi.Input['VsphereManagementSettingsArgs']:
|
|
1664
|
+
"""
|
|
1665
|
+
vSphere Management Settings.
|
|
1666
|
+
"""
|
|
1667
|
+
return pulumi.get(self, "vsphere_management_settings")
|
|
1668
|
+
|
|
1669
|
+
@vsphere_management_settings.setter
|
|
1670
|
+
def vsphere_management_settings(self, value: pulumi.Input['VsphereManagementSettingsArgs']):
|
|
1671
|
+
pulumi.set(self, "vsphere_management_settings", value)
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
if not MYPY:
|
|
1675
|
+
class NetworkSettingsArgsDict(TypedDict):
|
|
1676
|
+
"""
|
|
1677
|
+
Network settings.
|
|
1678
|
+
"""
|
|
1679
|
+
hardware_software_cost_percentage: pulumi.Input[float]
|
|
1680
|
+
"""
|
|
1681
|
+
Network hardware and software cost percentage.
|
|
1682
|
+
"""
|
|
1683
|
+
maintenance_cost_percentage: pulumi.Input[float]
|
|
1684
|
+
"""
|
|
1685
|
+
Network maintenance cost percentage.
|
|
1686
|
+
"""
|
|
1687
|
+
elif False:
|
|
1688
|
+
NetworkSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1689
|
+
|
|
1690
|
+
@pulumi.input_type
|
|
1691
|
+
class NetworkSettingsArgs:
|
|
1692
|
+
def __init__(__self__, *,
|
|
1693
|
+
hardware_software_cost_percentage: pulumi.Input[float],
|
|
1694
|
+
maintenance_cost_percentage: pulumi.Input[float]):
|
|
1695
|
+
"""
|
|
1696
|
+
Network settings.
|
|
1697
|
+
:param pulumi.Input[float] hardware_software_cost_percentage: Network hardware and software cost percentage.
|
|
1698
|
+
:param pulumi.Input[float] maintenance_cost_percentage: Network maintenance cost percentage.
|
|
1699
|
+
"""
|
|
1700
|
+
pulumi.set(__self__, "hardware_software_cost_percentage", hardware_software_cost_percentage)
|
|
1701
|
+
pulumi.set(__self__, "maintenance_cost_percentage", maintenance_cost_percentage)
|
|
1702
|
+
|
|
1703
|
+
@property
|
|
1704
|
+
@pulumi.getter(name="hardwareSoftwareCostPercentage")
|
|
1705
|
+
def hardware_software_cost_percentage(self) -> pulumi.Input[float]:
|
|
1706
|
+
"""
|
|
1707
|
+
Network hardware and software cost percentage.
|
|
1708
|
+
"""
|
|
1709
|
+
return pulumi.get(self, "hardware_software_cost_percentage")
|
|
1710
|
+
|
|
1711
|
+
@hardware_software_cost_percentage.setter
|
|
1712
|
+
def hardware_software_cost_percentage(self, value: pulumi.Input[float]):
|
|
1713
|
+
pulumi.set(self, "hardware_software_cost_percentage", value)
|
|
1714
|
+
|
|
1715
|
+
@property
|
|
1716
|
+
@pulumi.getter(name="maintenanceCostPercentage")
|
|
1717
|
+
def maintenance_cost_percentage(self) -> pulumi.Input[float]:
|
|
1718
|
+
"""
|
|
1719
|
+
Network maintenance cost percentage.
|
|
1720
|
+
"""
|
|
1721
|
+
return pulumi.get(self, "maintenance_cost_percentage")
|
|
1722
|
+
|
|
1723
|
+
@maintenance_cost_percentage.setter
|
|
1724
|
+
def maintenance_cost_percentage(self, value: pulumi.Input[float]):
|
|
1725
|
+
pulumi.set(self, "maintenance_cost_percentage", value)
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
if not MYPY:
|
|
1729
|
+
class OnPremiseSettingsArgsDict(TypedDict):
|
|
1730
|
+
"""
|
|
1731
|
+
On-premise settings.
|
|
1732
|
+
"""
|
|
1733
|
+
compute_settings: pulumi.Input['ComputeSettingsArgsDict']
|
|
1734
|
+
"""
|
|
1735
|
+
Compute settings.
|
|
1736
|
+
"""
|
|
1737
|
+
facility_settings: pulumi.Input['FacilitySettingsArgsDict']
|
|
1738
|
+
"""
|
|
1739
|
+
Facility settings.
|
|
1740
|
+
"""
|
|
1741
|
+
labor_settings: pulumi.Input['LaborSettingsArgsDict']
|
|
1742
|
+
"""
|
|
1743
|
+
Labour settings.
|
|
1744
|
+
"""
|
|
1745
|
+
network_settings: pulumi.Input['NetworkSettingsArgsDict']
|
|
1746
|
+
"""
|
|
1747
|
+
Network settings.
|
|
1748
|
+
"""
|
|
1749
|
+
security_settings: pulumi.Input['SecuritySettingsArgsDict']
|
|
1750
|
+
"""
|
|
1751
|
+
Security settings.
|
|
1752
|
+
"""
|
|
1753
|
+
storage_settings: pulumi.Input['StorageSettingsArgsDict']
|
|
1754
|
+
"""
|
|
1755
|
+
Storage settings.
|
|
1756
|
+
"""
|
|
1757
|
+
management_settings: NotRequired[pulumi.Input['ManagementSettingsArgsDict']]
|
|
1758
|
+
"""
|
|
1759
|
+
Management settings.
|
|
1760
|
+
"""
|
|
1761
|
+
elif False:
|
|
1762
|
+
OnPremiseSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1763
|
+
|
|
1764
|
+
@pulumi.input_type
|
|
1765
|
+
class OnPremiseSettingsArgs:
|
|
1766
|
+
def __init__(__self__, *,
|
|
1767
|
+
compute_settings: pulumi.Input['ComputeSettingsArgs'],
|
|
1768
|
+
facility_settings: pulumi.Input['FacilitySettingsArgs'],
|
|
1769
|
+
labor_settings: pulumi.Input['LaborSettingsArgs'],
|
|
1770
|
+
network_settings: pulumi.Input['NetworkSettingsArgs'],
|
|
1771
|
+
security_settings: pulumi.Input['SecuritySettingsArgs'],
|
|
1772
|
+
storage_settings: pulumi.Input['StorageSettingsArgs'],
|
|
1773
|
+
management_settings: Optional[pulumi.Input['ManagementSettingsArgs']] = None):
|
|
1774
|
+
"""
|
|
1775
|
+
On-premise settings.
|
|
1776
|
+
:param pulumi.Input['ComputeSettingsArgs'] compute_settings: Compute settings.
|
|
1777
|
+
:param pulumi.Input['FacilitySettingsArgs'] facility_settings: Facility settings.
|
|
1778
|
+
:param pulumi.Input['LaborSettingsArgs'] labor_settings: Labour settings.
|
|
1779
|
+
:param pulumi.Input['NetworkSettingsArgs'] network_settings: Network settings.
|
|
1780
|
+
:param pulumi.Input['SecuritySettingsArgs'] security_settings: Security settings.
|
|
1781
|
+
:param pulumi.Input['StorageSettingsArgs'] storage_settings: Storage settings.
|
|
1782
|
+
:param pulumi.Input['ManagementSettingsArgs'] management_settings: Management settings.
|
|
1783
|
+
"""
|
|
1784
|
+
pulumi.set(__self__, "compute_settings", compute_settings)
|
|
1785
|
+
pulumi.set(__self__, "facility_settings", facility_settings)
|
|
1786
|
+
pulumi.set(__self__, "labor_settings", labor_settings)
|
|
1787
|
+
pulumi.set(__self__, "network_settings", network_settings)
|
|
1788
|
+
pulumi.set(__self__, "security_settings", security_settings)
|
|
1789
|
+
pulumi.set(__self__, "storage_settings", storage_settings)
|
|
1790
|
+
if management_settings is not None:
|
|
1791
|
+
pulumi.set(__self__, "management_settings", management_settings)
|
|
1792
|
+
|
|
1793
|
+
@property
|
|
1794
|
+
@pulumi.getter(name="computeSettings")
|
|
1795
|
+
def compute_settings(self) -> pulumi.Input['ComputeSettingsArgs']:
|
|
1796
|
+
"""
|
|
1797
|
+
Compute settings.
|
|
1798
|
+
"""
|
|
1799
|
+
return pulumi.get(self, "compute_settings")
|
|
1800
|
+
|
|
1801
|
+
@compute_settings.setter
|
|
1802
|
+
def compute_settings(self, value: pulumi.Input['ComputeSettingsArgs']):
|
|
1803
|
+
pulumi.set(self, "compute_settings", value)
|
|
1804
|
+
|
|
1805
|
+
@property
|
|
1806
|
+
@pulumi.getter(name="facilitySettings")
|
|
1807
|
+
def facility_settings(self) -> pulumi.Input['FacilitySettingsArgs']:
|
|
1808
|
+
"""
|
|
1809
|
+
Facility settings.
|
|
1810
|
+
"""
|
|
1811
|
+
return pulumi.get(self, "facility_settings")
|
|
1812
|
+
|
|
1813
|
+
@facility_settings.setter
|
|
1814
|
+
def facility_settings(self, value: pulumi.Input['FacilitySettingsArgs']):
|
|
1815
|
+
pulumi.set(self, "facility_settings", value)
|
|
1816
|
+
|
|
1817
|
+
@property
|
|
1818
|
+
@pulumi.getter(name="laborSettings")
|
|
1819
|
+
def labor_settings(self) -> pulumi.Input['LaborSettingsArgs']:
|
|
1820
|
+
"""
|
|
1821
|
+
Labour settings.
|
|
1822
|
+
"""
|
|
1823
|
+
return pulumi.get(self, "labor_settings")
|
|
1824
|
+
|
|
1825
|
+
@labor_settings.setter
|
|
1826
|
+
def labor_settings(self, value: pulumi.Input['LaborSettingsArgs']):
|
|
1827
|
+
pulumi.set(self, "labor_settings", value)
|
|
1828
|
+
|
|
1829
|
+
@property
|
|
1830
|
+
@pulumi.getter(name="networkSettings")
|
|
1831
|
+
def network_settings(self) -> pulumi.Input['NetworkSettingsArgs']:
|
|
1832
|
+
"""
|
|
1833
|
+
Network settings.
|
|
1834
|
+
"""
|
|
1835
|
+
return pulumi.get(self, "network_settings")
|
|
1836
|
+
|
|
1837
|
+
@network_settings.setter
|
|
1838
|
+
def network_settings(self, value: pulumi.Input['NetworkSettingsArgs']):
|
|
1839
|
+
pulumi.set(self, "network_settings", value)
|
|
1840
|
+
|
|
1841
|
+
@property
|
|
1842
|
+
@pulumi.getter(name="securitySettings")
|
|
1843
|
+
def security_settings(self) -> pulumi.Input['SecuritySettingsArgs']:
|
|
1844
|
+
"""
|
|
1845
|
+
Security settings.
|
|
1846
|
+
"""
|
|
1847
|
+
return pulumi.get(self, "security_settings")
|
|
1848
|
+
|
|
1849
|
+
@security_settings.setter
|
|
1850
|
+
def security_settings(self, value: pulumi.Input['SecuritySettingsArgs']):
|
|
1851
|
+
pulumi.set(self, "security_settings", value)
|
|
1852
|
+
|
|
1853
|
+
@property
|
|
1854
|
+
@pulumi.getter(name="storageSettings")
|
|
1855
|
+
def storage_settings(self) -> pulumi.Input['StorageSettingsArgs']:
|
|
1856
|
+
"""
|
|
1857
|
+
Storage settings.
|
|
1858
|
+
"""
|
|
1859
|
+
return pulumi.get(self, "storage_settings")
|
|
1860
|
+
|
|
1861
|
+
@storage_settings.setter
|
|
1862
|
+
def storage_settings(self, value: pulumi.Input['StorageSettingsArgs']):
|
|
1863
|
+
pulumi.set(self, "storage_settings", value)
|
|
1864
|
+
|
|
1865
|
+
@property
|
|
1866
|
+
@pulumi.getter(name="managementSettings")
|
|
1867
|
+
def management_settings(self) -> Optional[pulumi.Input['ManagementSettingsArgs']]:
|
|
1868
|
+
"""
|
|
1869
|
+
Management settings.
|
|
1870
|
+
"""
|
|
1871
|
+
return pulumi.get(self, "management_settings")
|
|
1872
|
+
|
|
1873
|
+
@management_settings.setter
|
|
1874
|
+
def management_settings(self, value: Optional[pulumi.Input['ManagementSettingsArgs']]):
|
|
1875
|
+
pulumi.set(self, "management_settings", value)
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
if not MYPY:
|
|
1879
|
+
class OtherManagementCostsSettingsArgsDict(TypedDict):
|
|
1880
|
+
"""
|
|
1881
|
+
Other Management Costs Settings.
|
|
1882
|
+
"""
|
|
1883
|
+
data_protection_cost_per_server_per_year: pulumi.Input[float]
|
|
1884
|
+
"""
|
|
1885
|
+
Data Protection Cost Per Server Per Year.
|
|
1886
|
+
"""
|
|
1887
|
+
monitoring_cost_per_server_per_year: pulumi.Input[float]
|
|
1888
|
+
"""
|
|
1889
|
+
Monitoring Cost Per Server Per Year.
|
|
1890
|
+
"""
|
|
1891
|
+
patching_cost_per_server_per_year: pulumi.Input[float]
|
|
1892
|
+
"""
|
|
1893
|
+
Patching Cost Per Server Per Year.
|
|
1894
|
+
"""
|
|
1895
|
+
elif False:
|
|
1896
|
+
OtherManagementCostsSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1897
|
+
|
|
1898
|
+
@pulumi.input_type
|
|
1899
|
+
class OtherManagementCostsSettingsArgs:
|
|
1900
|
+
def __init__(__self__, *,
|
|
1901
|
+
data_protection_cost_per_server_per_year: pulumi.Input[float],
|
|
1902
|
+
monitoring_cost_per_server_per_year: pulumi.Input[float],
|
|
1903
|
+
patching_cost_per_server_per_year: pulumi.Input[float]):
|
|
1904
|
+
"""
|
|
1905
|
+
Other Management Costs Settings.
|
|
1906
|
+
:param pulumi.Input[float] data_protection_cost_per_server_per_year: Data Protection Cost Per Server Per Year.
|
|
1907
|
+
:param pulumi.Input[float] monitoring_cost_per_server_per_year: Monitoring Cost Per Server Per Year.
|
|
1908
|
+
:param pulumi.Input[float] patching_cost_per_server_per_year: Patching Cost Per Server Per Year.
|
|
1909
|
+
"""
|
|
1910
|
+
pulumi.set(__self__, "data_protection_cost_per_server_per_year", data_protection_cost_per_server_per_year)
|
|
1911
|
+
pulumi.set(__self__, "monitoring_cost_per_server_per_year", monitoring_cost_per_server_per_year)
|
|
1912
|
+
pulumi.set(__self__, "patching_cost_per_server_per_year", patching_cost_per_server_per_year)
|
|
1913
|
+
|
|
1914
|
+
@property
|
|
1915
|
+
@pulumi.getter(name="dataProtectionCostPerServerPerYear")
|
|
1916
|
+
def data_protection_cost_per_server_per_year(self) -> pulumi.Input[float]:
|
|
1917
|
+
"""
|
|
1918
|
+
Data Protection Cost Per Server Per Year.
|
|
1919
|
+
"""
|
|
1920
|
+
return pulumi.get(self, "data_protection_cost_per_server_per_year")
|
|
1921
|
+
|
|
1922
|
+
@data_protection_cost_per_server_per_year.setter
|
|
1923
|
+
def data_protection_cost_per_server_per_year(self, value: pulumi.Input[float]):
|
|
1924
|
+
pulumi.set(self, "data_protection_cost_per_server_per_year", value)
|
|
1925
|
+
|
|
1926
|
+
@property
|
|
1927
|
+
@pulumi.getter(name="monitoringCostPerServerPerYear")
|
|
1928
|
+
def monitoring_cost_per_server_per_year(self) -> pulumi.Input[float]:
|
|
1929
|
+
"""
|
|
1930
|
+
Monitoring Cost Per Server Per Year.
|
|
1931
|
+
"""
|
|
1932
|
+
return pulumi.get(self, "monitoring_cost_per_server_per_year")
|
|
1933
|
+
|
|
1934
|
+
@monitoring_cost_per_server_per_year.setter
|
|
1935
|
+
def monitoring_cost_per_server_per_year(self, value: pulumi.Input[float]):
|
|
1936
|
+
pulumi.set(self, "monitoring_cost_per_server_per_year", value)
|
|
1937
|
+
|
|
1938
|
+
@property
|
|
1939
|
+
@pulumi.getter(name="patchingCostPerServerPerYear")
|
|
1940
|
+
def patching_cost_per_server_per_year(self) -> pulumi.Input[float]:
|
|
1941
|
+
"""
|
|
1942
|
+
Patching Cost Per Server Per Year.
|
|
1943
|
+
"""
|
|
1944
|
+
return pulumi.get(self, "patching_cost_per_server_per_year")
|
|
1945
|
+
|
|
1946
|
+
@patching_cost_per_server_per_year.setter
|
|
1947
|
+
def patching_cost_per_server_per_year(self, value: pulumi.Input[float]):
|
|
1948
|
+
pulumi.set(self, "patching_cost_per_server_per_year", value)
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
if not MYPY:
|
|
1952
|
+
class PerfDataSettingsArgsDict(TypedDict):
|
|
1953
|
+
"""
|
|
1954
|
+
Data model of Performance Data Settings.
|
|
1955
|
+
"""
|
|
1956
|
+
percentile: pulumi.Input[Union[str, 'Percentile']]
|
|
1957
|
+
"""
|
|
1958
|
+
Gets percentile utilization for performance data.
|
|
1959
|
+
"""
|
|
1960
|
+
time_range: pulumi.Input[Union[str, 'TimeRange']]
|
|
1961
|
+
"""
|
|
1962
|
+
Gets perf data time range.
|
|
1963
|
+
"""
|
|
1964
|
+
perf_data_end_time: NotRequired[pulumi.Input[str]]
|
|
1965
|
+
"""
|
|
1966
|
+
Gets or sets perf data end time.
|
|
1967
|
+
"""
|
|
1968
|
+
perf_data_start_time: NotRequired[pulumi.Input[str]]
|
|
1969
|
+
"""
|
|
1970
|
+
Gets or sets perf data start time.
|
|
1971
|
+
"""
|
|
1972
|
+
elif False:
|
|
1973
|
+
PerfDataSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1974
|
+
|
|
1975
|
+
@pulumi.input_type
|
|
1976
|
+
class PerfDataSettingsArgs:
|
|
1977
|
+
def __init__(__self__, *,
|
|
1978
|
+
percentile: pulumi.Input[Union[str, 'Percentile']],
|
|
1979
|
+
time_range: pulumi.Input[Union[str, 'TimeRange']],
|
|
1980
|
+
perf_data_end_time: Optional[pulumi.Input[str]] = None,
|
|
1981
|
+
perf_data_start_time: Optional[pulumi.Input[str]] = None):
|
|
1982
|
+
"""
|
|
1983
|
+
Data model of Performance Data Settings.
|
|
1984
|
+
:param pulumi.Input[Union[str, 'Percentile']] percentile: Gets percentile utilization for performance data.
|
|
1985
|
+
:param pulumi.Input[Union[str, 'TimeRange']] time_range: Gets perf data time range.
|
|
1986
|
+
:param pulumi.Input[str] perf_data_end_time: Gets or sets perf data end time.
|
|
1987
|
+
:param pulumi.Input[str] perf_data_start_time: Gets or sets perf data start time.
|
|
1988
|
+
"""
|
|
1989
|
+
pulumi.set(__self__, "percentile", percentile)
|
|
1990
|
+
pulumi.set(__self__, "time_range", time_range)
|
|
1991
|
+
if perf_data_end_time is not None:
|
|
1992
|
+
pulumi.set(__self__, "perf_data_end_time", perf_data_end_time)
|
|
1993
|
+
if perf_data_start_time is not None:
|
|
1994
|
+
pulumi.set(__self__, "perf_data_start_time", perf_data_start_time)
|
|
1995
|
+
|
|
1996
|
+
@property
|
|
1997
|
+
@pulumi.getter
|
|
1998
|
+
def percentile(self) -> pulumi.Input[Union[str, 'Percentile']]:
|
|
1999
|
+
"""
|
|
2000
|
+
Gets percentile utilization for performance data.
|
|
2001
|
+
"""
|
|
2002
|
+
return pulumi.get(self, "percentile")
|
|
2003
|
+
|
|
2004
|
+
@percentile.setter
|
|
2005
|
+
def percentile(self, value: pulumi.Input[Union[str, 'Percentile']]):
|
|
2006
|
+
pulumi.set(self, "percentile", value)
|
|
2007
|
+
|
|
2008
|
+
@property
|
|
2009
|
+
@pulumi.getter(name="timeRange")
|
|
2010
|
+
def time_range(self) -> pulumi.Input[Union[str, 'TimeRange']]:
|
|
2011
|
+
"""
|
|
2012
|
+
Gets perf data time range.
|
|
2013
|
+
"""
|
|
2014
|
+
return pulumi.get(self, "time_range")
|
|
2015
|
+
|
|
2016
|
+
@time_range.setter
|
|
2017
|
+
def time_range(self, value: pulumi.Input[Union[str, 'TimeRange']]):
|
|
2018
|
+
pulumi.set(self, "time_range", value)
|
|
2019
|
+
|
|
2020
|
+
@property
|
|
2021
|
+
@pulumi.getter(name="perfDataEndTime")
|
|
2022
|
+
def perf_data_end_time(self) -> Optional[pulumi.Input[str]]:
|
|
2023
|
+
"""
|
|
2024
|
+
Gets or sets perf data end time.
|
|
2025
|
+
"""
|
|
2026
|
+
return pulumi.get(self, "perf_data_end_time")
|
|
2027
|
+
|
|
2028
|
+
@perf_data_end_time.setter
|
|
2029
|
+
def perf_data_end_time(self, value: Optional[pulumi.Input[str]]):
|
|
2030
|
+
pulumi.set(self, "perf_data_end_time", value)
|
|
2031
|
+
|
|
2032
|
+
@property
|
|
2033
|
+
@pulumi.getter(name="perfDataStartTime")
|
|
2034
|
+
def perf_data_start_time(self) -> Optional[pulumi.Input[str]]:
|
|
2035
|
+
"""
|
|
2036
|
+
Gets or sets perf data start time.
|
|
2037
|
+
"""
|
|
2038
|
+
return pulumi.get(self, "perf_data_start_time")
|
|
2039
|
+
|
|
2040
|
+
@perf_data_start_time.setter
|
|
2041
|
+
def perf_data_start_time(self, value: Optional[pulumi.Input[str]]):
|
|
2042
|
+
pulumi.set(self, "perf_data_start_time", value)
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
if not MYPY:
|
|
2046
|
+
class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
|
|
2047
|
+
"""
|
|
2048
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
2049
|
+
"""
|
|
2050
|
+
actions_required: NotRequired[pulumi.Input[str]]
|
|
2051
|
+
"""
|
|
2052
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
2053
|
+
"""
|
|
2054
|
+
description: NotRequired[pulumi.Input[str]]
|
|
2055
|
+
"""
|
|
2056
|
+
The reason for approval/rejection of the connection.
|
|
2057
|
+
"""
|
|
2058
|
+
status: NotRequired[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]
|
|
2059
|
+
"""
|
|
2060
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
2061
|
+
"""
|
|
2062
|
+
elif False:
|
|
2063
|
+
PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
|
|
2064
|
+
|
|
2065
|
+
@pulumi.input_type
|
|
2066
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
2067
|
+
def __init__(__self__, *,
|
|
2068
|
+
actions_required: Optional[pulumi.Input[str]] = None,
|
|
2069
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2070
|
+
status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
|
|
2071
|
+
"""
|
|
2072
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
2073
|
+
:param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
2074
|
+
:param pulumi.Input[str] description: The reason for approval/rejection of the connection.
|
|
2075
|
+
:param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
2076
|
+
"""
|
|
2077
|
+
if actions_required is not None:
|
|
2078
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
2079
|
+
if description is not None:
|
|
2080
|
+
pulumi.set(__self__, "description", description)
|
|
2081
|
+
if status is not None:
|
|
2082
|
+
pulumi.set(__self__, "status", status)
|
|
2083
|
+
|
|
2084
|
+
@property
|
|
2085
|
+
@pulumi.getter(name="actionsRequired")
|
|
2086
|
+
def actions_required(self) -> Optional[pulumi.Input[str]]:
|
|
2087
|
+
"""
|
|
2088
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
2089
|
+
"""
|
|
2090
|
+
return pulumi.get(self, "actions_required")
|
|
2091
|
+
|
|
2092
|
+
@actions_required.setter
|
|
2093
|
+
def actions_required(self, value: Optional[pulumi.Input[str]]):
|
|
2094
|
+
pulumi.set(self, "actions_required", value)
|
|
2095
|
+
|
|
2096
|
+
@property
|
|
2097
|
+
@pulumi.getter
|
|
2098
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2099
|
+
"""
|
|
2100
|
+
The reason for approval/rejection of the connection.
|
|
2101
|
+
"""
|
|
2102
|
+
return pulumi.get(self, "description")
|
|
2103
|
+
|
|
2104
|
+
@description.setter
|
|
2105
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2106
|
+
pulumi.set(self, "description", value)
|
|
2107
|
+
|
|
2108
|
+
@property
|
|
2109
|
+
@pulumi.getter
|
|
2110
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
|
|
2111
|
+
"""
|
|
2112
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
2113
|
+
"""
|
|
2114
|
+
return pulumi.get(self, "status")
|
|
2115
|
+
|
|
2116
|
+
@status.setter
|
|
2117
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
|
|
2118
|
+
pulumi.set(self, "status", value)
|
|
2119
|
+
|
|
2120
|
+
|
|
2121
|
+
if not MYPY:
|
|
2122
|
+
class SecuritySettingsArgsDict(TypedDict):
|
|
2123
|
+
"""
|
|
2124
|
+
Security settings.
|
|
2125
|
+
"""
|
|
2126
|
+
server_security_cost_per_server_per_year: pulumi.Input[float]
|
|
2127
|
+
"""
|
|
2128
|
+
Physical servers per administrator.
|
|
2129
|
+
"""
|
|
2130
|
+
sql_server_security_cost_per_server_per_year: pulumi.Input[float]
|
|
2131
|
+
"""
|
|
2132
|
+
Virtual machines per administrator.
|
|
2133
|
+
"""
|
|
2134
|
+
elif False:
|
|
2135
|
+
SecuritySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2136
|
+
|
|
2137
|
+
@pulumi.input_type
|
|
2138
|
+
class SecuritySettingsArgs:
|
|
2139
|
+
def __init__(__self__, *,
|
|
2140
|
+
server_security_cost_per_server_per_year: pulumi.Input[float],
|
|
2141
|
+
sql_server_security_cost_per_server_per_year: pulumi.Input[float]):
|
|
2142
|
+
"""
|
|
2143
|
+
Security settings.
|
|
2144
|
+
:param pulumi.Input[float] server_security_cost_per_server_per_year: Physical servers per administrator.
|
|
2145
|
+
:param pulumi.Input[float] sql_server_security_cost_per_server_per_year: Virtual machines per administrator.
|
|
2146
|
+
"""
|
|
2147
|
+
pulumi.set(__self__, "server_security_cost_per_server_per_year", server_security_cost_per_server_per_year)
|
|
2148
|
+
pulumi.set(__self__, "sql_server_security_cost_per_server_per_year", sql_server_security_cost_per_server_per_year)
|
|
2149
|
+
|
|
2150
|
+
@property
|
|
2151
|
+
@pulumi.getter(name="serverSecurityCostPerServerPerYear")
|
|
2152
|
+
def server_security_cost_per_server_per_year(self) -> pulumi.Input[float]:
|
|
2153
|
+
"""
|
|
2154
|
+
Physical servers per administrator.
|
|
2155
|
+
"""
|
|
2156
|
+
return pulumi.get(self, "server_security_cost_per_server_per_year")
|
|
2157
|
+
|
|
2158
|
+
@server_security_cost_per_server_per_year.setter
|
|
2159
|
+
def server_security_cost_per_server_per_year(self, value: pulumi.Input[float]):
|
|
2160
|
+
pulumi.set(self, "server_security_cost_per_server_per_year", value)
|
|
2161
|
+
|
|
2162
|
+
@property
|
|
2163
|
+
@pulumi.getter(name="sqlServerSecurityCostPerServerPerYear")
|
|
2164
|
+
def sql_server_security_cost_per_server_per_year(self) -> pulumi.Input[float]:
|
|
2165
|
+
"""
|
|
2166
|
+
Virtual machines per administrator.
|
|
2167
|
+
"""
|
|
2168
|
+
return pulumi.get(self, "sql_server_security_cost_per_server_per_year")
|
|
2169
|
+
|
|
2170
|
+
@sql_server_security_cost_per_server_per_year.setter
|
|
2171
|
+
def sql_server_security_cost_per_server_per_year(self, value: pulumi.Input[float]):
|
|
2172
|
+
pulumi.set(self, "sql_server_security_cost_per_server_per_year", value)
|
|
2173
|
+
|
|
2174
|
+
|
|
2175
|
+
if not MYPY:
|
|
2176
|
+
class SettingsArgsDict(TypedDict):
|
|
2177
|
+
"""
|
|
2178
|
+
Business case settings.
|
|
2179
|
+
"""
|
|
2180
|
+
azure_settings: pulumi.Input['AzureSettingsArgsDict']
|
|
2181
|
+
"""
|
|
2182
|
+
Azure settings for a business case.
|
|
2183
|
+
"""
|
|
2184
|
+
on_premise_settings: NotRequired[pulumi.Input['OnPremiseSettingsArgsDict']]
|
|
2185
|
+
"""
|
|
2186
|
+
On-premise settings.
|
|
2187
|
+
"""
|
|
2188
|
+
elif False:
|
|
2189
|
+
SettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2190
|
+
|
|
2191
|
+
@pulumi.input_type
|
|
2192
|
+
class SettingsArgs:
|
|
2193
|
+
def __init__(__self__, *,
|
|
2194
|
+
azure_settings: pulumi.Input['AzureSettingsArgs'],
|
|
2195
|
+
on_premise_settings: Optional[pulumi.Input['OnPremiseSettingsArgs']] = None):
|
|
2196
|
+
"""
|
|
2197
|
+
Business case settings.
|
|
2198
|
+
:param pulumi.Input['AzureSettingsArgs'] azure_settings: Azure settings for a business case.
|
|
2199
|
+
:param pulumi.Input['OnPremiseSettingsArgs'] on_premise_settings: On-premise settings.
|
|
2200
|
+
"""
|
|
2201
|
+
pulumi.set(__self__, "azure_settings", azure_settings)
|
|
2202
|
+
if on_premise_settings is not None:
|
|
2203
|
+
pulumi.set(__self__, "on_premise_settings", on_premise_settings)
|
|
2204
|
+
|
|
2205
|
+
@property
|
|
2206
|
+
@pulumi.getter(name="azureSettings")
|
|
2207
|
+
def azure_settings(self) -> pulumi.Input['AzureSettingsArgs']:
|
|
2208
|
+
"""
|
|
2209
|
+
Azure settings for a business case.
|
|
2210
|
+
"""
|
|
2211
|
+
return pulumi.get(self, "azure_settings")
|
|
2212
|
+
|
|
2213
|
+
@azure_settings.setter
|
|
2214
|
+
def azure_settings(self, value: pulumi.Input['AzureSettingsArgs']):
|
|
2215
|
+
pulumi.set(self, "azure_settings", value)
|
|
2216
|
+
|
|
2217
|
+
@property
|
|
2218
|
+
@pulumi.getter(name="onPremiseSettings")
|
|
2219
|
+
def on_premise_settings(self) -> Optional[pulumi.Input['OnPremiseSettingsArgs']]:
|
|
2220
|
+
"""
|
|
2221
|
+
On-premise settings.
|
|
2222
|
+
"""
|
|
2223
|
+
return pulumi.get(self, "on_premise_settings")
|
|
2224
|
+
|
|
2225
|
+
@on_premise_settings.setter
|
|
2226
|
+
def on_premise_settings(self, value: Optional[pulumi.Input['OnPremiseSettingsArgs']]):
|
|
2227
|
+
pulumi.set(self, "on_premise_settings", value)
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
if not MYPY:
|
|
2231
|
+
class SqlDbSettingsArgsDict(TypedDict):
|
|
2232
|
+
"""
|
|
2233
|
+
SQL database assessment settings.
|
|
2234
|
+
"""
|
|
2235
|
+
azure_sql_compute_tier: NotRequired[pulumi.Input[Union[str, 'ComputeTier']]]
|
|
2236
|
+
"""
|
|
2237
|
+
Gets or sets the azure SQL compute tier.
|
|
2238
|
+
"""
|
|
2239
|
+
azure_sql_data_base_type: NotRequired[pulumi.Input[Union[str, 'AzureSqlDataBaseType']]]
|
|
2240
|
+
"""
|
|
2241
|
+
Gets or sets the azure PAAS SQL instance type.
|
|
2242
|
+
"""
|
|
2243
|
+
azure_sql_purchase_model: NotRequired[pulumi.Input[Union[str, 'AzureSqlPurchaseModel']]]
|
|
2244
|
+
"""
|
|
2245
|
+
Gets or sets the azure SQL purchase model.
|
|
2246
|
+
"""
|
|
2247
|
+
azure_sql_service_tier: NotRequired[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]
|
|
2248
|
+
"""
|
|
2249
|
+
Gets or sets the azure SQL service tier.
|
|
2250
|
+
"""
|
|
2251
|
+
elif False:
|
|
2252
|
+
SqlDbSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2253
|
+
|
|
2254
|
+
@pulumi.input_type
|
|
2255
|
+
class SqlDbSettingsArgs:
|
|
2256
|
+
def __init__(__self__, *,
|
|
2257
|
+
azure_sql_compute_tier: Optional[pulumi.Input[Union[str, 'ComputeTier']]] = None,
|
|
2258
|
+
azure_sql_data_base_type: Optional[pulumi.Input[Union[str, 'AzureSqlDataBaseType']]] = None,
|
|
2259
|
+
azure_sql_purchase_model: Optional[pulumi.Input[Union[str, 'AzureSqlPurchaseModel']]] = None,
|
|
2260
|
+
azure_sql_service_tier: Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]] = None):
|
|
2261
|
+
"""
|
|
2262
|
+
SQL database assessment settings.
|
|
2263
|
+
:param pulumi.Input[Union[str, 'ComputeTier']] azure_sql_compute_tier: Gets or sets the azure SQL compute tier.
|
|
2264
|
+
:param pulumi.Input[Union[str, 'AzureSqlDataBaseType']] azure_sql_data_base_type: Gets or sets the azure PAAS SQL instance type.
|
|
2265
|
+
:param pulumi.Input[Union[str, 'AzureSqlPurchaseModel']] azure_sql_purchase_model: Gets or sets the azure SQL purchase model.
|
|
2266
|
+
:param pulumi.Input[Union[str, 'AzureSqlServiceTier']] azure_sql_service_tier: Gets or sets the azure SQL service tier.
|
|
2267
|
+
"""
|
|
2268
|
+
if azure_sql_compute_tier is not None:
|
|
2269
|
+
pulumi.set(__self__, "azure_sql_compute_tier", azure_sql_compute_tier)
|
|
2270
|
+
if azure_sql_data_base_type is not None:
|
|
2271
|
+
pulumi.set(__self__, "azure_sql_data_base_type", azure_sql_data_base_type)
|
|
2272
|
+
if azure_sql_purchase_model is not None:
|
|
2273
|
+
pulumi.set(__self__, "azure_sql_purchase_model", azure_sql_purchase_model)
|
|
2274
|
+
if azure_sql_service_tier is not None:
|
|
2275
|
+
pulumi.set(__self__, "azure_sql_service_tier", azure_sql_service_tier)
|
|
2276
|
+
|
|
2277
|
+
@property
|
|
2278
|
+
@pulumi.getter(name="azureSqlComputeTier")
|
|
2279
|
+
def azure_sql_compute_tier(self) -> Optional[pulumi.Input[Union[str, 'ComputeTier']]]:
|
|
2280
|
+
"""
|
|
2281
|
+
Gets or sets the azure SQL compute tier.
|
|
2282
|
+
"""
|
|
2283
|
+
return pulumi.get(self, "azure_sql_compute_tier")
|
|
2284
|
+
|
|
2285
|
+
@azure_sql_compute_tier.setter
|
|
2286
|
+
def azure_sql_compute_tier(self, value: Optional[pulumi.Input[Union[str, 'ComputeTier']]]):
|
|
2287
|
+
pulumi.set(self, "azure_sql_compute_tier", value)
|
|
2288
|
+
|
|
2289
|
+
@property
|
|
2290
|
+
@pulumi.getter(name="azureSqlDataBaseType")
|
|
2291
|
+
def azure_sql_data_base_type(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlDataBaseType']]]:
|
|
2292
|
+
"""
|
|
2293
|
+
Gets or sets the azure PAAS SQL instance type.
|
|
2294
|
+
"""
|
|
2295
|
+
return pulumi.get(self, "azure_sql_data_base_type")
|
|
2296
|
+
|
|
2297
|
+
@azure_sql_data_base_type.setter
|
|
2298
|
+
def azure_sql_data_base_type(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlDataBaseType']]]):
|
|
2299
|
+
pulumi.set(self, "azure_sql_data_base_type", value)
|
|
2300
|
+
|
|
2301
|
+
@property
|
|
2302
|
+
@pulumi.getter(name="azureSqlPurchaseModel")
|
|
2303
|
+
def azure_sql_purchase_model(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlPurchaseModel']]]:
|
|
2304
|
+
"""
|
|
2305
|
+
Gets or sets the azure SQL purchase model.
|
|
2306
|
+
"""
|
|
2307
|
+
return pulumi.get(self, "azure_sql_purchase_model")
|
|
2308
|
+
|
|
2309
|
+
@azure_sql_purchase_model.setter
|
|
2310
|
+
def azure_sql_purchase_model(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlPurchaseModel']]]):
|
|
2311
|
+
pulumi.set(self, "azure_sql_purchase_model", value)
|
|
2312
|
+
|
|
2313
|
+
@property
|
|
2314
|
+
@pulumi.getter(name="azureSqlServiceTier")
|
|
2315
|
+
def azure_sql_service_tier(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]:
|
|
2316
|
+
"""
|
|
2317
|
+
Gets or sets the azure SQL service tier.
|
|
2318
|
+
"""
|
|
2319
|
+
return pulumi.get(self, "azure_sql_service_tier")
|
|
2320
|
+
|
|
2321
|
+
@azure_sql_service_tier.setter
|
|
2322
|
+
def azure_sql_service_tier(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]):
|
|
2323
|
+
pulumi.set(self, "azure_sql_service_tier", value)
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
if not MYPY:
|
|
2327
|
+
class SqlMiSettingsArgsDict(TypedDict):
|
|
2328
|
+
"""
|
|
2329
|
+
SQL managed instance assessment settings.
|
|
2330
|
+
"""
|
|
2331
|
+
azure_sql_instance_type: NotRequired[pulumi.Input[Union[str, 'AzureSqlInstanceType']]]
|
|
2332
|
+
"""
|
|
2333
|
+
Gets or sets the azure PAAS SQL instance type.
|
|
2334
|
+
"""
|
|
2335
|
+
azure_sql_service_tier: NotRequired[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]
|
|
2336
|
+
"""
|
|
2337
|
+
Gets or sets the azure SQL service tier.
|
|
2338
|
+
"""
|
|
2339
|
+
elif False:
|
|
2340
|
+
SqlMiSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2341
|
+
|
|
2342
|
+
@pulumi.input_type
|
|
2343
|
+
class SqlMiSettingsArgs:
|
|
2344
|
+
def __init__(__self__, *,
|
|
2345
|
+
azure_sql_instance_type: Optional[pulumi.Input[Union[str, 'AzureSqlInstanceType']]] = None,
|
|
2346
|
+
azure_sql_service_tier: Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]] = None):
|
|
2347
|
+
"""
|
|
2348
|
+
SQL managed instance assessment settings.
|
|
2349
|
+
:param pulumi.Input[Union[str, 'AzureSqlInstanceType']] azure_sql_instance_type: Gets or sets the azure PAAS SQL instance type.
|
|
2350
|
+
:param pulumi.Input[Union[str, 'AzureSqlServiceTier']] azure_sql_service_tier: Gets or sets the azure SQL service tier.
|
|
2351
|
+
"""
|
|
2352
|
+
if azure_sql_instance_type is not None:
|
|
2353
|
+
pulumi.set(__self__, "azure_sql_instance_type", azure_sql_instance_type)
|
|
2354
|
+
if azure_sql_service_tier is not None:
|
|
2355
|
+
pulumi.set(__self__, "azure_sql_service_tier", azure_sql_service_tier)
|
|
2356
|
+
|
|
2357
|
+
@property
|
|
2358
|
+
@pulumi.getter(name="azureSqlInstanceType")
|
|
2359
|
+
def azure_sql_instance_type(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlInstanceType']]]:
|
|
2360
|
+
"""
|
|
2361
|
+
Gets or sets the azure PAAS SQL instance type.
|
|
2362
|
+
"""
|
|
2363
|
+
return pulumi.get(self, "azure_sql_instance_type")
|
|
2364
|
+
|
|
2365
|
+
@azure_sql_instance_type.setter
|
|
2366
|
+
def azure_sql_instance_type(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlInstanceType']]]):
|
|
2367
|
+
pulumi.set(self, "azure_sql_instance_type", value)
|
|
2368
|
+
|
|
2369
|
+
@property
|
|
2370
|
+
@pulumi.getter(name="azureSqlServiceTier")
|
|
2371
|
+
def azure_sql_service_tier(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]:
|
|
2372
|
+
"""
|
|
2373
|
+
Gets or sets the azure SQL service tier.
|
|
2374
|
+
"""
|
|
2375
|
+
return pulumi.get(self, "azure_sql_service_tier")
|
|
2376
|
+
|
|
2377
|
+
@azure_sql_service_tier.setter
|
|
2378
|
+
def azure_sql_service_tier(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]):
|
|
2379
|
+
pulumi.set(self, "azure_sql_service_tier", value)
|
|
2380
|
+
|
|
2381
|
+
|
|
2382
|
+
if not MYPY:
|
|
2383
|
+
class SqlServerLicensingSettingsArgsDict(TypedDict):
|
|
2384
|
+
"""
|
|
2385
|
+
SQL Server licensing settings.
|
|
2386
|
+
"""
|
|
2387
|
+
license_cost: pulumi.Input[float]
|
|
2388
|
+
"""
|
|
2389
|
+
Licence cost.
|
|
2390
|
+
"""
|
|
2391
|
+
software_assurance_cost: pulumi.Input[float]
|
|
2392
|
+
"""
|
|
2393
|
+
Software assurance (SA) cost.
|
|
2394
|
+
"""
|
|
2395
|
+
version: pulumi.Input[Union[str, 'SqlServerLicenseType']]
|
|
2396
|
+
"""
|
|
2397
|
+
SQL Server version.
|
|
2398
|
+
"""
|
|
2399
|
+
elif False:
|
|
2400
|
+
SqlServerLicensingSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2401
|
+
|
|
2402
|
+
@pulumi.input_type
|
|
2403
|
+
class SqlServerLicensingSettingsArgs:
|
|
2404
|
+
def __init__(__self__, *,
|
|
2405
|
+
license_cost: pulumi.Input[float],
|
|
2406
|
+
software_assurance_cost: pulumi.Input[float],
|
|
2407
|
+
version: pulumi.Input[Union[str, 'SqlServerLicenseType']]):
|
|
2408
|
+
"""
|
|
2409
|
+
SQL Server licensing settings.
|
|
2410
|
+
:param pulumi.Input[float] license_cost: Licence cost.
|
|
2411
|
+
:param pulumi.Input[float] software_assurance_cost: Software assurance (SA) cost.
|
|
2412
|
+
:param pulumi.Input[Union[str, 'SqlServerLicenseType']] version: SQL Server version.
|
|
2413
|
+
"""
|
|
2414
|
+
pulumi.set(__self__, "license_cost", license_cost)
|
|
2415
|
+
pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
|
|
2416
|
+
pulumi.set(__self__, "version", version)
|
|
2417
|
+
|
|
2418
|
+
@property
|
|
2419
|
+
@pulumi.getter(name="licenseCost")
|
|
2420
|
+
def license_cost(self) -> pulumi.Input[float]:
|
|
2421
|
+
"""
|
|
2422
|
+
Licence cost.
|
|
2423
|
+
"""
|
|
2424
|
+
return pulumi.get(self, "license_cost")
|
|
2425
|
+
|
|
2426
|
+
@license_cost.setter
|
|
2427
|
+
def license_cost(self, value: pulumi.Input[float]):
|
|
2428
|
+
pulumi.set(self, "license_cost", value)
|
|
2429
|
+
|
|
2430
|
+
@property
|
|
2431
|
+
@pulumi.getter(name="softwareAssuranceCost")
|
|
2432
|
+
def software_assurance_cost(self) -> pulumi.Input[float]:
|
|
2433
|
+
"""
|
|
2434
|
+
Software assurance (SA) cost.
|
|
2435
|
+
"""
|
|
2436
|
+
return pulumi.get(self, "software_assurance_cost")
|
|
2437
|
+
|
|
2438
|
+
@software_assurance_cost.setter
|
|
2439
|
+
def software_assurance_cost(self, value: pulumi.Input[float]):
|
|
2440
|
+
pulumi.set(self, "software_assurance_cost", value)
|
|
2441
|
+
|
|
2442
|
+
@property
|
|
2443
|
+
@pulumi.getter
|
|
2444
|
+
def version(self) -> pulumi.Input[Union[str, 'SqlServerLicenseType']]:
|
|
2445
|
+
"""
|
|
2446
|
+
SQL Server version.
|
|
2447
|
+
"""
|
|
2448
|
+
return pulumi.get(self, "version")
|
|
2449
|
+
|
|
2450
|
+
@version.setter
|
|
2451
|
+
def version(self, value: pulumi.Input[Union[str, 'SqlServerLicenseType']]):
|
|
2452
|
+
pulumi.set(self, "version", value)
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
if not MYPY:
|
|
2456
|
+
class SqlVmSettingsArgsDict(TypedDict):
|
|
2457
|
+
"""
|
|
2458
|
+
SQL VM assessment settings.
|
|
2459
|
+
"""
|
|
2460
|
+
instance_series: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]]
|
|
2461
|
+
"""
|
|
2462
|
+
Gets or sets the Azure VM families (calling instance series to keep it
|
|
2463
|
+
consistent with other targets).
|
|
2464
|
+
"""
|
|
2465
|
+
elif False:
|
|
2466
|
+
SqlVmSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2467
|
+
|
|
2468
|
+
@pulumi.input_type
|
|
2469
|
+
class SqlVmSettingsArgs:
|
|
2470
|
+
def __init__(__self__, *,
|
|
2471
|
+
instance_series: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]] = None):
|
|
2472
|
+
"""
|
|
2473
|
+
SQL VM assessment settings.
|
|
2474
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]] instance_series: Gets or sets the Azure VM families (calling instance series to keep it
|
|
2475
|
+
consistent with other targets).
|
|
2476
|
+
"""
|
|
2477
|
+
if instance_series is not None:
|
|
2478
|
+
pulumi.set(__self__, "instance_series", instance_series)
|
|
2479
|
+
|
|
2480
|
+
@property
|
|
2481
|
+
@pulumi.getter(name="instanceSeries")
|
|
2482
|
+
def instance_series(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]]:
|
|
2483
|
+
"""
|
|
2484
|
+
Gets or sets the Azure VM families (calling instance series to keep it
|
|
2485
|
+
consistent with other targets).
|
|
2486
|
+
"""
|
|
2487
|
+
return pulumi.get(self, "instance_series")
|
|
2488
|
+
|
|
2489
|
+
@instance_series.setter
|
|
2490
|
+
def instance_series(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]]):
|
|
2491
|
+
pulumi.set(self, "instance_series", value)
|
|
2492
|
+
|
|
2493
|
+
|
|
2494
|
+
if not MYPY:
|
|
2495
|
+
class StorageSettingsArgsDict(TypedDict):
|
|
2496
|
+
"""
|
|
2497
|
+
Storage settings.
|
|
2498
|
+
"""
|
|
2499
|
+
cost_per_gb_per_month: pulumi.Input[float]
|
|
2500
|
+
"""
|
|
2501
|
+
Cost per gigabyte per month.
|
|
2502
|
+
"""
|
|
2503
|
+
maintainance_cost_percentage_to_acquisition_cost: pulumi.Input[float]
|
|
2504
|
+
"""
|
|
2505
|
+
Maintenance cost percentage.
|
|
2506
|
+
"""
|
|
2507
|
+
elif False:
|
|
2508
|
+
StorageSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2509
|
+
|
|
2510
|
+
@pulumi.input_type
|
|
2511
|
+
class StorageSettingsArgs:
|
|
2512
|
+
def __init__(__self__, *,
|
|
2513
|
+
cost_per_gb_per_month: pulumi.Input[float],
|
|
2514
|
+
maintainance_cost_percentage_to_acquisition_cost: pulumi.Input[float]):
|
|
2515
|
+
"""
|
|
2516
|
+
Storage settings.
|
|
2517
|
+
:param pulumi.Input[float] cost_per_gb_per_month: Cost per gigabyte per month.
|
|
2518
|
+
:param pulumi.Input[float] maintainance_cost_percentage_to_acquisition_cost: Maintenance cost percentage.
|
|
2519
|
+
"""
|
|
2520
|
+
pulumi.set(__self__, "cost_per_gb_per_month", cost_per_gb_per_month)
|
|
2521
|
+
pulumi.set(__self__, "maintainance_cost_percentage_to_acquisition_cost", maintainance_cost_percentage_to_acquisition_cost)
|
|
2522
|
+
|
|
2523
|
+
@property
|
|
2524
|
+
@pulumi.getter(name="costPerGbPerMonth")
|
|
2525
|
+
def cost_per_gb_per_month(self) -> pulumi.Input[float]:
|
|
2526
|
+
"""
|
|
2527
|
+
Cost per gigabyte per month.
|
|
2528
|
+
"""
|
|
2529
|
+
return pulumi.get(self, "cost_per_gb_per_month")
|
|
2530
|
+
|
|
2531
|
+
@cost_per_gb_per_month.setter
|
|
2532
|
+
def cost_per_gb_per_month(self, value: pulumi.Input[float]):
|
|
2533
|
+
pulumi.set(self, "cost_per_gb_per_month", value)
|
|
2534
|
+
|
|
2535
|
+
@property
|
|
2536
|
+
@pulumi.getter(name="maintainanceCostPercentageToAcquisitionCost")
|
|
2537
|
+
def maintainance_cost_percentage_to_acquisition_cost(self) -> pulumi.Input[float]:
|
|
2538
|
+
"""
|
|
2539
|
+
Maintenance cost percentage.
|
|
2540
|
+
"""
|
|
2541
|
+
return pulumi.get(self, "maintainance_cost_percentage_to_acquisition_cost")
|
|
2542
|
+
|
|
2543
|
+
@maintainance_cost_percentage_to_acquisition_cost.setter
|
|
2544
|
+
def maintainance_cost_percentage_to_acquisition_cost(self, value: pulumi.Input[float]):
|
|
2545
|
+
pulumi.set(self, "maintainance_cost_percentage_to_acquisition_cost", value)
|
|
2546
|
+
|
|
2547
|
+
|
|
2548
|
+
if not MYPY:
|
|
2549
|
+
class ThirdPartyManagementSettingsArgsDict(TypedDict):
|
|
2550
|
+
"""
|
|
2551
|
+
Third Party Management settings.
|
|
2552
|
+
"""
|
|
2553
|
+
license_cost: pulumi.Input[float]
|
|
2554
|
+
"""
|
|
2555
|
+
License Cost.
|
|
2556
|
+
"""
|
|
2557
|
+
support_cost: pulumi.Input[float]
|
|
2558
|
+
"""
|
|
2559
|
+
Support Cost.
|
|
2560
|
+
"""
|
|
2561
|
+
elif False:
|
|
2562
|
+
ThirdPartyManagementSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2563
|
+
|
|
2564
|
+
@pulumi.input_type
|
|
2565
|
+
class ThirdPartyManagementSettingsArgs:
|
|
2566
|
+
def __init__(__self__, *,
|
|
2567
|
+
license_cost: pulumi.Input[float],
|
|
2568
|
+
support_cost: pulumi.Input[float]):
|
|
2569
|
+
"""
|
|
2570
|
+
Third Party Management settings.
|
|
2571
|
+
:param pulumi.Input[float] license_cost: License Cost.
|
|
2572
|
+
:param pulumi.Input[float] support_cost: Support Cost.
|
|
2573
|
+
"""
|
|
2574
|
+
pulumi.set(__self__, "license_cost", license_cost)
|
|
2575
|
+
pulumi.set(__self__, "support_cost", support_cost)
|
|
2576
|
+
|
|
2577
|
+
@property
|
|
2578
|
+
@pulumi.getter(name="licenseCost")
|
|
2579
|
+
def license_cost(self) -> pulumi.Input[float]:
|
|
2580
|
+
"""
|
|
2581
|
+
License Cost.
|
|
2582
|
+
"""
|
|
2583
|
+
return pulumi.get(self, "license_cost")
|
|
2584
|
+
|
|
2585
|
+
@license_cost.setter
|
|
2586
|
+
def license_cost(self, value: pulumi.Input[float]):
|
|
2587
|
+
pulumi.set(self, "license_cost", value)
|
|
2588
|
+
|
|
2589
|
+
@property
|
|
2590
|
+
@pulumi.getter(name="supportCost")
|
|
2591
|
+
def support_cost(self) -> pulumi.Input[float]:
|
|
2592
|
+
"""
|
|
2593
|
+
Support Cost.
|
|
2594
|
+
"""
|
|
2595
|
+
return pulumi.get(self, "support_cost")
|
|
2596
|
+
|
|
2597
|
+
@support_cost.setter
|
|
2598
|
+
def support_cost(self, value: pulumi.Input[float]):
|
|
2599
|
+
pulumi.set(self, "support_cost", value)
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
if not MYPY:
|
|
2603
|
+
class VirtualizationSoftwareSettingsArgsDict(TypedDict):
|
|
2604
|
+
"""
|
|
2605
|
+
Virtualization software settings.
|
|
2606
|
+
"""
|
|
2607
|
+
license_and_support_list: pulumi.Input[Sequence[pulumi.Input['VsphereLicenseArgsDict']]]
|
|
2608
|
+
"""
|
|
2609
|
+
Licence and support list.
|
|
2610
|
+
"""
|
|
2611
|
+
number_of_physical_cores_per_license: pulumi.Input[int]
|
|
2612
|
+
"""
|
|
2613
|
+
Number of physical cores per licence.
|
|
2614
|
+
"""
|
|
2615
|
+
software_assurance_cost: pulumi.Input[float]
|
|
2616
|
+
"""
|
|
2617
|
+
Software Assurance cost.
|
|
2618
|
+
"""
|
|
2619
|
+
elif False:
|
|
2620
|
+
VirtualizationSoftwareSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2621
|
+
|
|
2622
|
+
@pulumi.input_type
|
|
2623
|
+
class VirtualizationSoftwareSettingsArgs:
|
|
2624
|
+
def __init__(__self__, *,
|
|
2625
|
+
license_and_support_list: pulumi.Input[Sequence[pulumi.Input['VsphereLicenseArgs']]],
|
|
2626
|
+
number_of_physical_cores_per_license: pulumi.Input[int],
|
|
2627
|
+
software_assurance_cost: pulumi.Input[float]):
|
|
2628
|
+
"""
|
|
2629
|
+
Virtualization software settings.
|
|
2630
|
+
:param pulumi.Input[Sequence[pulumi.Input['VsphereLicenseArgs']]] license_and_support_list: Licence and support list.
|
|
2631
|
+
:param pulumi.Input[int] number_of_physical_cores_per_license: Number of physical cores per licence.
|
|
2632
|
+
:param pulumi.Input[float] software_assurance_cost: Software Assurance cost.
|
|
2633
|
+
"""
|
|
2634
|
+
pulumi.set(__self__, "license_and_support_list", license_and_support_list)
|
|
2635
|
+
pulumi.set(__self__, "number_of_physical_cores_per_license", number_of_physical_cores_per_license)
|
|
2636
|
+
pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
|
|
2637
|
+
|
|
2638
|
+
@property
|
|
2639
|
+
@pulumi.getter(name="licenseAndSupportList")
|
|
2640
|
+
def license_and_support_list(self) -> pulumi.Input[Sequence[pulumi.Input['VsphereLicenseArgs']]]:
|
|
2641
|
+
"""
|
|
2642
|
+
Licence and support list.
|
|
2643
|
+
"""
|
|
2644
|
+
return pulumi.get(self, "license_and_support_list")
|
|
2645
|
+
|
|
2646
|
+
@license_and_support_list.setter
|
|
2647
|
+
def license_and_support_list(self, value: pulumi.Input[Sequence[pulumi.Input['VsphereLicenseArgs']]]):
|
|
2648
|
+
pulumi.set(self, "license_and_support_list", value)
|
|
2649
|
+
|
|
2650
|
+
@property
|
|
2651
|
+
@pulumi.getter(name="numberOfPhysicalCoresPerLicense")
|
|
2652
|
+
def number_of_physical_cores_per_license(self) -> pulumi.Input[int]:
|
|
2653
|
+
"""
|
|
2654
|
+
Number of physical cores per licence.
|
|
2655
|
+
"""
|
|
2656
|
+
return pulumi.get(self, "number_of_physical_cores_per_license")
|
|
2657
|
+
|
|
2658
|
+
@number_of_physical_cores_per_license.setter
|
|
2659
|
+
def number_of_physical_cores_per_license(self, value: pulumi.Input[int]):
|
|
2660
|
+
pulumi.set(self, "number_of_physical_cores_per_license", value)
|
|
2661
|
+
|
|
2662
|
+
@property
|
|
2663
|
+
@pulumi.getter(name="softwareAssuranceCost")
|
|
2664
|
+
def software_assurance_cost(self) -> pulumi.Input[float]:
|
|
2665
|
+
"""
|
|
2666
|
+
Software Assurance cost.
|
|
2667
|
+
"""
|
|
2668
|
+
return pulumi.get(self, "software_assurance_cost")
|
|
2669
|
+
|
|
2670
|
+
@software_assurance_cost.setter
|
|
2671
|
+
def software_assurance_cost(self, value: pulumi.Input[float]):
|
|
2672
|
+
pulumi.set(self, "software_assurance_cost", value)
|
|
2673
|
+
|
|
2674
|
+
|
|
2675
|
+
if not MYPY:
|
|
2676
|
+
class VmUptimeArgsDict(TypedDict):
|
|
2677
|
+
"""
|
|
2678
|
+
Details on the total up-time for the VM.
|
|
2679
|
+
"""
|
|
2680
|
+
days_per_month: NotRequired[pulumi.Input[int]]
|
|
2681
|
+
"""
|
|
2682
|
+
Number of days in a month for VM uptime.
|
|
2683
|
+
"""
|
|
2684
|
+
hours_per_day: NotRequired[pulumi.Input[int]]
|
|
2685
|
+
"""
|
|
2686
|
+
Number of hours per day for VM uptime.
|
|
2687
|
+
"""
|
|
2688
|
+
elif False:
|
|
2689
|
+
VmUptimeArgsDict: TypeAlias = Mapping[str, Any]
|
|
2690
|
+
|
|
2691
|
+
@pulumi.input_type
|
|
2692
|
+
class VmUptimeArgs:
|
|
2693
|
+
def __init__(__self__, *,
|
|
2694
|
+
days_per_month: Optional[pulumi.Input[int]] = None,
|
|
2695
|
+
hours_per_day: Optional[pulumi.Input[int]] = None):
|
|
2696
|
+
"""
|
|
2697
|
+
Details on the total up-time for the VM.
|
|
2698
|
+
:param pulumi.Input[int] days_per_month: Number of days in a month for VM uptime.
|
|
2699
|
+
:param pulumi.Input[int] hours_per_day: Number of hours per day for VM uptime.
|
|
2700
|
+
"""
|
|
2701
|
+
if days_per_month is not None:
|
|
2702
|
+
pulumi.set(__self__, "days_per_month", days_per_month)
|
|
2703
|
+
if hours_per_day is not None:
|
|
2704
|
+
pulumi.set(__self__, "hours_per_day", hours_per_day)
|
|
2705
|
+
|
|
2706
|
+
@property
|
|
2707
|
+
@pulumi.getter(name="daysPerMonth")
|
|
2708
|
+
def days_per_month(self) -> Optional[pulumi.Input[int]]:
|
|
2709
|
+
"""
|
|
2710
|
+
Number of days in a month for VM uptime.
|
|
2711
|
+
"""
|
|
2712
|
+
return pulumi.get(self, "days_per_month")
|
|
2713
|
+
|
|
2714
|
+
@days_per_month.setter
|
|
2715
|
+
def days_per_month(self, value: Optional[pulumi.Input[int]]):
|
|
2716
|
+
pulumi.set(self, "days_per_month", value)
|
|
2717
|
+
|
|
2718
|
+
@property
|
|
2719
|
+
@pulumi.getter(name="hoursPerDay")
|
|
2720
|
+
def hours_per_day(self) -> Optional[pulumi.Input[int]]:
|
|
2721
|
+
"""
|
|
2722
|
+
Number of hours per day for VM uptime.
|
|
2723
|
+
"""
|
|
2724
|
+
return pulumi.get(self, "hours_per_day")
|
|
2725
|
+
|
|
2726
|
+
@hours_per_day.setter
|
|
2727
|
+
def hours_per_day(self, value: Optional[pulumi.Input[int]]):
|
|
2728
|
+
pulumi.set(self, "hours_per_day", value)
|
|
2729
|
+
|
|
2730
|
+
|
|
2731
|
+
if not MYPY:
|
|
2732
|
+
class VsphereLicenseArgsDict(TypedDict):
|
|
2733
|
+
"""
|
|
2734
|
+
Representation of a vsphere licence.
|
|
2735
|
+
"""
|
|
2736
|
+
basic_support_cost: pulumi.Input[float]
|
|
2737
|
+
"""
|
|
2738
|
+
Basic support cost.
|
|
2739
|
+
"""
|
|
2740
|
+
license_cost: pulumi.Input[float]
|
|
2741
|
+
"""
|
|
2742
|
+
Cost of a licence.
|
|
2743
|
+
"""
|
|
2744
|
+
license_type: pulumi.Input[Union[str, 'LicenseType']]
|
|
2745
|
+
"""
|
|
2746
|
+
VSphere licence type.
|
|
2747
|
+
"""
|
|
2748
|
+
production_support_cost: pulumi.Input[float]
|
|
2749
|
+
"""
|
|
2750
|
+
Production support cost.
|
|
2751
|
+
"""
|
|
2752
|
+
elif False:
|
|
2753
|
+
VsphereLicenseArgsDict: TypeAlias = Mapping[str, Any]
|
|
2754
|
+
|
|
2755
|
+
@pulumi.input_type
|
|
2756
|
+
class VsphereLicenseArgs:
|
|
2757
|
+
def __init__(__self__, *,
|
|
2758
|
+
basic_support_cost: pulumi.Input[float],
|
|
2759
|
+
license_cost: pulumi.Input[float],
|
|
2760
|
+
license_type: pulumi.Input[Union[str, 'LicenseType']],
|
|
2761
|
+
production_support_cost: pulumi.Input[float]):
|
|
2762
|
+
"""
|
|
2763
|
+
Representation of a vsphere licence.
|
|
2764
|
+
:param pulumi.Input[float] basic_support_cost: Basic support cost.
|
|
2765
|
+
:param pulumi.Input[float] license_cost: Cost of a licence.
|
|
2766
|
+
:param pulumi.Input[Union[str, 'LicenseType']] license_type: VSphere licence type.
|
|
2767
|
+
:param pulumi.Input[float] production_support_cost: Production support cost.
|
|
2768
|
+
"""
|
|
2769
|
+
pulumi.set(__self__, "basic_support_cost", basic_support_cost)
|
|
2770
|
+
pulumi.set(__self__, "license_cost", license_cost)
|
|
2771
|
+
pulumi.set(__self__, "license_type", license_type)
|
|
2772
|
+
pulumi.set(__self__, "production_support_cost", production_support_cost)
|
|
2773
|
+
|
|
2774
|
+
@property
|
|
2775
|
+
@pulumi.getter(name="basicSupportCost")
|
|
2776
|
+
def basic_support_cost(self) -> pulumi.Input[float]:
|
|
2777
|
+
"""
|
|
2778
|
+
Basic support cost.
|
|
2779
|
+
"""
|
|
2780
|
+
return pulumi.get(self, "basic_support_cost")
|
|
2781
|
+
|
|
2782
|
+
@basic_support_cost.setter
|
|
2783
|
+
def basic_support_cost(self, value: pulumi.Input[float]):
|
|
2784
|
+
pulumi.set(self, "basic_support_cost", value)
|
|
2785
|
+
|
|
2786
|
+
@property
|
|
2787
|
+
@pulumi.getter(name="licenseCost")
|
|
2788
|
+
def license_cost(self) -> pulumi.Input[float]:
|
|
2789
|
+
"""
|
|
2790
|
+
Cost of a licence.
|
|
2791
|
+
"""
|
|
2792
|
+
return pulumi.get(self, "license_cost")
|
|
2793
|
+
|
|
2794
|
+
@license_cost.setter
|
|
2795
|
+
def license_cost(self, value: pulumi.Input[float]):
|
|
2796
|
+
pulumi.set(self, "license_cost", value)
|
|
2797
|
+
|
|
2798
|
+
@property
|
|
2799
|
+
@pulumi.getter(name="licenseType")
|
|
2800
|
+
def license_type(self) -> pulumi.Input[Union[str, 'LicenseType']]:
|
|
2801
|
+
"""
|
|
2802
|
+
VSphere licence type.
|
|
2803
|
+
"""
|
|
2804
|
+
return pulumi.get(self, "license_type")
|
|
2805
|
+
|
|
2806
|
+
@license_type.setter
|
|
2807
|
+
def license_type(self, value: pulumi.Input[Union[str, 'LicenseType']]):
|
|
2808
|
+
pulumi.set(self, "license_type", value)
|
|
2809
|
+
|
|
2810
|
+
@property
|
|
2811
|
+
@pulumi.getter(name="productionSupportCost")
|
|
2812
|
+
def production_support_cost(self) -> pulumi.Input[float]:
|
|
2813
|
+
"""
|
|
2814
|
+
Production support cost.
|
|
2815
|
+
"""
|
|
2816
|
+
return pulumi.get(self, "production_support_cost")
|
|
2817
|
+
|
|
2818
|
+
@production_support_cost.setter
|
|
2819
|
+
def production_support_cost(self, value: pulumi.Input[float]):
|
|
2820
|
+
pulumi.set(self, "production_support_cost", value)
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
if not MYPY:
|
|
2824
|
+
class VsphereManagementLicenseArgsDict(TypedDict):
|
|
2825
|
+
"""
|
|
2826
|
+
Representation of a vsphere management licence.
|
|
2827
|
+
"""
|
|
2828
|
+
basic_support_cost: pulumi.Input[float]
|
|
2829
|
+
"""
|
|
2830
|
+
Basic support cost.
|
|
2831
|
+
"""
|
|
2832
|
+
license_cost: pulumi.Input[float]
|
|
2833
|
+
"""
|
|
2834
|
+
Cost of a licence.
|
|
2835
|
+
"""
|
|
2836
|
+
license_type: pulumi.Input[Union[str, 'VsphereManagementLicenseType']]
|
|
2837
|
+
"""
|
|
2838
|
+
VSphere licence type.
|
|
2839
|
+
"""
|
|
2840
|
+
production_support_cost: pulumi.Input[float]
|
|
2841
|
+
"""
|
|
2842
|
+
Production support cost.
|
|
2843
|
+
"""
|
|
2844
|
+
elif False:
|
|
2845
|
+
VsphereManagementLicenseArgsDict: TypeAlias = Mapping[str, Any]
|
|
2846
|
+
|
|
2847
|
+
@pulumi.input_type
|
|
2848
|
+
class VsphereManagementLicenseArgs:
|
|
2849
|
+
def __init__(__self__, *,
|
|
2850
|
+
basic_support_cost: pulumi.Input[float],
|
|
2851
|
+
license_cost: pulumi.Input[float],
|
|
2852
|
+
license_type: pulumi.Input[Union[str, 'VsphereManagementLicenseType']],
|
|
2853
|
+
production_support_cost: pulumi.Input[float]):
|
|
2854
|
+
"""
|
|
2855
|
+
Representation of a vsphere management licence.
|
|
2856
|
+
:param pulumi.Input[float] basic_support_cost: Basic support cost.
|
|
2857
|
+
:param pulumi.Input[float] license_cost: Cost of a licence.
|
|
2858
|
+
:param pulumi.Input[Union[str, 'VsphereManagementLicenseType']] license_type: VSphere licence type.
|
|
2859
|
+
:param pulumi.Input[float] production_support_cost: Production support cost.
|
|
2860
|
+
"""
|
|
2861
|
+
pulumi.set(__self__, "basic_support_cost", basic_support_cost)
|
|
2862
|
+
pulumi.set(__self__, "license_cost", license_cost)
|
|
2863
|
+
pulumi.set(__self__, "license_type", license_type)
|
|
2864
|
+
pulumi.set(__self__, "production_support_cost", production_support_cost)
|
|
2865
|
+
|
|
2866
|
+
@property
|
|
2867
|
+
@pulumi.getter(name="basicSupportCost")
|
|
2868
|
+
def basic_support_cost(self) -> pulumi.Input[float]:
|
|
2869
|
+
"""
|
|
2870
|
+
Basic support cost.
|
|
2871
|
+
"""
|
|
2872
|
+
return pulumi.get(self, "basic_support_cost")
|
|
2873
|
+
|
|
2874
|
+
@basic_support_cost.setter
|
|
2875
|
+
def basic_support_cost(self, value: pulumi.Input[float]):
|
|
2876
|
+
pulumi.set(self, "basic_support_cost", value)
|
|
2877
|
+
|
|
2878
|
+
@property
|
|
2879
|
+
@pulumi.getter(name="licenseCost")
|
|
2880
|
+
def license_cost(self) -> pulumi.Input[float]:
|
|
2881
|
+
"""
|
|
2882
|
+
Cost of a licence.
|
|
2883
|
+
"""
|
|
2884
|
+
return pulumi.get(self, "license_cost")
|
|
2885
|
+
|
|
2886
|
+
@license_cost.setter
|
|
2887
|
+
def license_cost(self, value: pulumi.Input[float]):
|
|
2888
|
+
pulumi.set(self, "license_cost", value)
|
|
2889
|
+
|
|
2890
|
+
@property
|
|
2891
|
+
@pulumi.getter(name="licenseType")
|
|
2892
|
+
def license_type(self) -> pulumi.Input[Union[str, 'VsphereManagementLicenseType']]:
|
|
2893
|
+
"""
|
|
2894
|
+
VSphere licence type.
|
|
2895
|
+
"""
|
|
2896
|
+
return pulumi.get(self, "license_type")
|
|
2897
|
+
|
|
2898
|
+
@license_type.setter
|
|
2899
|
+
def license_type(self, value: pulumi.Input[Union[str, 'VsphereManagementLicenseType']]):
|
|
2900
|
+
pulumi.set(self, "license_type", value)
|
|
2901
|
+
|
|
2902
|
+
@property
|
|
2903
|
+
@pulumi.getter(name="productionSupportCost")
|
|
2904
|
+
def production_support_cost(self) -> pulumi.Input[float]:
|
|
2905
|
+
"""
|
|
2906
|
+
Production support cost.
|
|
2907
|
+
"""
|
|
2908
|
+
return pulumi.get(self, "production_support_cost")
|
|
2909
|
+
|
|
2910
|
+
@production_support_cost.setter
|
|
2911
|
+
def production_support_cost(self, value: pulumi.Input[float]):
|
|
2912
|
+
pulumi.set(self, "production_support_cost", value)
|
|
2913
|
+
|
|
2914
|
+
|
|
2915
|
+
if not MYPY:
|
|
2916
|
+
class VsphereManagementSettingsArgsDict(TypedDict):
|
|
2917
|
+
"""
|
|
2918
|
+
Vsphere management settings.
|
|
2919
|
+
"""
|
|
2920
|
+
license_and_support_list: pulumi.Input[Sequence[pulumi.Input['VsphereManagementLicenseArgsDict']]]
|
|
2921
|
+
"""
|
|
2922
|
+
Licence and support list.
|
|
2923
|
+
"""
|
|
2924
|
+
elif False:
|
|
2925
|
+
VsphereManagementSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2926
|
+
|
|
2927
|
+
@pulumi.input_type
|
|
2928
|
+
class VsphereManagementSettingsArgs:
|
|
2929
|
+
def __init__(__self__, *,
|
|
2930
|
+
license_and_support_list: pulumi.Input[Sequence[pulumi.Input['VsphereManagementLicenseArgs']]]):
|
|
2931
|
+
"""
|
|
2932
|
+
Vsphere management settings.
|
|
2933
|
+
:param pulumi.Input[Sequence[pulumi.Input['VsphereManagementLicenseArgs']]] license_and_support_list: Licence and support list.
|
|
2934
|
+
"""
|
|
2935
|
+
pulumi.set(__self__, "license_and_support_list", license_and_support_list)
|
|
2936
|
+
|
|
2937
|
+
@property
|
|
2938
|
+
@pulumi.getter(name="licenseAndSupportList")
|
|
2939
|
+
def license_and_support_list(self) -> pulumi.Input[Sequence[pulumi.Input['VsphereManagementLicenseArgs']]]:
|
|
2940
|
+
"""
|
|
2941
|
+
Licence and support list.
|
|
2942
|
+
"""
|
|
2943
|
+
return pulumi.get(self, "license_and_support_list")
|
|
2944
|
+
|
|
2945
|
+
@license_and_support_list.setter
|
|
2946
|
+
def license_and_support_list(self, value: pulumi.Input[Sequence[pulumi.Input['VsphereManagementLicenseArgs']]]):
|
|
2947
|
+
pulumi.set(self, "license_and_support_list", value)
|
|
2948
|
+
|
|
2949
|
+
|
|
2950
|
+
if not MYPY:
|
|
2951
|
+
class WindowsServerLicensingSettingsArgsDict(TypedDict):
|
|
2952
|
+
"""
|
|
2953
|
+
Windows Server licensing settings.
|
|
2954
|
+
"""
|
|
2955
|
+
license_cost: pulumi.Input[float]
|
|
2956
|
+
"""
|
|
2957
|
+
Licence Cost.
|
|
2958
|
+
"""
|
|
2959
|
+
licenses_per_core: pulumi.Input[int]
|
|
2960
|
+
"""
|
|
2961
|
+
Licenses per core.
|
|
2962
|
+
"""
|
|
2963
|
+
software_assurance_cost: pulumi.Input[float]
|
|
2964
|
+
"""
|
|
2965
|
+
Software assurance (SA) cost.
|
|
2966
|
+
"""
|
|
2967
|
+
elif False:
|
|
2968
|
+
WindowsServerLicensingSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2969
|
+
|
|
2970
|
+
@pulumi.input_type
|
|
2971
|
+
class WindowsServerLicensingSettingsArgs:
|
|
2972
|
+
def __init__(__self__, *,
|
|
2973
|
+
license_cost: pulumi.Input[float],
|
|
2974
|
+
licenses_per_core: pulumi.Input[int],
|
|
2975
|
+
software_assurance_cost: pulumi.Input[float]):
|
|
2976
|
+
"""
|
|
2977
|
+
Windows Server licensing settings.
|
|
2978
|
+
:param pulumi.Input[float] license_cost: Licence Cost.
|
|
2979
|
+
:param pulumi.Input[int] licenses_per_core: Licenses per core.
|
|
2980
|
+
:param pulumi.Input[float] software_assurance_cost: Software assurance (SA) cost.
|
|
2981
|
+
"""
|
|
2982
|
+
pulumi.set(__self__, "license_cost", license_cost)
|
|
2983
|
+
pulumi.set(__self__, "licenses_per_core", licenses_per_core)
|
|
2984
|
+
pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
|
|
2985
|
+
|
|
2986
|
+
@property
|
|
2987
|
+
@pulumi.getter(name="licenseCost")
|
|
2988
|
+
def license_cost(self) -> pulumi.Input[float]:
|
|
2989
|
+
"""
|
|
2990
|
+
Licence Cost.
|
|
2991
|
+
"""
|
|
2992
|
+
return pulumi.get(self, "license_cost")
|
|
2993
|
+
|
|
2994
|
+
@license_cost.setter
|
|
2995
|
+
def license_cost(self, value: pulumi.Input[float]):
|
|
2996
|
+
pulumi.set(self, "license_cost", value)
|
|
2997
|
+
|
|
2998
|
+
@property
|
|
2999
|
+
@pulumi.getter(name="licensesPerCore")
|
|
3000
|
+
def licenses_per_core(self) -> pulumi.Input[int]:
|
|
3001
|
+
"""
|
|
3002
|
+
Licenses per core.
|
|
3003
|
+
"""
|
|
3004
|
+
return pulumi.get(self, "licenses_per_core")
|
|
3005
|
+
|
|
3006
|
+
@licenses_per_core.setter
|
|
3007
|
+
def licenses_per_core(self, value: pulumi.Input[int]):
|
|
3008
|
+
pulumi.set(self, "licenses_per_core", value)
|
|
3009
|
+
|
|
3010
|
+
@property
|
|
3011
|
+
@pulumi.getter(name="softwareAssuranceCost")
|
|
3012
|
+
def software_assurance_cost(self) -> pulumi.Input[float]:
|
|
3013
|
+
"""
|
|
3014
|
+
Software assurance (SA) cost.
|
|
3015
|
+
"""
|
|
3016
|
+
return pulumi.get(self, "software_assurance_cost")
|
|
3017
|
+
|
|
3018
|
+
@software_assurance_cost.setter
|
|
3019
|
+
def software_assurance_cost(self, value: pulumi.Input[float]):
|
|
3020
|
+
pulumi.set(self, "software_assurance_cost", value)
|
|
3021
|
+
|
|
3022
|
+
|