pulumi-azure-native 2.32.1a1710515727__py3-none-any.whl → 2.32.1a1711107957__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 +216 -0
- pulumi_azure_native/appconfiguration/__init__.py +3 -0
- pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
- pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
- pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
- pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/appconfiguration/get_replica.py +2 -2
- pulumi_azure_native/appconfiguration/key_value.py +3 -3
- pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
- pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
- pulumi_azure_native/appconfiguration/replica.py +3 -3
- pulumi_azure_native/appconfiguration/v20230301/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/replica.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/replica.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/__init__.py +19 -0
- pulumi_azure_native/appconfiguration/v20230901preview/_enums.py +78 -0
- pulumi_azure_native/appconfiguration/v20230901preview/_inputs.py +319 -0
- pulumi_azure_native/appconfiguration/v20230901preview/configuration_store.py +587 -0
- pulumi_azure_native/appconfiguration/v20230901preview/get_configuration_store.py +326 -0
- pulumi_azure_native/appconfiguration/v20230901preview/get_key_value.py +217 -0
- pulumi_azure_native/appconfiguration/v20230901preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/appconfiguration/v20230901preview/get_replica.py +162 -0
- pulumi_azure_native/appconfiguration/v20230901preview/key_value.py +318 -0
- pulumi_azure_native/appconfiguration/v20230901preview/list_configuration_store_keys.py +97 -0
- pulumi_azure_native/appconfiguration/v20230901preview/outputs.py +795 -0
- pulumi_azure_native/appconfiguration/v20230901preview/private_endpoint_connection.py +246 -0
- pulumi_azure_native/appconfiguration/v20230901preview/replica.py +234 -0
- pulumi_azure_native/avs/__init__.py +5 -0
- pulumi_azure_native/avs/addon.py +3 -3
- pulumi_azure_native/avs/authorization.py +3 -3
- pulumi_azure_native/avs/cloud_link.py +3 -3
- pulumi_azure_native/avs/cluster.py +3 -3
- pulumi_azure_native/avs/datastore.py +3 -3
- pulumi_azure_native/avs/get_addon.py +2 -2
- pulumi_azure_native/avs/get_authorization.py +2 -2
- pulumi_azure_native/avs/get_cloud_link.py +2 -2
- pulumi_azure_native/avs/get_cluster.py +2 -2
- pulumi_azure_native/avs/get_datastore.py +2 -2
- pulumi_azure_native/avs/get_global_reach_connection.py +2 -2
- pulumi_azure_native/avs/get_hcx_enterprise_site.py +2 -2
- pulumi_azure_native/avs/get_iscsi_path.py +146 -0
- pulumi_azure_native/avs/get_placement_policy.py +2 -2
- pulumi_azure_native/avs/get_private_cloud.py +2 -2
- pulumi_azure_native/avs/get_script_execution.py +2 -2
- pulumi_azure_native/avs/get_script_execution_logs.py +2 -2
- pulumi_azure_native/avs/get_workload_network_dhcp.py +2 -2
- pulumi_azure_native/avs/get_workload_network_dns_service.py +2 -2
- pulumi_azure_native/avs/get_workload_network_dns_zone.py +2 -2
- pulumi_azure_native/avs/get_workload_network_port_mirroring.py +2 -2
- pulumi_azure_native/avs/get_workload_network_public_ip.py +2 -2
- pulumi_azure_native/avs/get_workload_network_segment.py +2 -2
- pulumi_azure_native/avs/get_workload_network_vm_group.py +2 -2
- pulumi_azure_native/avs/global_reach_connection.py +3 -3
- pulumi_azure_native/avs/hcx_enterprise_site.py +3 -3
- pulumi_azure_native/avs/iscsi_path.py +207 -0
- pulumi_azure_native/avs/list_cluster_zones.py +2 -2
- pulumi_azure_native/avs/list_private_cloud_admin_credentials.py +2 -2
- pulumi_azure_native/avs/outputs.py +111 -0
- pulumi_azure_native/avs/placement_policy.py +3 -3
- pulumi_azure_native/avs/private_cloud.py +3 -3
- pulumi_azure_native/avs/script_execution.py +3 -3
- pulumi_azure_native/avs/v20200320/cluster.py +1 -1
- pulumi_azure_native/avs/v20210101preview/addon.py +1 -1
- pulumi_azure_native/avs/v20210101preview/workload_network_dhcp.py +1 -1
- pulumi_azure_native/avs/v20210601/cluster.py +1 -1
- pulumi_azure_native/avs/v20220501/addon.py +1 -1
- pulumi_azure_native/avs/v20220501/authorization.py +1 -1
- pulumi_azure_native/avs/v20220501/cloud_link.py +1 -1
- pulumi_azure_native/avs/v20220501/cluster.py +1 -1
- pulumi_azure_native/avs/v20220501/datastore.py +1 -1
- pulumi_azure_native/avs/v20220501/global_reach_connection.py +1 -1
- pulumi_azure_native/avs/v20220501/hcx_enterprise_site.py +1 -1
- pulumi_azure_native/avs/v20220501/placement_policy.py +1 -1
- pulumi_azure_native/avs/v20220501/private_cloud.py +1 -1
- pulumi_azure_native/avs/v20220501/script_execution.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_dhcp.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_dns_service.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_dns_zone.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_port_mirroring.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_public_ip.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_segment.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_vm_group.py +1 -1
- pulumi_azure_native/avs/v20230301/addon.py +1 -1
- pulumi_azure_native/avs/v20230301/authorization.py +1 -1
- pulumi_azure_native/avs/v20230301/cloud_link.py +1 -1
- pulumi_azure_native/avs/v20230301/cluster.py +1 -1
- pulumi_azure_native/avs/v20230301/datastore.py +1 -1
- pulumi_azure_native/avs/v20230301/global_reach_connection.py +1 -1
- pulumi_azure_native/avs/v20230301/hcx_enterprise_site.py +1 -1
- pulumi_azure_native/avs/v20230301/placement_policy.py +1 -1
- pulumi_azure_native/avs/v20230301/private_cloud.py +1 -1
- pulumi_azure_native/avs/v20230301/script_execution.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_dhcp.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_dns_service.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_dns_zone.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_port_mirroring.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_public_ip.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_segment.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_vm_group.py +1 -1
- pulumi_azure_native/avs/v20230901/__init__.py +49 -0
- pulumi_azure_native/avs/v20230901/_enums.py +219 -0
- pulumi_azure_native/avs/v20230901/_inputs.py +847 -0
- pulumi_azure_native/avs/v20230901/addon.py +226 -0
- pulumi_azure_native/avs/v20230901/authorization.py +244 -0
- pulumi_azure_native/avs/v20230901/cloud_link.py +234 -0
- pulumi_azure_native/avs/v20230901/cluster.py +324 -0
- pulumi_azure_native/avs/v20230901/datastore.py +315 -0
- pulumi_azure_native/avs/v20230901/get_addon.py +149 -0
- pulumi_azure_native/avs/v20230901/get_authorization.py +175 -0
- pulumi_azure_native/avs/v20230901/get_cloud_link.py +162 -0
- pulumi_azure_native/avs/v20230901/get_cluster.py +201 -0
- pulumi_azure_native/avs/v20230901/get_datastore.py +193 -0
- pulumi_azure_native/avs/v20230901/get_global_reach_connection.py +205 -0
- pulumi_azure_native/avs/v20230901/get_hcx_enterprise_site.py +162 -0
- pulumi_azure_native/avs/v20230901/get_iscsi_path.py +144 -0
- pulumi_azure_native/avs/v20230901/get_placement_policy.py +167 -0
- pulumi_azure_native/avs/v20230901/get_private_cloud.py +463 -0
- pulumi_azure_native/avs/v20230901/get_script_execution.py +320 -0
- pulumi_azure_native/avs/v20230901/get_script_execution_logs.py +320 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_dhcp.py +188 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_dns_service.py +227 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_dns_zone.py +214 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_port_mirroring.py +214 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_public_ip.py +175 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_segment.py +214 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_vm_group.py +188 -0
- pulumi_azure_native/avs/v20230901/global_reach_connection.py +315 -0
- pulumi_azure_native/avs/v20230901/hcx_enterprise_site.py +215 -0
- pulumi_azure_native/avs/v20230901/iscsi_path.py +205 -0
- pulumi_azure_native/avs/v20230901/list_cluster_zones.py +84 -0
- pulumi_azure_native/avs/v20230901/list_private_cloud_admin_credentials.py +117 -0
- pulumi_azure_native/avs/v20230901/outputs.py +1370 -0
- pulumi_azure_native/avs/v20230901/placement_policy.py +295 -0
- pulumi_azure_native/avs/v20230901/private_cloud.py +740 -0
- pulumi_azure_native/avs/v20230901/script_execution.py +497 -0
- pulumi_azure_native/avs/v20230901/workload_network_dhcp.py +294 -0
- pulumi_azure_native/avs/v20230901/workload_network_dns_service.py +380 -0
- pulumi_azure_native/avs/v20230901/workload_network_dns_zone.py +369 -0
- pulumi_azure_native/avs/v20230901/workload_network_port_mirroring.py +351 -0
- pulumi_azure_native/avs/v20230901/workload_network_public_ip.py +263 -0
- pulumi_azure_native/avs/v20230901/workload_network_segment.py +332 -0
- pulumi_azure_native/avs/v20230901/workload_network_vm_group.py +292 -0
- pulumi_azure_native/avs/workload_network_dhcp.py +3 -3
- pulumi_azure_native/avs/workload_network_dns_service.py +3 -3
- pulumi_azure_native/avs/workload_network_dns_zone.py +3 -3
- pulumi_azure_native/avs/workload_network_port_mirroring.py +3 -3
- pulumi_azure_native/avs/workload_network_public_ip.py +3 -3
- pulumi_azure_native/avs/workload_network_segment.py +3 -3
- pulumi_azure_native/avs/workload_network_vm_group.py +3 -3
- 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/__init__.py +41 -0
- pulumi_azure_native/cdn/v20240201/_enums.py +788 -0
- pulumi_azure_native/cdn/v20240201/_inputs.py +5780 -0
- pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +379 -0
- pulumi_azure_native/cdn/v20240201/afd_endpoint.py +338 -0
- pulumi_azure_native/cdn/v20240201/afd_origin.py +537 -0
- pulumi_azure_native/cdn/v20240201/afd_origin_group.py +329 -0
- pulumi_azure_native/cdn/v20240201/custom_domain.py +296 -0
- pulumi_azure_native/cdn/v20240201/endpoint.py +762 -0
- pulumi_azure_native/cdn/v20240201/get_afd_custom_domain.py +250 -0
- pulumi_azure_native/cdn/v20240201/get_afd_endpoint.py +224 -0
- pulumi_azure_native/cdn/v20240201/get_afd_origin.py +294 -0
- pulumi_azure_native/cdn/v20240201/get_afd_origin_group.py +211 -0
- pulumi_azure_native/cdn/v20240201/get_custom_domain.py +219 -0
- pulumi_azure_native/cdn/v20240201/get_endpoint.py +409 -0
- pulumi_azure_native/cdn/v20240201/get_origin.py +310 -0
- pulumi_azure_native/cdn/v20240201/get_origin_group.py +206 -0
- pulumi_azure_native/cdn/v20240201/get_policy.py +271 -0
- pulumi_azure_native/cdn/v20240201/get_profile.py +261 -0
- pulumi_azure_native/cdn/v20240201/get_profile_supported_optimization_types.py +78 -0
- pulumi_azure_native/cdn/v20240201/get_route.py +307 -0
- pulumi_azure_native/cdn/v20240201/get_rule.py +216 -0
- pulumi_azure_native/cdn/v20240201/get_rule_set.py +159 -0
- pulumi_azure_native/cdn/v20240201/get_secret.py +172 -0
- pulumi_azure_native/cdn/v20240201/get_security_policy.py +172 -0
- pulumi_azure_native/cdn/v20240201/origin.py +556 -0
- pulumi_azure_native/cdn/v20240201/origin_group.py +345 -0
- pulumi_azure_native/cdn/v20240201/outputs.py +6889 -0
- pulumi_azure_native/cdn/v20240201/policy.py +436 -0
- pulumi_azure_native/cdn/v20240201/profile.py +391 -0
- pulumi_azure_native/cdn/v20240201/route.py +566 -0
- pulumi_azure_native/cdn/v20240201/rule.py +356 -0
- pulumi_azure_native/cdn/v20240201/rule_set.py +211 -0
- pulumi_azure_native/cdn/v20240201/secret.py +241 -0
- pulumi_azure_native/cdn/v20240201/security_policy.py +241 -0
- pulumi_azure_native/codesigning/__init__.py +22 -0
- pulumi_azure_native/codesigning/_enums.py +50 -0
- pulumi_azure_native/codesigning/_inputs.py +39 -0
- pulumi_azure_native/codesigning/certificate_profile.py +522 -0
- pulumi_azure_native/codesigning/code_signing_account.py +275 -0
- pulumi_azure_native/codesigning/get_certificate_profile.py +359 -0
- pulumi_azure_native/codesigning/get_code_signing_account.py +185 -0
- pulumi_azure_native/codesigning/outputs.py +149 -0
- pulumi_azure_native/codesigning/v20240205preview/__init__.py +14 -0
- pulumi_azure_native/codesigning/v20240205preview/_enums.py +50 -0
- pulumi_azure_native/codesigning/v20240205preview/_inputs.py +39 -0
- pulumi_azure_native/codesigning/v20240205preview/certificate_profile.py +520 -0
- pulumi_azure_native/codesigning/v20240205preview/code_signing_account.py +273 -0
- pulumi_azure_native/codesigning/v20240205preview/get_certificate_profile.py +357 -0
- pulumi_azure_native/codesigning/v20240205preview/get_code_signing_account.py +183 -0
- pulumi_azure_native/codesigning/v20240205preview/outputs.py +149 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/_enums.py +3 -5
- pulumi_azure_native/containerservice/_inputs.py +2 -6
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/outputs.py +2 -6
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/_enums.py +3 -5
- pulumi_azure_native/containerservice/v20230315preview/_inputs.py +2 -6
- pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/outputs.py +2 -6
- pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/_enums.py +3 -5
- pulumi_azure_native/containerservice/v20230615preview/_inputs.py +2 -6
- pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/outputs.py +2 -6
- pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/_enums.py +3 -5
- pulumi_azure_native/containerservice/v20230815preview/_inputs.py +2 -6
- pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/get_update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/outputs.py +2 -6
- pulumi_azure_native/containerservice/v20230815preview/update_run.py +5 -5
- pulumi_azure_native/containerservice/v20231015/_enums.py +3 -5
- pulumi_azure_native/containerservice/v20231015/_inputs.py +2 -6
- pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20231015/get_update_run.py +1 -1
- pulumi_azure_native/containerservice/v20231015/outputs.py +2 -6
- pulumi_azure_native/containerservice/v20231015/update_run.py +5 -5
- pulumi_azure_native/containerservice/v20240202preview/__init__.py +19 -0
- pulumi_azure_native/containerservice/v20240202preview/_enums.py +53 -0
- pulumi_azure_native/containerservice/v20240202preview/_inputs.py +426 -0
- pulumi_azure_native/containerservice/v20240202preview/fleet.py +302 -0
- pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +264 -0
- pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +236 -0
- pulumi_azure_native/containerservice/v20240202preview/get_fleet.py +196 -0
- pulumi_azure_native/containerservice/v20240202preview/get_fleet_member.py +175 -0
- pulumi_azure_native/containerservice/v20240202preview/get_fleet_update_strategy.py +162 -0
- pulumi_azure_native/containerservice/v20240202preview/get_update_run.py +214 -0
- pulumi_azure_native/containerservice/v20240202preview/list_fleet_credentials.py +79 -0
- pulumi_azure_native/containerservice/v20240202preview/outputs.py +1346 -0
- pulumi_azure_native/containerservice/v20240202preview/update_run.py +357 -0
- pulumi_azure_native/databasewatcher/_enums.py +0 -15
- pulumi_azure_native/databasewatcher/get_target.py +1 -14
- pulumi_azure_native/databasewatcher/target.py +0 -29
- pulumi_azure_native/databasewatcher/v20230901preview/_enums.py +0 -15
- pulumi_azure_native/databasewatcher/v20230901preview/get_target.py +1 -14
- pulumi_azure_native/databasewatcher/v20230901preview/target.py +0 -29
- pulumi_azure_native/datafactory/_inputs.py +235 -29
- pulumi_azure_native/datafactory/credential_operation.py +11 -10
- pulumi_azure_native/datafactory/get_credential_operation.py +2 -2
- pulumi_azure_native/datafactory/outputs.py +212 -39
- pulumi_azure_native/datafactory/v20180601/_inputs.py +235 -29
- pulumi_azure_native/datafactory/v20180601/credential_operation.py +11 -10
- pulumi_azure_native/datafactory/v20180601/get_credential_operation.py +2 -2
- pulumi_azure_native/datafactory/v20180601/outputs.py +212 -39
- pulumi_azure_native/dbformysql/__init__.py +3 -0
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231230/__init__.py +13 -0
- pulumi_azure_native/dbformysql/v20231230/_enums.py +92 -0
- pulumi_azure_native/dbformysql/v20231230/_inputs.py +582 -0
- pulumi_azure_native/dbformysql/v20231230/get_get_private_dns_zone_suffix_execute.py +64 -0
- pulumi_azure_native/dbformysql/v20231230/get_server.py +378 -0
- pulumi_azure_native/dbformysql/v20231230/outputs.py +1085 -0
- pulumi_azure_native/dbformysql/v20231230/server.py +730 -0
- pulumi_azure_native/dbforpostgresql/__init__.py +3 -0
- pulumi_azure_native/dbforpostgresql/administrator.py +3 -3
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_administrator.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +4 -0
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/v20200214preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210410privatepreview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210615privatepreview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210615privatepreview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20220308preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20220501preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/private_endpoint_connection.py +2 -0
- pulumi_azure_native/dbforpostgresql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/virtual_endpoint.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/__init__.py +26 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/_enums.py +318 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/_inputs.py +859 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/administrator.py +282 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/configuration.py +333 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/database.py +243 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/firewall_rule.py +245 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_administrator.py +175 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_configuration.py +266 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_database.py +149 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_firewall_rule.py +149 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_migration.py +466 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_server.py +404 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_virtual_endpoint.py +162 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/migration.py +886 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/outputs.py +1902 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/private_endpoint_connection.py +247 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/server.py +773 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/virtual_endpoint.py +254 -0
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +5 -1
- pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/__init__.py +32 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/_enums.py +315 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/_inputs.py +1380 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +254 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +536 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +532 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_app_attach_package.py +157 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_application.py +305 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_application_group.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_host_pool.py +590 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_msix_package.py +266 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_private_endpoint_connection_by_host_pool.py +162 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_private_endpoint_connection_by_workspace.py +162 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_scaling_plan.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_scaling_plan_personal_schedule.py +461 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_scaling_plan_pooled_schedule.py +344 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_workspace.py +304 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1104 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +505 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/outputs.py +1667 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +237 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +237 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +573 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +957 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +680 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +501 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/hdinsight/__init__.py +3 -0
- pulumi_azure_native/hdinsight/cluster.py +2 -2
- pulumi_azure_native/hdinsight/cluster_pool.py +3 -3
- pulumi_azure_native/hdinsight/get_cluster.py +2 -2
- pulumi_azure_native/hdinsight/get_cluster_pool.py +2 -2
- pulumi_azure_native/hdinsight/v20230601preview/cluster.py +1 -1
- pulumi_azure_native/hdinsight/v20230601preview/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/hdinsight/v20231101preview/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/v20240501/__init__.py +14 -0
- pulumi_azure_native/hdinsight/v20240501/_enums.py +163 -0
- pulumi_azure_native/hdinsight/v20240501/_inputs.py +3380 -0
- pulumi_azure_native/hdinsight/v20240501/cluster.py +365 -0
- pulumi_azure_native/hdinsight/v20240501/cluster_pool.py +420 -0
- pulumi_azure_native/hdinsight/v20240501/get_cluster.py +227 -0
- pulumi_azure_native/hdinsight/v20240501/get_cluster_pool.py +274 -0
- pulumi_azure_native/hdinsight/v20240501/outputs.py +4190 -0
- pulumi_azure_native/healthcareapis/__init__.py +3 -0
- pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
- pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
- pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
- pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/get_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
- pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
- pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
- pulumi_azure_native/healthcareapis/service.py +3 -3
- pulumi_azure_native/healthcareapis/v20230228/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20240331/__init__.py +26 -0
- pulumi_azure_native/healthcareapis/v20240331/_enums.py +93 -0
- pulumi_azure_native/healthcareapis/v20240331/_inputs.py +1432 -0
- pulumi_azure_native/healthcareapis/v20240331/dicom_service.py +460 -0
- pulumi_azure_native/healthcareapis/v20240331/fhir_service.py +585 -0
- pulumi_azure_native/healthcareapis/v20240331/get_dicom_service.py +305 -0
- pulumi_azure_native/healthcareapis/v20240331/get_fhir_service.py +344 -0
- pulumi_azure_native/healthcareapis/v20240331/get_iot_connector.py +214 -0
- pulumi_azure_native/healthcareapis/v20240331/get_iot_connector_fhir_destination.py +193 -0
- pulumi_azure_native/healthcareapis/v20240331/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/healthcareapis/v20240331/get_service.py +196 -0
- pulumi_azure_native/healthcareapis/v20240331/get_workspace.py +170 -0
- pulumi_azure_native/healthcareapis/v20240331/get_workspace_private_endpoint_connection.py +162 -0
- pulumi_azure_native/healthcareapis/v20240331/iot_connector.py +352 -0
- pulumi_azure_native/healthcareapis/v20240331/iot_connector_fhir_destination.py +337 -0
- pulumi_azure_native/healthcareapis/v20240331/outputs.py +2123 -0
- pulumi_azure_native/healthcareapis/v20240331/private_endpoint_connection.py +237 -0
- pulumi_azure_native/healthcareapis/v20240331/service.py +322 -0
- pulumi_azure_native/healthcareapis/v20240331/workspace.py +242 -0
- pulumi_azure_native/healthcareapis/v20240331/workspace_private_endpoint_connection.py +237 -0
- pulumi_azure_native/healthcareapis/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/__init__.py +3 -0
- pulumi_azure_native/network/get_policy.py +2 -2
- pulumi_azure_native/network/policy.py +3 -3
- pulumi_azure_native/network/v20210601/policy.py +1 -1
- pulumi_azure_native/network/v20220501/policy.py +1 -1
- pulumi_azure_native/network/v20240201/__init__.py +12 -0
- pulumi_azure_native/network/v20240201/_enums.py +218 -0
- pulumi_azure_native/network/v20240201/_inputs.py +860 -0
- pulumi_azure_native/network/v20240201/get_policy.py +258 -0
- pulumi_azure_native/network/v20240201/outputs.py +989 -0
- pulumi_azure_native/network/v20240201/policy.py +387 -0
- pulumi_azure_native/notificationhubs/v20231001preview/_inputs.py +10 -640
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace.py +247 -11
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace_authorization_rule.py +115 -9
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace_pns_credentials.py +119 -15
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub.py +152 -12
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub_authorization_rule.py +115 -9
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub_pns_credentials.py +119 -15
- pulumi_azure_native/notificationhubs/v20231001preview/namespace.py +372 -19
- pulumi_azure_native/notificationhubs/v20231001preview/namespace_authorization_rule.py +146 -20
- pulumi_azure_native/notificationhubs/v20231001preview/notification_hub.py +319 -22
- pulumi_azure_native/notificationhubs/v20231001preview/notification_hub_authorization_rule.py +146 -20
- pulumi_azure_native/notificationhubs/v20231001preview/outputs.py +38 -739
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/__init__.py +20 -0
- pulumi_azure_native/recoveryservices/v20240101/_enums.py +161 -0
- pulumi_azure_native/recoveryservices/v20240101/_inputs.py +12735 -6644
- pulumi_azure_native/recoveryservices/v20240101/get_replication_fabric.py +141 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_migration_item.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_network_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_policy.py +136 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_protected_item.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_protection_container_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_recovery_plan.py +136 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_recovery_services_provider.py +141 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_storage_classification_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replicationv_center.py +141 -0
- pulumi_azure_native/recoveryservices/v20240101/outputs.py +29051 -8081
- pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +215 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +259 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +258 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +216 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +258 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +258 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +217 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +237 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +257 -0
- pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +236 -0
- pulumi_azure_native/resourcehealth/__init__.py +3 -0
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/v20240201/__init__.py +10 -0
- pulumi_azure_native/resourcehealth/v20240201/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +92 -0
- pulumi_azure_native/resourcehealth/v20240201/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +92 -0
- pulumi_azure_native/resourcehealth/v20240201/outputs.py +234 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/automation.py +5 -1
- pulumi_azure_native/security/get_automation.py +4 -0
- pulumi_azure_native/security/get_security_contact.py +2 -2
- pulumi_azure_native/security/security_contact.py +3 -3
- pulumi_azure_native/security/v20170801preview/security_contact.py +1 -1
- pulumi_azure_native/security/v20190101preview/automation.py +1 -1
- pulumi_azure_native/security/v20200101preview/security_contact.py +1 -1
- pulumi_azure_native/security/v20231201preview/__init__.py +14 -0
- pulumi_azure_native/security/v20231201preview/_enums.py +181 -0
- pulumi_azure_native/security/v20231201preview/_inputs.py +490 -0
- pulumi_azure_native/security/v20231201preview/automation.py +398 -0
- pulumi_azure_native/security/v20231201preview/get_automation.py +222 -0
- pulumi_azure_native/security/v20231201preview/get_security_contact.py +165 -0
- pulumi_azure_native/security/v20231201preview/outputs.py +594 -0
- pulumi_azure_native/security/v20231201preview/security_contact.py +280 -0
- pulumi_azure_native/securityinsights/__init__.py +3 -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/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.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/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/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/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/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.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/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/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/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.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/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/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/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.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/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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/__init__.py +63 -0
- pulumi_azure_native/securityinsights/v20240301/_enums.py +954 -0
- pulumi_azure_native/securityinsights/v20240301/_inputs.py +2530 -0
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/action.py +277 -0
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +624 -0
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +355 -0
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +576 -0
- pulumi_azure_native/securityinsights/v20240301/content_package.py +869 -0
- pulumi_azure_native/securityinsights/v20240301/content_template.py +950 -0
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +349 -0
- pulumi_azure_native/securityinsights/v20240301/get_aad_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_aatp_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_action.py +167 -0
- pulumi_azure_native/securityinsights/v20240301/get_anomaly_security_ml_analytics_settings.py +332 -0
- pulumi_azure_native/securityinsights/v20240301/get_asc_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_automation_rule.py +237 -0
- pulumi_azure_native/securityinsights/v20240301/get_aws_cloud_trail_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_bookmark.py +305 -0
- pulumi_azure_native/securityinsights/v20240301/get_content_package.py +435 -0
- pulumi_azure_native/securityinsights/v20240301/get_content_template.py +493 -0
- pulumi_azure_native/securityinsights/v20240301/get_fusion_alert_rule.py +254 -0
- pulumi_azure_native/securityinsights/v20240301/get_incident.py +383 -0
- pulumi_azure_native/securityinsights/v20240301/get_incident_comment.py +193 -0
- pulumi_azure_native/securityinsights/v20240301/get_incident_relation.py +193 -0
- pulumi_azure_native/securityinsights/v20240301/get_incident_task.py +232 -0
- pulumi_azure_native/securityinsights/v20240301/get_mcas_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_mdatp_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_metadata.py +383 -0
- pulumi_azure_native/securityinsights/v20240301/get_microsoft_security_incident_creation_alert_rule.py +267 -0
- pulumi_azure_native/securityinsights/v20240301/get_office_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_scheduled_alert_rule.py +423 -0
- pulumi_azure_native/securityinsights/v20240301/get_sentinel_onboarding_state.py +149 -0
- pulumi_azure_native/securityinsights/v20240301/get_threat_intelligence_indicator.py +149 -0
- pulumi_azure_native/securityinsights/v20240301/get_ti_data_connector.py +189 -0
- pulumi_azure_native/securityinsights/v20240301/get_watchlist.py +398 -0
- pulumi_azure_native/securityinsights/v20240301/get_watchlist_item.py +271 -0
- pulumi_azure_native/securityinsights/v20240301/incident.py +599 -0
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +276 -0
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +276 -0
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +385 -0
- pulumi_azure_native/securityinsights/v20240301/list_source_control_repositories.py +123 -0
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/metadata.py +750 -0
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +475 -0
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/outputs.py +3268 -0
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +831 -0
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +224 -0
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +788 -0
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +318 -0
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +767 -0
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +488 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- {pulumi_azure_native-2.32.1a1710515727.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.32.1a1710515727.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/RECORD +1248 -950
- {pulumi_azure_native-2.32.1a1710515727.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.32.1a1710515727.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1370 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'AvailabilityPropertiesResponse',
|
|
16
|
+
'CircuitResponse',
|
|
17
|
+
'ClusterZoneResponse',
|
|
18
|
+
'DiskPoolVolumeResponse',
|
|
19
|
+
'ElasticSanVolumeResponse',
|
|
20
|
+
'EncryptionKeyVaultPropertiesResponse',
|
|
21
|
+
'EncryptionResponse',
|
|
22
|
+
'EndpointsResponse',
|
|
23
|
+
'IdentitySourceResponse',
|
|
24
|
+
'ManagementClusterResponse',
|
|
25
|
+
'NetAppVolumeResponse',
|
|
26
|
+
'PSCredentialExecutionParameterResponse',
|
|
27
|
+
'ScriptSecureStringExecutionParameterResponse',
|
|
28
|
+
'ScriptStringExecutionParameterResponse',
|
|
29
|
+
'SkuResponse',
|
|
30
|
+
'SystemAssignedServiceIdentityResponse',
|
|
31
|
+
'SystemDataResponse',
|
|
32
|
+
'WorkloadNetworkSegmentPortVifResponse',
|
|
33
|
+
'WorkloadNetworkSegmentSubnetResponse',
|
|
34
|
+
]
|
|
35
|
+
|
|
36
|
+
@pulumi.output_type
|
|
37
|
+
class AvailabilityPropertiesResponse(dict):
|
|
38
|
+
"""
|
|
39
|
+
The properties describing private cloud availability zone distribution
|
|
40
|
+
"""
|
|
41
|
+
@staticmethod
|
|
42
|
+
def __key_warning(key: str):
|
|
43
|
+
suggest = None
|
|
44
|
+
if key == "secondaryZone":
|
|
45
|
+
suggest = "secondary_zone"
|
|
46
|
+
|
|
47
|
+
if suggest:
|
|
48
|
+
pulumi.log.warn(f"Key '{key}' not found in AvailabilityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
49
|
+
|
|
50
|
+
def __getitem__(self, key: str) -> Any:
|
|
51
|
+
AvailabilityPropertiesResponse.__key_warning(key)
|
|
52
|
+
return super().__getitem__(key)
|
|
53
|
+
|
|
54
|
+
def get(self, key: str, default = None) -> Any:
|
|
55
|
+
AvailabilityPropertiesResponse.__key_warning(key)
|
|
56
|
+
return super().get(key, default)
|
|
57
|
+
|
|
58
|
+
def __init__(__self__, *,
|
|
59
|
+
secondary_zone: Optional[int] = None,
|
|
60
|
+
strategy: Optional[str] = None,
|
|
61
|
+
zone: Optional[int] = None):
|
|
62
|
+
"""
|
|
63
|
+
The properties describing private cloud availability zone distribution
|
|
64
|
+
:param int secondary_zone: The secondary availability zone for the private cloud
|
|
65
|
+
:param str strategy: The availability strategy for the private cloud
|
|
66
|
+
:param int zone: The primary availability zone for the private cloud
|
|
67
|
+
"""
|
|
68
|
+
if secondary_zone is not None:
|
|
69
|
+
pulumi.set(__self__, "secondary_zone", secondary_zone)
|
|
70
|
+
if strategy is not None:
|
|
71
|
+
pulumi.set(__self__, "strategy", strategy)
|
|
72
|
+
if zone is not None:
|
|
73
|
+
pulumi.set(__self__, "zone", zone)
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="secondaryZone")
|
|
77
|
+
def secondary_zone(self) -> Optional[int]:
|
|
78
|
+
"""
|
|
79
|
+
The secondary availability zone for the private cloud
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "secondary_zone")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def strategy(self) -> Optional[str]:
|
|
86
|
+
"""
|
|
87
|
+
The availability strategy for the private cloud
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "strategy")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def zone(self) -> Optional[int]:
|
|
94
|
+
"""
|
|
95
|
+
The primary availability zone for the private cloud
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "zone")
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
@pulumi.output_type
|
|
101
|
+
class CircuitResponse(dict):
|
|
102
|
+
"""
|
|
103
|
+
An ExpressRoute Circuit
|
|
104
|
+
"""
|
|
105
|
+
@staticmethod
|
|
106
|
+
def __key_warning(key: str):
|
|
107
|
+
suggest = None
|
|
108
|
+
if key == "expressRouteID":
|
|
109
|
+
suggest = "express_route_id"
|
|
110
|
+
elif key == "expressRoutePrivatePeeringID":
|
|
111
|
+
suggest = "express_route_private_peering_id"
|
|
112
|
+
elif key == "primarySubnet":
|
|
113
|
+
suggest = "primary_subnet"
|
|
114
|
+
elif key == "secondarySubnet":
|
|
115
|
+
suggest = "secondary_subnet"
|
|
116
|
+
|
|
117
|
+
if suggest:
|
|
118
|
+
pulumi.log.warn(f"Key '{key}' not found in CircuitResponse. Access the value via the '{suggest}' property getter instead.")
|
|
119
|
+
|
|
120
|
+
def __getitem__(self, key: str) -> Any:
|
|
121
|
+
CircuitResponse.__key_warning(key)
|
|
122
|
+
return super().__getitem__(key)
|
|
123
|
+
|
|
124
|
+
def get(self, key: str, default = None) -> Any:
|
|
125
|
+
CircuitResponse.__key_warning(key)
|
|
126
|
+
return super().get(key, default)
|
|
127
|
+
|
|
128
|
+
def __init__(__self__, *,
|
|
129
|
+
express_route_id: str,
|
|
130
|
+
express_route_private_peering_id: str,
|
|
131
|
+
primary_subnet: str,
|
|
132
|
+
secondary_subnet: str):
|
|
133
|
+
"""
|
|
134
|
+
An ExpressRoute Circuit
|
|
135
|
+
:param str express_route_id: Identifier of the ExpressRoute Circuit (Microsoft Colo only)
|
|
136
|
+
:param str express_route_private_peering_id: ExpressRoute Circuit private peering identifier
|
|
137
|
+
:param str primary_subnet: CIDR of primary subnet
|
|
138
|
+
:param str secondary_subnet: CIDR of secondary subnet
|
|
139
|
+
"""
|
|
140
|
+
pulumi.set(__self__, "express_route_id", express_route_id)
|
|
141
|
+
pulumi.set(__self__, "express_route_private_peering_id", express_route_private_peering_id)
|
|
142
|
+
pulumi.set(__self__, "primary_subnet", primary_subnet)
|
|
143
|
+
pulumi.set(__self__, "secondary_subnet", secondary_subnet)
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter(name="expressRouteID")
|
|
147
|
+
def express_route_id(self) -> str:
|
|
148
|
+
"""
|
|
149
|
+
Identifier of the ExpressRoute Circuit (Microsoft Colo only)
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "express_route_id")
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter(name="expressRoutePrivatePeeringID")
|
|
155
|
+
def express_route_private_peering_id(self) -> str:
|
|
156
|
+
"""
|
|
157
|
+
ExpressRoute Circuit private peering identifier
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "express_route_private_peering_id")
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="primarySubnet")
|
|
163
|
+
def primary_subnet(self) -> str:
|
|
164
|
+
"""
|
|
165
|
+
CIDR of primary subnet
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "primary_subnet")
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="secondarySubnet")
|
|
171
|
+
def secondary_subnet(self) -> str:
|
|
172
|
+
"""
|
|
173
|
+
CIDR of secondary subnet
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "secondary_subnet")
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
@pulumi.output_type
|
|
179
|
+
class ClusterZoneResponse(dict):
|
|
180
|
+
"""
|
|
181
|
+
Zone and associated hosts info
|
|
182
|
+
"""
|
|
183
|
+
def __init__(__self__, *,
|
|
184
|
+
hosts: Sequence[str],
|
|
185
|
+
zone: str):
|
|
186
|
+
"""
|
|
187
|
+
Zone and associated hosts info
|
|
188
|
+
:param Sequence[str] hosts: List of hosts belonging to the availability zone in a cluster
|
|
189
|
+
:param str zone: Availability zone identifier
|
|
190
|
+
"""
|
|
191
|
+
pulumi.set(__self__, "hosts", hosts)
|
|
192
|
+
pulumi.set(__self__, "zone", zone)
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter
|
|
196
|
+
def hosts(self) -> Sequence[str]:
|
|
197
|
+
"""
|
|
198
|
+
List of hosts belonging to the availability zone in a cluster
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "hosts")
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
@pulumi.getter
|
|
204
|
+
def zone(self) -> str:
|
|
205
|
+
"""
|
|
206
|
+
Availability zone identifier
|
|
207
|
+
"""
|
|
208
|
+
return pulumi.get(self, "zone")
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
@pulumi.output_type
|
|
212
|
+
class DiskPoolVolumeResponse(dict):
|
|
213
|
+
"""
|
|
214
|
+
An iSCSI volume from Microsoft.StoragePool provider
|
|
215
|
+
"""
|
|
216
|
+
@staticmethod
|
|
217
|
+
def __key_warning(key: str):
|
|
218
|
+
suggest = None
|
|
219
|
+
if key == "lunName":
|
|
220
|
+
suggest = "lun_name"
|
|
221
|
+
elif key == "targetId":
|
|
222
|
+
suggest = "target_id"
|
|
223
|
+
elif key == "mountOption":
|
|
224
|
+
suggest = "mount_option"
|
|
225
|
+
|
|
226
|
+
if suggest:
|
|
227
|
+
pulumi.log.warn(f"Key '{key}' not found in DiskPoolVolumeResponse. Access the value via the '{suggest}' property getter instead.")
|
|
228
|
+
|
|
229
|
+
def __getitem__(self, key: str) -> Any:
|
|
230
|
+
DiskPoolVolumeResponse.__key_warning(key)
|
|
231
|
+
return super().__getitem__(key)
|
|
232
|
+
|
|
233
|
+
def get(self, key: str, default = None) -> Any:
|
|
234
|
+
DiskPoolVolumeResponse.__key_warning(key)
|
|
235
|
+
return super().get(key, default)
|
|
236
|
+
|
|
237
|
+
def __init__(__self__, *,
|
|
238
|
+
lun_name: str,
|
|
239
|
+
path: str,
|
|
240
|
+
target_id: str,
|
|
241
|
+
mount_option: Optional[str] = None):
|
|
242
|
+
"""
|
|
243
|
+
An iSCSI volume from Microsoft.StoragePool provider
|
|
244
|
+
:param str lun_name: Name of the LUN to be used for datastore
|
|
245
|
+
:param str path: Device path
|
|
246
|
+
:param str target_id: Azure resource ID of the iSCSI target
|
|
247
|
+
:param str mount_option: Mode that describes whether the LUN has to be mounted as a datastore or
|
|
248
|
+
attached as a LUN
|
|
249
|
+
"""
|
|
250
|
+
pulumi.set(__self__, "lun_name", lun_name)
|
|
251
|
+
pulumi.set(__self__, "path", path)
|
|
252
|
+
pulumi.set(__self__, "target_id", target_id)
|
|
253
|
+
if mount_option is None:
|
|
254
|
+
mount_option = 'MOUNT'
|
|
255
|
+
if mount_option is not None:
|
|
256
|
+
pulumi.set(__self__, "mount_option", mount_option)
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter(name="lunName")
|
|
260
|
+
def lun_name(self) -> str:
|
|
261
|
+
"""
|
|
262
|
+
Name of the LUN to be used for datastore
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "lun_name")
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter
|
|
268
|
+
def path(self) -> str:
|
|
269
|
+
"""
|
|
270
|
+
Device path
|
|
271
|
+
"""
|
|
272
|
+
return pulumi.get(self, "path")
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter(name="targetId")
|
|
276
|
+
def target_id(self) -> str:
|
|
277
|
+
"""
|
|
278
|
+
Azure resource ID of the iSCSI target
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "target_id")
|
|
281
|
+
|
|
282
|
+
@property
|
|
283
|
+
@pulumi.getter(name="mountOption")
|
|
284
|
+
def mount_option(self) -> Optional[str]:
|
|
285
|
+
"""
|
|
286
|
+
Mode that describes whether the LUN has to be mounted as a datastore or
|
|
287
|
+
attached as a LUN
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "mount_option")
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
@pulumi.output_type
|
|
293
|
+
class ElasticSanVolumeResponse(dict):
|
|
294
|
+
"""
|
|
295
|
+
An Elastic SAN volume from Microsoft.ElasticSan provider
|
|
296
|
+
"""
|
|
297
|
+
@staticmethod
|
|
298
|
+
def __key_warning(key: str):
|
|
299
|
+
suggest = None
|
|
300
|
+
if key == "targetId":
|
|
301
|
+
suggest = "target_id"
|
|
302
|
+
|
|
303
|
+
if suggest:
|
|
304
|
+
pulumi.log.warn(f"Key '{key}' not found in ElasticSanVolumeResponse. Access the value via the '{suggest}' property getter instead.")
|
|
305
|
+
|
|
306
|
+
def __getitem__(self, key: str) -> Any:
|
|
307
|
+
ElasticSanVolumeResponse.__key_warning(key)
|
|
308
|
+
return super().__getitem__(key)
|
|
309
|
+
|
|
310
|
+
def get(self, key: str, default = None) -> Any:
|
|
311
|
+
ElasticSanVolumeResponse.__key_warning(key)
|
|
312
|
+
return super().get(key, default)
|
|
313
|
+
|
|
314
|
+
def __init__(__self__, *,
|
|
315
|
+
target_id: str):
|
|
316
|
+
"""
|
|
317
|
+
An Elastic SAN volume from Microsoft.ElasticSan provider
|
|
318
|
+
:param str target_id: Azure resource ID of the Elastic SAN Volume
|
|
319
|
+
"""
|
|
320
|
+
pulumi.set(__self__, "target_id", target_id)
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter(name="targetId")
|
|
324
|
+
def target_id(self) -> str:
|
|
325
|
+
"""
|
|
326
|
+
Azure resource ID of the Elastic SAN Volume
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "target_id")
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
@pulumi.output_type
|
|
332
|
+
class EncryptionKeyVaultPropertiesResponse(dict):
|
|
333
|
+
"""
|
|
334
|
+
An Encryption Key
|
|
335
|
+
"""
|
|
336
|
+
@staticmethod
|
|
337
|
+
def __key_warning(key: str):
|
|
338
|
+
suggest = None
|
|
339
|
+
if key == "autoDetectedKeyVersion":
|
|
340
|
+
suggest = "auto_detected_key_version"
|
|
341
|
+
elif key == "keyState":
|
|
342
|
+
suggest = "key_state"
|
|
343
|
+
elif key == "versionType":
|
|
344
|
+
suggest = "version_type"
|
|
345
|
+
elif key == "keyName":
|
|
346
|
+
suggest = "key_name"
|
|
347
|
+
elif key == "keyVaultUrl":
|
|
348
|
+
suggest = "key_vault_url"
|
|
349
|
+
elif key == "keyVersion":
|
|
350
|
+
suggest = "key_version"
|
|
351
|
+
|
|
352
|
+
if suggest:
|
|
353
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionKeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
354
|
+
|
|
355
|
+
def __getitem__(self, key: str) -> Any:
|
|
356
|
+
EncryptionKeyVaultPropertiesResponse.__key_warning(key)
|
|
357
|
+
return super().__getitem__(key)
|
|
358
|
+
|
|
359
|
+
def get(self, key: str, default = None) -> Any:
|
|
360
|
+
EncryptionKeyVaultPropertiesResponse.__key_warning(key)
|
|
361
|
+
return super().get(key, default)
|
|
362
|
+
|
|
363
|
+
def __init__(__self__, *,
|
|
364
|
+
auto_detected_key_version: str,
|
|
365
|
+
key_state: str,
|
|
366
|
+
version_type: str,
|
|
367
|
+
key_name: Optional[str] = None,
|
|
368
|
+
key_vault_url: Optional[str] = None,
|
|
369
|
+
key_version: Optional[str] = None):
|
|
370
|
+
"""
|
|
371
|
+
An Encryption Key
|
|
372
|
+
:param str auto_detected_key_version: The auto-detected version of the key if versionType is auto-detected.
|
|
373
|
+
:param str key_state: The state of key provided
|
|
374
|
+
:param str version_type: Property of the key if user provided or auto detected
|
|
375
|
+
:param str key_name: The name of the key.
|
|
376
|
+
:param str key_vault_url: The URL of the vault.
|
|
377
|
+
:param str key_version: The version of the key.
|
|
378
|
+
"""
|
|
379
|
+
pulumi.set(__self__, "auto_detected_key_version", auto_detected_key_version)
|
|
380
|
+
pulumi.set(__self__, "key_state", key_state)
|
|
381
|
+
pulumi.set(__self__, "version_type", version_type)
|
|
382
|
+
if key_name is not None:
|
|
383
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
384
|
+
if key_vault_url is not None:
|
|
385
|
+
pulumi.set(__self__, "key_vault_url", key_vault_url)
|
|
386
|
+
if key_version is not None:
|
|
387
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter(name="autoDetectedKeyVersion")
|
|
391
|
+
def auto_detected_key_version(self) -> str:
|
|
392
|
+
"""
|
|
393
|
+
The auto-detected version of the key if versionType is auto-detected.
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "auto_detected_key_version")
|
|
396
|
+
|
|
397
|
+
@property
|
|
398
|
+
@pulumi.getter(name="keyState")
|
|
399
|
+
def key_state(self) -> str:
|
|
400
|
+
"""
|
|
401
|
+
The state of key provided
|
|
402
|
+
"""
|
|
403
|
+
return pulumi.get(self, "key_state")
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter(name="versionType")
|
|
407
|
+
def version_type(self) -> str:
|
|
408
|
+
"""
|
|
409
|
+
Property of the key if user provided or auto detected
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "version_type")
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter(name="keyName")
|
|
415
|
+
def key_name(self) -> Optional[str]:
|
|
416
|
+
"""
|
|
417
|
+
The name of the key.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "key_name")
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="keyVaultUrl")
|
|
423
|
+
def key_vault_url(self) -> Optional[str]:
|
|
424
|
+
"""
|
|
425
|
+
The URL of the vault.
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "key_vault_url")
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
@pulumi.getter(name="keyVersion")
|
|
431
|
+
def key_version(self) -> Optional[str]:
|
|
432
|
+
"""
|
|
433
|
+
The version of the key.
|
|
434
|
+
"""
|
|
435
|
+
return pulumi.get(self, "key_version")
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
@pulumi.output_type
|
|
439
|
+
class EncryptionResponse(dict):
|
|
440
|
+
"""
|
|
441
|
+
The properties of customer managed encryption key
|
|
442
|
+
"""
|
|
443
|
+
@staticmethod
|
|
444
|
+
def __key_warning(key: str):
|
|
445
|
+
suggest = None
|
|
446
|
+
if key == "keyVaultProperties":
|
|
447
|
+
suggest = "key_vault_properties"
|
|
448
|
+
|
|
449
|
+
if suggest:
|
|
450
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
451
|
+
|
|
452
|
+
def __getitem__(self, key: str) -> Any:
|
|
453
|
+
EncryptionResponse.__key_warning(key)
|
|
454
|
+
return super().__getitem__(key)
|
|
455
|
+
|
|
456
|
+
def get(self, key: str, default = None) -> Any:
|
|
457
|
+
EncryptionResponse.__key_warning(key)
|
|
458
|
+
return super().get(key, default)
|
|
459
|
+
|
|
460
|
+
def __init__(__self__, *,
|
|
461
|
+
key_vault_properties: Optional['outputs.EncryptionKeyVaultPropertiesResponse'] = None,
|
|
462
|
+
status: Optional[str] = None):
|
|
463
|
+
"""
|
|
464
|
+
The properties of customer managed encryption key
|
|
465
|
+
:param 'EncryptionKeyVaultPropertiesResponse' key_vault_properties: The key vault where the encryption key is stored
|
|
466
|
+
:param str status: Status of customer managed encryption key
|
|
467
|
+
"""
|
|
468
|
+
if key_vault_properties is not None:
|
|
469
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
470
|
+
if status is not None:
|
|
471
|
+
pulumi.set(__self__, "status", status)
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
475
|
+
def key_vault_properties(self) -> Optional['outputs.EncryptionKeyVaultPropertiesResponse']:
|
|
476
|
+
"""
|
|
477
|
+
The key vault where the encryption key is stored
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "key_vault_properties")
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
@pulumi.getter
|
|
483
|
+
def status(self) -> Optional[str]:
|
|
484
|
+
"""
|
|
485
|
+
Status of customer managed encryption key
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "status")
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
@pulumi.output_type
|
|
491
|
+
class EndpointsResponse(dict):
|
|
492
|
+
"""
|
|
493
|
+
Endpoint addresses
|
|
494
|
+
"""
|
|
495
|
+
@staticmethod
|
|
496
|
+
def __key_warning(key: str):
|
|
497
|
+
suggest = None
|
|
498
|
+
if key == "hcxCloudManager":
|
|
499
|
+
suggest = "hcx_cloud_manager"
|
|
500
|
+
elif key == "hcxCloudManagerIp":
|
|
501
|
+
suggest = "hcx_cloud_manager_ip"
|
|
502
|
+
elif key == "nsxtManager":
|
|
503
|
+
suggest = "nsxt_manager"
|
|
504
|
+
elif key == "nsxtManagerIp":
|
|
505
|
+
suggest = "nsxt_manager_ip"
|
|
506
|
+
elif key == "vcenterIp":
|
|
507
|
+
suggest = "vcenter_ip"
|
|
508
|
+
|
|
509
|
+
if suggest:
|
|
510
|
+
pulumi.log.warn(f"Key '{key}' not found in EndpointsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
511
|
+
|
|
512
|
+
def __getitem__(self, key: str) -> Any:
|
|
513
|
+
EndpointsResponse.__key_warning(key)
|
|
514
|
+
return super().__getitem__(key)
|
|
515
|
+
|
|
516
|
+
def get(self, key: str, default = None) -> Any:
|
|
517
|
+
EndpointsResponse.__key_warning(key)
|
|
518
|
+
return super().get(key, default)
|
|
519
|
+
|
|
520
|
+
def __init__(__self__, *,
|
|
521
|
+
hcx_cloud_manager: str,
|
|
522
|
+
hcx_cloud_manager_ip: str,
|
|
523
|
+
nsxt_manager: str,
|
|
524
|
+
nsxt_manager_ip: str,
|
|
525
|
+
vcenter_ip: str,
|
|
526
|
+
vcsa: str):
|
|
527
|
+
"""
|
|
528
|
+
Endpoint addresses
|
|
529
|
+
:param str hcx_cloud_manager: Endpoint FQDN for the HCX Cloud Manager
|
|
530
|
+
:param str hcx_cloud_manager_ip: Endpoint IP for the HCX Cloud Manager
|
|
531
|
+
:param str nsxt_manager: Endpoint FQDN for the NSX-T Data Center manager
|
|
532
|
+
:param str nsxt_manager_ip: Endpoint IP for the NSX-T Data Center manager
|
|
533
|
+
:param str vcenter_ip: Endpoint IP for Virtual Center Server Appliance
|
|
534
|
+
:param str vcsa: Endpoint FQDN for Virtual Center Server Appliance
|
|
535
|
+
"""
|
|
536
|
+
pulumi.set(__self__, "hcx_cloud_manager", hcx_cloud_manager)
|
|
537
|
+
pulumi.set(__self__, "hcx_cloud_manager_ip", hcx_cloud_manager_ip)
|
|
538
|
+
pulumi.set(__self__, "nsxt_manager", nsxt_manager)
|
|
539
|
+
pulumi.set(__self__, "nsxt_manager_ip", nsxt_manager_ip)
|
|
540
|
+
pulumi.set(__self__, "vcenter_ip", vcenter_ip)
|
|
541
|
+
pulumi.set(__self__, "vcsa", vcsa)
|
|
542
|
+
|
|
543
|
+
@property
|
|
544
|
+
@pulumi.getter(name="hcxCloudManager")
|
|
545
|
+
def hcx_cloud_manager(self) -> str:
|
|
546
|
+
"""
|
|
547
|
+
Endpoint FQDN for the HCX Cloud Manager
|
|
548
|
+
"""
|
|
549
|
+
return pulumi.get(self, "hcx_cloud_manager")
|
|
550
|
+
|
|
551
|
+
@property
|
|
552
|
+
@pulumi.getter(name="hcxCloudManagerIp")
|
|
553
|
+
def hcx_cloud_manager_ip(self) -> str:
|
|
554
|
+
"""
|
|
555
|
+
Endpoint IP for the HCX Cloud Manager
|
|
556
|
+
"""
|
|
557
|
+
return pulumi.get(self, "hcx_cloud_manager_ip")
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter(name="nsxtManager")
|
|
561
|
+
def nsxt_manager(self) -> str:
|
|
562
|
+
"""
|
|
563
|
+
Endpoint FQDN for the NSX-T Data Center manager
|
|
564
|
+
"""
|
|
565
|
+
return pulumi.get(self, "nsxt_manager")
|
|
566
|
+
|
|
567
|
+
@property
|
|
568
|
+
@pulumi.getter(name="nsxtManagerIp")
|
|
569
|
+
def nsxt_manager_ip(self) -> str:
|
|
570
|
+
"""
|
|
571
|
+
Endpoint IP for the NSX-T Data Center manager
|
|
572
|
+
"""
|
|
573
|
+
return pulumi.get(self, "nsxt_manager_ip")
|
|
574
|
+
|
|
575
|
+
@property
|
|
576
|
+
@pulumi.getter(name="vcenterIp")
|
|
577
|
+
def vcenter_ip(self) -> str:
|
|
578
|
+
"""
|
|
579
|
+
Endpoint IP for Virtual Center Server Appliance
|
|
580
|
+
"""
|
|
581
|
+
return pulumi.get(self, "vcenter_ip")
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
@pulumi.getter
|
|
585
|
+
def vcsa(self) -> str:
|
|
586
|
+
"""
|
|
587
|
+
Endpoint FQDN for Virtual Center Server Appliance
|
|
588
|
+
"""
|
|
589
|
+
return pulumi.get(self, "vcsa")
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
@pulumi.output_type
|
|
593
|
+
class IdentitySourceResponse(dict):
|
|
594
|
+
"""
|
|
595
|
+
vCenter Single Sign On Identity Source
|
|
596
|
+
"""
|
|
597
|
+
@staticmethod
|
|
598
|
+
def __key_warning(key: str):
|
|
599
|
+
suggest = None
|
|
600
|
+
if key == "baseGroupDN":
|
|
601
|
+
suggest = "base_group_dn"
|
|
602
|
+
elif key == "baseUserDN":
|
|
603
|
+
suggest = "base_user_dn"
|
|
604
|
+
elif key == "primaryServer":
|
|
605
|
+
suggest = "primary_server"
|
|
606
|
+
elif key == "secondaryServer":
|
|
607
|
+
suggest = "secondary_server"
|
|
608
|
+
|
|
609
|
+
if suggest:
|
|
610
|
+
pulumi.log.warn(f"Key '{key}' not found in IdentitySourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
611
|
+
|
|
612
|
+
def __getitem__(self, key: str) -> Any:
|
|
613
|
+
IdentitySourceResponse.__key_warning(key)
|
|
614
|
+
return super().__getitem__(key)
|
|
615
|
+
|
|
616
|
+
def get(self, key: str, default = None) -> Any:
|
|
617
|
+
IdentitySourceResponse.__key_warning(key)
|
|
618
|
+
return super().get(key, default)
|
|
619
|
+
|
|
620
|
+
def __init__(__self__, *,
|
|
621
|
+
alias: Optional[str] = None,
|
|
622
|
+
base_group_dn: Optional[str] = None,
|
|
623
|
+
base_user_dn: Optional[str] = None,
|
|
624
|
+
domain: Optional[str] = None,
|
|
625
|
+
name: Optional[str] = None,
|
|
626
|
+
password: Optional[str] = None,
|
|
627
|
+
primary_server: Optional[str] = None,
|
|
628
|
+
secondary_server: Optional[str] = None,
|
|
629
|
+
ssl: Optional[str] = None,
|
|
630
|
+
username: Optional[str] = None):
|
|
631
|
+
"""
|
|
632
|
+
vCenter Single Sign On Identity Source
|
|
633
|
+
:param str alias: The domain's NetBIOS name
|
|
634
|
+
:param str base_group_dn: The base distinguished name for groups
|
|
635
|
+
:param str base_user_dn: The base distinguished name for users
|
|
636
|
+
:param str domain: The domain's dns name
|
|
637
|
+
:param str name: The name of the identity source
|
|
638
|
+
:param str password: The password of the Active Directory user with a minimum of read-only access to
|
|
639
|
+
Base DN for users and groups.
|
|
640
|
+
:param str primary_server: Primary server URL
|
|
641
|
+
:param str secondary_server: Secondary server URL
|
|
642
|
+
:param str ssl: Protect LDAP communication using SSL certificate (LDAPS)
|
|
643
|
+
:param str username: The ID of an Active Directory user with a minimum of read-only access to Base
|
|
644
|
+
DN for users and group
|
|
645
|
+
"""
|
|
646
|
+
if alias is not None:
|
|
647
|
+
pulumi.set(__self__, "alias", alias)
|
|
648
|
+
if base_group_dn is not None:
|
|
649
|
+
pulumi.set(__self__, "base_group_dn", base_group_dn)
|
|
650
|
+
if base_user_dn is not None:
|
|
651
|
+
pulumi.set(__self__, "base_user_dn", base_user_dn)
|
|
652
|
+
if domain is not None:
|
|
653
|
+
pulumi.set(__self__, "domain", domain)
|
|
654
|
+
if name is not None:
|
|
655
|
+
pulumi.set(__self__, "name", name)
|
|
656
|
+
if password is not None:
|
|
657
|
+
pulumi.set(__self__, "password", password)
|
|
658
|
+
if primary_server is not None:
|
|
659
|
+
pulumi.set(__self__, "primary_server", primary_server)
|
|
660
|
+
if secondary_server is not None:
|
|
661
|
+
pulumi.set(__self__, "secondary_server", secondary_server)
|
|
662
|
+
if ssl is not None:
|
|
663
|
+
pulumi.set(__self__, "ssl", ssl)
|
|
664
|
+
if username is not None:
|
|
665
|
+
pulumi.set(__self__, "username", username)
|
|
666
|
+
|
|
667
|
+
@property
|
|
668
|
+
@pulumi.getter
|
|
669
|
+
def alias(self) -> Optional[str]:
|
|
670
|
+
"""
|
|
671
|
+
The domain's NetBIOS name
|
|
672
|
+
"""
|
|
673
|
+
return pulumi.get(self, "alias")
|
|
674
|
+
|
|
675
|
+
@property
|
|
676
|
+
@pulumi.getter(name="baseGroupDN")
|
|
677
|
+
def base_group_dn(self) -> Optional[str]:
|
|
678
|
+
"""
|
|
679
|
+
The base distinguished name for groups
|
|
680
|
+
"""
|
|
681
|
+
return pulumi.get(self, "base_group_dn")
|
|
682
|
+
|
|
683
|
+
@property
|
|
684
|
+
@pulumi.getter(name="baseUserDN")
|
|
685
|
+
def base_user_dn(self) -> Optional[str]:
|
|
686
|
+
"""
|
|
687
|
+
The base distinguished name for users
|
|
688
|
+
"""
|
|
689
|
+
return pulumi.get(self, "base_user_dn")
|
|
690
|
+
|
|
691
|
+
@property
|
|
692
|
+
@pulumi.getter
|
|
693
|
+
def domain(self) -> Optional[str]:
|
|
694
|
+
"""
|
|
695
|
+
The domain's dns name
|
|
696
|
+
"""
|
|
697
|
+
return pulumi.get(self, "domain")
|
|
698
|
+
|
|
699
|
+
@property
|
|
700
|
+
@pulumi.getter
|
|
701
|
+
def name(self) -> Optional[str]:
|
|
702
|
+
"""
|
|
703
|
+
The name of the identity source
|
|
704
|
+
"""
|
|
705
|
+
return pulumi.get(self, "name")
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
@pulumi.getter
|
|
709
|
+
def password(self) -> Optional[str]:
|
|
710
|
+
"""
|
|
711
|
+
The password of the Active Directory user with a minimum of read-only access to
|
|
712
|
+
Base DN for users and groups.
|
|
713
|
+
"""
|
|
714
|
+
return pulumi.get(self, "password")
|
|
715
|
+
|
|
716
|
+
@property
|
|
717
|
+
@pulumi.getter(name="primaryServer")
|
|
718
|
+
def primary_server(self) -> Optional[str]:
|
|
719
|
+
"""
|
|
720
|
+
Primary server URL
|
|
721
|
+
"""
|
|
722
|
+
return pulumi.get(self, "primary_server")
|
|
723
|
+
|
|
724
|
+
@property
|
|
725
|
+
@pulumi.getter(name="secondaryServer")
|
|
726
|
+
def secondary_server(self) -> Optional[str]:
|
|
727
|
+
"""
|
|
728
|
+
Secondary server URL
|
|
729
|
+
"""
|
|
730
|
+
return pulumi.get(self, "secondary_server")
|
|
731
|
+
|
|
732
|
+
@property
|
|
733
|
+
@pulumi.getter
|
|
734
|
+
def ssl(self) -> Optional[str]:
|
|
735
|
+
"""
|
|
736
|
+
Protect LDAP communication using SSL certificate (LDAPS)
|
|
737
|
+
"""
|
|
738
|
+
return pulumi.get(self, "ssl")
|
|
739
|
+
|
|
740
|
+
@property
|
|
741
|
+
@pulumi.getter
|
|
742
|
+
def username(self) -> Optional[str]:
|
|
743
|
+
"""
|
|
744
|
+
The ID of an Active Directory user with a minimum of read-only access to Base
|
|
745
|
+
DN for users and group
|
|
746
|
+
"""
|
|
747
|
+
return pulumi.get(self, "username")
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
@pulumi.output_type
|
|
751
|
+
class ManagementClusterResponse(dict):
|
|
752
|
+
"""
|
|
753
|
+
The properties of a management cluster
|
|
754
|
+
"""
|
|
755
|
+
@staticmethod
|
|
756
|
+
def __key_warning(key: str):
|
|
757
|
+
suggest = None
|
|
758
|
+
if key == "clusterId":
|
|
759
|
+
suggest = "cluster_id"
|
|
760
|
+
elif key == "provisioningState":
|
|
761
|
+
suggest = "provisioning_state"
|
|
762
|
+
elif key == "clusterSize":
|
|
763
|
+
suggest = "cluster_size"
|
|
764
|
+
elif key == "vsanDatastoreName":
|
|
765
|
+
suggest = "vsan_datastore_name"
|
|
766
|
+
|
|
767
|
+
if suggest:
|
|
768
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagementClusterResponse. Access the value via the '{suggest}' property getter instead.")
|
|
769
|
+
|
|
770
|
+
def __getitem__(self, key: str) -> Any:
|
|
771
|
+
ManagementClusterResponse.__key_warning(key)
|
|
772
|
+
return super().__getitem__(key)
|
|
773
|
+
|
|
774
|
+
def get(self, key: str, default = None) -> Any:
|
|
775
|
+
ManagementClusterResponse.__key_warning(key)
|
|
776
|
+
return super().get(key, default)
|
|
777
|
+
|
|
778
|
+
def __init__(__self__, *,
|
|
779
|
+
cluster_id: int,
|
|
780
|
+
provisioning_state: str,
|
|
781
|
+
cluster_size: Optional[int] = None,
|
|
782
|
+
hosts: Optional[Sequence[str]] = None,
|
|
783
|
+
vsan_datastore_name: Optional[str] = None):
|
|
784
|
+
"""
|
|
785
|
+
The properties of a management cluster
|
|
786
|
+
:param int cluster_id: The identity
|
|
787
|
+
:param str provisioning_state: The state of the cluster provisioning
|
|
788
|
+
:param int cluster_size: The cluster size
|
|
789
|
+
:param Sequence[str] hosts: The hosts
|
|
790
|
+
:param str vsan_datastore_name: Name of the vsan datastore associated with the cluster
|
|
791
|
+
"""
|
|
792
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
793
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
794
|
+
if cluster_size is not None:
|
|
795
|
+
pulumi.set(__self__, "cluster_size", cluster_size)
|
|
796
|
+
if hosts is not None:
|
|
797
|
+
pulumi.set(__self__, "hosts", hosts)
|
|
798
|
+
if vsan_datastore_name is not None:
|
|
799
|
+
pulumi.set(__self__, "vsan_datastore_name", vsan_datastore_name)
|
|
800
|
+
|
|
801
|
+
@property
|
|
802
|
+
@pulumi.getter(name="clusterId")
|
|
803
|
+
def cluster_id(self) -> int:
|
|
804
|
+
"""
|
|
805
|
+
The identity
|
|
806
|
+
"""
|
|
807
|
+
return pulumi.get(self, "cluster_id")
|
|
808
|
+
|
|
809
|
+
@property
|
|
810
|
+
@pulumi.getter(name="provisioningState")
|
|
811
|
+
def provisioning_state(self) -> str:
|
|
812
|
+
"""
|
|
813
|
+
The state of the cluster provisioning
|
|
814
|
+
"""
|
|
815
|
+
return pulumi.get(self, "provisioning_state")
|
|
816
|
+
|
|
817
|
+
@property
|
|
818
|
+
@pulumi.getter(name="clusterSize")
|
|
819
|
+
def cluster_size(self) -> Optional[int]:
|
|
820
|
+
"""
|
|
821
|
+
The cluster size
|
|
822
|
+
"""
|
|
823
|
+
return pulumi.get(self, "cluster_size")
|
|
824
|
+
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter
|
|
827
|
+
def hosts(self) -> Optional[Sequence[str]]:
|
|
828
|
+
"""
|
|
829
|
+
The hosts
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "hosts")
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
@pulumi.getter(name="vsanDatastoreName")
|
|
835
|
+
def vsan_datastore_name(self) -> Optional[str]:
|
|
836
|
+
"""
|
|
837
|
+
Name of the vsan datastore associated with the cluster
|
|
838
|
+
"""
|
|
839
|
+
return pulumi.get(self, "vsan_datastore_name")
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
@pulumi.output_type
|
|
843
|
+
class NetAppVolumeResponse(dict):
|
|
844
|
+
"""
|
|
845
|
+
An Azure NetApp Files volume from Microsoft.NetApp provider
|
|
846
|
+
"""
|
|
847
|
+
def __init__(__self__, *,
|
|
848
|
+
id: str):
|
|
849
|
+
"""
|
|
850
|
+
An Azure NetApp Files volume from Microsoft.NetApp provider
|
|
851
|
+
:param str id: Azure resource ID of the NetApp volume
|
|
852
|
+
"""
|
|
853
|
+
pulumi.set(__self__, "id", id)
|
|
854
|
+
|
|
855
|
+
@property
|
|
856
|
+
@pulumi.getter
|
|
857
|
+
def id(self) -> str:
|
|
858
|
+
"""
|
|
859
|
+
Azure resource ID of the NetApp volume
|
|
860
|
+
"""
|
|
861
|
+
return pulumi.get(self, "id")
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
@pulumi.output_type
|
|
865
|
+
class PSCredentialExecutionParameterResponse(dict):
|
|
866
|
+
"""
|
|
867
|
+
a powershell credential object
|
|
868
|
+
"""
|
|
869
|
+
def __init__(__self__, *,
|
|
870
|
+
name: str,
|
|
871
|
+
type: str,
|
|
872
|
+
password: Optional[str] = None,
|
|
873
|
+
username: Optional[str] = None):
|
|
874
|
+
"""
|
|
875
|
+
a powershell credential object
|
|
876
|
+
:param str name: The parameter name
|
|
877
|
+
:param str type: script execution parameter type
|
|
878
|
+
Expected value is 'Credential'.
|
|
879
|
+
:param str password: password for login
|
|
880
|
+
:param str username: username for login
|
|
881
|
+
"""
|
|
882
|
+
pulumi.set(__self__, "name", name)
|
|
883
|
+
pulumi.set(__self__, "type", 'Credential')
|
|
884
|
+
if password is not None:
|
|
885
|
+
pulumi.set(__self__, "password", password)
|
|
886
|
+
if username is not None:
|
|
887
|
+
pulumi.set(__self__, "username", username)
|
|
888
|
+
|
|
889
|
+
@property
|
|
890
|
+
@pulumi.getter
|
|
891
|
+
def name(self) -> str:
|
|
892
|
+
"""
|
|
893
|
+
The parameter name
|
|
894
|
+
"""
|
|
895
|
+
return pulumi.get(self, "name")
|
|
896
|
+
|
|
897
|
+
@property
|
|
898
|
+
@pulumi.getter
|
|
899
|
+
def type(self) -> str:
|
|
900
|
+
"""
|
|
901
|
+
script execution parameter type
|
|
902
|
+
Expected value is 'Credential'.
|
|
903
|
+
"""
|
|
904
|
+
return pulumi.get(self, "type")
|
|
905
|
+
|
|
906
|
+
@property
|
|
907
|
+
@pulumi.getter
|
|
908
|
+
def password(self) -> Optional[str]:
|
|
909
|
+
"""
|
|
910
|
+
password for login
|
|
911
|
+
"""
|
|
912
|
+
return pulumi.get(self, "password")
|
|
913
|
+
|
|
914
|
+
@property
|
|
915
|
+
@pulumi.getter
|
|
916
|
+
def username(self) -> Optional[str]:
|
|
917
|
+
"""
|
|
918
|
+
username for login
|
|
919
|
+
"""
|
|
920
|
+
return pulumi.get(self, "username")
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
@pulumi.output_type
|
|
924
|
+
class ScriptSecureStringExecutionParameterResponse(dict):
|
|
925
|
+
"""
|
|
926
|
+
a plain text value execution parameter
|
|
927
|
+
"""
|
|
928
|
+
@staticmethod
|
|
929
|
+
def __key_warning(key: str):
|
|
930
|
+
suggest = None
|
|
931
|
+
if key == "secureValue":
|
|
932
|
+
suggest = "secure_value"
|
|
933
|
+
|
|
934
|
+
if suggest:
|
|
935
|
+
pulumi.log.warn(f"Key '{key}' not found in ScriptSecureStringExecutionParameterResponse. Access the value via the '{suggest}' property getter instead.")
|
|
936
|
+
|
|
937
|
+
def __getitem__(self, key: str) -> Any:
|
|
938
|
+
ScriptSecureStringExecutionParameterResponse.__key_warning(key)
|
|
939
|
+
return super().__getitem__(key)
|
|
940
|
+
|
|
941
|
+
def get(self, key: str, default = None) -> Any:
|
|
942
|
+
ScriptSecureStringExecutionParameterResponse.__key_warning(key)
|
|
943
|
+
return super().get(key, default)
|
|
944
|
+
|
|
945
|
+
def __init__(__self__, *,
|
|
946
|
+
name: str,
|
|
947
|
+
type: str,
|
|
948
|
+
secure_value: Optional[str] = None):
|
|
949
|
+
"""
|
|
950
|
+
a plain text value execution parameter
|
|
951
|
+
:param str name: The parameter name
|
|
952
|
+
:param str type: script execution parameter type
|
|
953
|
+
Expected value is 'SecureValue'.
|
|
954
|
+
:param str secure_value: A secure value for the passed parameter, not to be stored in logs
|
|
955
|
+
"""
|
|
956
|
+
pulumi.set(__self__, "name", name)
|
|
957
|
+
pulumi.set(__self__, "type", 'SecureValue')
|
|
958
|
+
if secure_value is not None:
|
|
959
|
+
pulumi.set(__self__, "secure_value", secure_value)
|
|
960
|
+
|
|
961
|
+
@property
|
|
962
|
+
@pulumi.getter
|
|
963
|
+
def name(self) -> str:
|
|
964
|
+
"""
|
|
965
|
+
The parameter name
|
|
966
|
+
"""
|
|
967
|
+
return pulumi.get(self, "name")
|
|
968
|
+
|
|
969
|
+
@property
|
|
970
|
+
@pulumi.getter
|
|
971
|
+
def type(self) -> str:
|
|
972
|
+
"""
|
|
973
|
+
script execution parameter type
|
|
974
|
+
Expected value is 'SecureValue'.
|
|
975
|
+
"""
|
|
976
|
+
return pulumi.get(self, "type")
|
|
977
|
+
|
|
978
|
+
@property
|
|
979
|
+
@pulumi.getter(name="secureValue")
|
|
980
|
+
def secure_value(self) -> Optional[str]:
|
|
981
|
+
"""
|
|
982
|
+
A secure value for the passed parameter, not to be stored in logs
|
|
983
|
+
"""
|
|
984
|
+
return pulumi.get(self, "secure_value")
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
@pulumi.output_type
|
|
988
|
+
class ScriptStringExecutionParameterResponse(dict):
|
|
989
|
+
"""
|
|
990
|
+
a plain text value execution parameter
|
|
991
|
+
"""
|
|
992
|
+
def __init__(__self__, *,
|
|
993
|
+
name: str,
|
|
994
|
+
type: str,
|
|
995
|
+
value: Optional[str] = None):
|
|
996
|
+
"""
|
|
997
|
+
a plain text value execution parameter
|
|
998
|
+
:param str name: The parameter name
|
|
999
|
+
:param str type: script execution parameter type
|
|
1000
|
+
Expected value is 'Value'.
|
|
1001
|
+
:param str value: The value for the passed parameter
|
|
1002
|
+
"""
|
|
1003
|
+
pulumi.set(__self__, "name", name)
|
|
1004
|
+
pulumi.set(__self__, "type", 'Value')
|
|
1005
|
+
if value is not None:
|
|
1006
|
+
pulumi.set(__self__, "value", value)
|
|
1007
|
+
|
|
1008
|
+
@property
|
|
1009
|
+
@pulumi.getter
|
|
1010
|
+
def name(self) -> str:
|
|
1011
|
+
"""
|
|
1012
|
+
The parameter name
|
|
1013
|
+
"""
|
|
1014
|
+
return pulumi.get(self, "name")
|
|
1015
|
+
|
|
1016
|
+
@property
|
|
1017
|
+
@pulumi.getter
|
|
1018
|
+
def type(self) -> str:
|
|
1019
|
+
"""
|
|
1020
|
+
script execution parameter type
|
|
1021
|
+
Expected value is 'Value'.
|
|
1022
|
+
"""
|
|
1023
|
+
return pulumi.get(self, "type")
|
|
1024
|
+
|
|
1025
|
+
@property
|
|
1026
|
+
@pulumi.getter
|
|
1027
|
+
def value(self) -> Optional[str]:
|
|
1028
|
+
"""
|
|
1029
|
+
The value for the passed parameter
|
|
1030
|
+
"""
|
|
1031
|
+
return pulumi.get(self, "value")
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
@pulumi.output_type
|
|
1035
|
+
class SkuResponse(dict):
|
|
1036
|
+
"""
|
|
1037
|
+
The resource model definition representing SKU
|
|
1038
|
+
"""
|
|
1039
|
+
def __init__(__self__, *,
|
|
1040
|
+
name: str,
|
|
1041
|
+
capacity: Optional[int] = None,
|
|
1042
|
+
family: Optional[str] = None,
|
|
1043
|
+
size: Optional[str] = None,
|
|
1044
|
+
tier: Optional[str] = None):
|
|
1045
|
+
"""
|
|
1046
|
+
The resource model definition representing SKU
|
|
1047
|
+
:param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
|
|
1048
|
+
:param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
1049
|
+
:param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
1050
|
+
:param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
1051
|
+
:param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
1052
|
+
"""
|
|
1053
|
+
pulumi.set(__self__, "name", name)
|
|
1054
|
+
if capacity is not None:
|
|
1055
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
1056
|
+
if family is not None:
|
|
1057
|
+
pulumi.set(__self__, "family", family)
|
|
1058
|
+
if size is not None:
|
|
1059
|
+
pulumi.set(__self__, "size", size)
|
|
1060
|
+
if tier is not None:
|
|
1061
|
+
pulumi.set(__self__, "tier", tier)
|
|
1062
|
+
|
|
1063
|
+
@property
|
|
1064
|
+
@pulumi.getter
|
|
1065
|
+
def name(self) -> str:
|
|
1066
|
+
"""
|
|
1067
|
+
The name of the SKU. E.g. P3. It is typically a letter+number code
|
|
1068
|
+
"""
|
|
1069
|
+
return pulumi.get(self, "name")
|
|
1070
|
+
|
|
1071
|
+
@property
|
|
1072
|
+
@pulumi.getter
|
|
1073
|
+
def capacity(self) -> Optional[int]:
|
|
1074
|
+
"""
|
|
1075
|
+
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
1076
|
+
"""
|
|
1077
|
+
return pulumi.get(self, "capacity")
|
|
1078
|
+
|
|
1079
|
+
@property
|
|
1080
|
+
@pulumi.getter
|
|
1081
|
+
def family(self) -> Optional[str]:
|
|
1082
|
+
"""
|
|
1083
|
+
If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
1084
|
+
"""
|
|
1085
|
+
return pulumi.get(self, "family")
|
|
1086
|
+
|
|
1087
|
+
@property
|
|
1088
|
+
@pulumi.getter
|
|
1089
|
+
def size(self) -> Optional[str]:
|
|
1090
|
+
"""
|
|
1091
|
+
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
1092
|
+
"""
|
|
1093
|
+
return pulumi.get(self, "size")
|
|
1094
|
+
|
|
1095
|
+
@property
|
|
1096
|
+
@pulumi.getter
|
|
1097
|
+
def tier(self) -> Optional[str]:
|
|
1098
|
+
"""
|
|
1099
|
+
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
1100
|
+
"""
|
|
1101
|
+
return pulumi.get(self, "tier")
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
@pulumi.output_type
|
|
1105
|
+
class SystemAssignedServiceIdentityResponse(dict):
|
|
1106
|
+
"""
|
|
1107
|
+
Managed service identity (either system assigned, or none)
|
|
1108
|
+
"""
|
|
1109
|
+
@staticmethod
|
|
1110
|
+
def __key_warning(key: str):
|
|
1111
|
+
suggest = None
|
|
1112
|
+
if key == "principalId":
|
|
1113
|
+
suggest = "principal_id"
|
|
1114
|
+
elif key == "tenantId":
|
|
1115
|
+
suggest = "tenant_id"
|
|
1116
|
+
|
|
1117
|
+
if suggest:
|
|
1118
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemAssignedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1119
|
+
|
|
1120
|
+
def __getitem__(self, key: str) -> Any:
|
|
1121
|
+
SystemAssignedServiceIdentityResponse.__key_warning(key)
|
|
1122
|
+
return super().__getitem__(key)
|
|
1123
|
+
|
|
1124
|
+
def get(self, key: str, default = None) -> Any:
|
|
1125
|
+
SystemAssignedServiceIdentityResponse.__key_warning(key)
|
|
1126
|
+
return super().get(key, default)
|
|
1127
|
+
|
|
1128
|
+
def __init__(__self__, *,
|
|
1129
|
+
principal_id: str,
|
|
1130
|
+
tenant_id: str,
|
|
1131
|
+
type: str):
|
|
1132
|
+
"""
|
|
1133
|
+
Managed service identity (either system assigned, or none)
|
|
1134
|
+
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1135
|
+
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1136
|
+
:param str type: Type of managed service identity (either system assigned, or none).
|
|
1137
|
+
"""
|
|
1138
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1139
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1140
|
+
pulumi.set(__self__, "type", type)
|
|
1141
|
+
|
|
1142
|
+
@property
|
|
1143
|
+
@pulumi.getter(name="principalId")
|
|
1144
|
+
def principal_id(self) -> str:
|
|
1145
|
+
"""
|
|
1146
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1147
|
+
"""
|
|
1148
|
+
return pulumi.get(self, "principal_id")
|
|
1149
|
+
|
|
1150
|
+
@property
|
|
1151
|
+
@pulumi.getter(name="tenantId")
|
|
1152
|
+
def tenant_id(self) -> str:
|
|
1153
|
+
"""
|
|
1154
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1155
|
+
"""
|
|
1156
|
+
return pulumi.get(self, "tenant_id")
|
|
1157
|
+
|
|
1158
|
+
@property
|
|
1159
|
+
@pulumi.getter
|
|
1160
|
+
def type(self) -> str:
|
|
1161
|
+
"""
|
|
1162
|
+
Type of managed service identity (either system assigned, or none).
|
|
1163
|
+
"""
|
|
1164
|
+
return pulumi.get(self, "type")
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
@pulumi.output_type
|
|
1168
|
+
class SystemDataResponse(dict):
|
|
1169
|
+
"""
|
|
1170
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1171
|
+
"""
|
|
1172
|
+
@staticmethod
|
|
1173
|
+
def __key_warning(key: str):
|
|
1174
|
+
suggest = None
|
|
1175
|
+
if key == "createdAt":
|
|
1176
|
+
suggest = "created_at"
|
|
1177
|
+
elif key == "createdBy":
|
|
1178
|
+
suggest = "created_by"
|
|
1179
|
+
elif key == "createdByType":
|
|
1180
|
+
suggest = "created_by_type"
|
|
1181
|
+
elif key == "lastModifiedAt":
|
|
1182
|
+
suggest = "last_modified_at"
|
|
1183
|
+
elif key == "lastModifiedBy":
|
|
1184
|
+
suggest = "last_modified_by"
|
|
1185
|
+
elif key == "lastModifiedByType":
|
|
1186
|
+
suggest = "last_modified_by_type"
|
|
1187
|
+
|
|
1188
|
+
if suggest:
|
|
1189
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1190
|
+
|
|
1191
|
+
def __getitem__(self, key: str) -> Any:
|
|
1192
|
+
SystemDataResponse.__key_warning(key)
|
|
1193
|
+
return super().__getitem__(key)
|
|
1194
|
+
|
|
1195
|
+
def get(self, key: str, default = None) -> Any:
|
|
1196
|
+
SystemDataResponse.__key_warning(key)
|
|
1197
|
+
return super().get(key, default)
|
|
1198
|
+
|
|
1199
|
+
def __init__(__self__, *,
|
|
1200
|
+
created_at: Optional[str] = None,
|
|
1201
|
+
created_by: Optional[str] = None,
|
|
1202
|
+
created_by_type: Optional[str] = None,
|
|
1203
|
+
last_modified_at: Optional[str] = None,
|
|
1204
|
+
last_modified_by: Optional[str] = None,
|
|
1205
|
+
last_modified_by_type: Optional[str] = None):
|
|
1206
|
+
"""
|
|
1207
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1208
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1209
|
+
:param str created_by: The identity that created the resource.
|
|
1210
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1211
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
1212
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1213
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1214
|
+
"""
|
|
1215
|
+
if created_at is not None:
|
|
1216
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1217
|
+
if created_by is not None:
|
|
1218
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1219
|
+
if created_by_type is not None:
|
|
1220
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1221
|
+
if last_modified_at is not None:
|
|
1222
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1223
|
+
if last_modified_by is not None:
|
|
1224
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1225
|
+
if last_modified_by_type is not None:
|
|
1226
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1227
|
+
|
|
1228
|
+
@property
|
|
1229
|
+
@pulumi.getter(name="createdAt")
|
|
1230
|
+
def created_at(self) -> Optional[str]:
|
|
1231
|
+
"""
|
|
1232
|
+
The timestamp of resource creation (UTC).
|
|
1233
|
+
"""
|
|
1234
|
+
return pulumi.get(self, "created_at")
|
|
1235
|
+
|
|
1236
|
+
@property
|
|
1237
|
+
@pulumi.getter(name="createdBy")
|
|
1238
|
+
def created_by(self) -> Optional[str]:
|
|
1239
|
+
"""
|
|
1240
|
+
The identity that created the resource.
|
|
1241
|
+
"""
|
|
1242
|
+
return pulumi.get(self, "created_by")
|
|
1243
|
+
|
|
1244
|
+
@property
|
|
1245
|
+
@pulumi.getter(name="createdByType")
|
|
1246
|
+
def created_by_type(self) -> Optional[str]:
|
|
1247
|
+
"""
|
|
1248
|
+
The type of identity that created the resource.
|
|
1249
|
+
"""
|
|
1250
|
+
return pulumi.get(self, "created_by_type")
|
|
1251
|
+
|
|
1252
|
+
@property
|
|
1253
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1254
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1255
|
+
"""
|
|
1256
|
+
The timestamp of resource last modification (UTC)
|
|
1257
|
+
"""
|
|
1258
|
+
return pulumi.get(self, "last_modified_at")
|
|
1259
|
+
|
|
1260
|
+
@property
|
|
1261
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1262
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1263
|
+
"""
|
|
1264
|
+
The identity that last modified the resource.
|
|
1265
|
+
"""
|
|
1266
|
+
return pulumi.get(self, "last_modified_by")
|
|
1267
|
+
|
|
1268
|
+
@property
|
|
1269
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
1270
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
1271
|
+
"""
|
|
1272
|
+
The type of identity that last modified the resource.
|
|
1273
|
+
"""
|
|
1274
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
@pulumi.output_type
|
|
1278
|
+
class WorkloadNetworkSegmentPortVifResponse(dict):
|
|
1279
|
+
"""
|
|
1280
|
+
Ports and any VIF attached to segment.
|
|
1281
|
+
"""
|
|
1282
|
+
@staticmethod
|
|
1283
|
+
def __key_warning(key: str):
|
|
1284
|
+
suggest = None
|
|
1285
|
+
if key == "portName":
|
|
1286
|
+
suggest = "port_name"
|
|
1287
|
+
|
|
1288
|
+
if suggest:
|
|
1289
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkloadNetworkSegmentPortVifResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1290
|
+
|
|
1291
|
+
def __getitem__(self, key: str) -> Any:
|
|
1292
|
+
WorkloadNetworkSegmentPortVifResponse.__key_warning(key)
|
|
1293
|
+
return super().__getitem__(key)
|
|
1294
|
+
|
|
1295
|
+
def get(self, key: str, default = None) -> Any:
|
|
1296
|
+
WorkloadNetworkSegmentPortVifResponse.__key_warning(key)
|
|
1297
|
+
return super().get(key, default)
|
|
1298
|
+
|
|
1299
|
+
def __init__(__self__, *,
|
|
1300
|
+
port_name: Optional[str] = None):
|
|
1301
|
+
"""
|
|
1302
|
+
Ports and any VIF attached to segment.
|
|
1303
|
+
:param str port_name: Name of port or VIF attached to segment.
|
|
1304
|
+
"""
|
|
1305
|
+
if port_name is not None:
|
|
1306
|
+
pulumi.set(__self__, "port_name", port_name)
|
|
1307
|
+
|
|
1308
|
+
@property
|
|
1309
|
+
@pulumi.getter(name="portName")
|
|
1310
|
+
def port_name(self) -> Optional[str]:
|
|
1311
|
+
"""
|
|
1312
|
+
Name of port or VIF attached to segment.
|
|
1313
|
+
"""
|
|
1314
|
+
return pulumi.get(self, "port_name")
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
@pulumi.output_type
|
|
1318
|
+
class WorkloadNetworkSegmentSubnetResponse(dict):
|
|
1319
|
+
"""
|
|
1320
|
+
Subnet configuration for segment
|
|
1321
|
+
"""
|
|
1322
|
+
@staticmethod
|
|
1323
|
+
def __key_warning(key: str):
|
|
1324
|
+
suggest = None
|
|
1325
|
+
if key == "dhcpRanges":
|
|
1326
|
+
suggest = "dhcp_ranges"
|
|
1327
|
+
elif key == "gatewayAddress":
|
|
1328
|
+
suggest = "gateway_address"
|
|
1329
|
+
|
|
1330
|
+
if suggest:
|
|
1331
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkloadNetworkSegmentSubnetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1332
|
+
|
|
1333
|
+
def __getitem__(self, key: str) -> Any:
|
|
1334
|
+
WorkloadNetworkSegmentSubnetResponse.__key_warning(key)
|
|
1335
|
+
return super().__getitem__(key)
|
|
1336
|
+
|
|
1337
|
+
def get(self, key: str, default = None) -> Any:
|
|
1338
|
+
WorkloadNetworkSegmentSubnetResponse.__key_warning(key)
|
|
1339
|
+
return super().get(key, default)
|
|
1340
|
+
|
|
1341
|
+
def __init__(__self__, *,
|
|
1342
|
+
dhcp_ranges: Optional[Sequence[str]] = None,
|
|
1343
|
+
gateway_address: Optional[str] = None):
|
|
1344
|
+
"""
|
|
1345
|
+
Subnet configuration for segment
|
|
1346
|
+
:param Sequence[str] dhcp_ranges: DHCP Range assigned for subnet.
|
|
1347
|
+
:param str gateway_address: Gateway address.
|
|
1348
|
+
"""
|
|
1349
|
+
if dhcp_ranges is not None:
|
|
1350
|
+
pulumi.set(__self__, "dhcp_ranges", dhcp_ranges)
|
|
1351
|
+
if gateway_address is not None:
|
|
1352
|
+
pulumi.set(__self__, "gateway_address", gateway_address)
|
|
1353
|
+
|
|
1354
|
+
@property
|
|
1355
|
+
@pulumi.getter(name="dhcpRanges")
|
|
1356
|
+
def dhcp_ranges(self) -> Optional[Sequence[str]]:
|
|
1357
|
+
"""
|
|
1358
|
+
DHCP Range assigned for subnet.
|
|
1359
|
+
"""
|
|
1360
|
+
return pulumi.get(self, "dhcp_ranges")
|
|
1361
|
+
|
|
1362
|
+
@property
|
|
1363
|
+
@pulumi.getter(name="gatewayAddress")
|
|
1364
|
+
def gateway_address(self) -> Optional[str]:
|
|
1365
|
+
"""
|
|
1366
|
+
Gateway address.
|
|
1367
|
+
"""
|
|
1368
|
+
return pulumi.get(self, "gateway_address")
|
|
1369
|
+
|
|
1370
|
+
|