pulumi-azure-native 2.50.1__py3-none-any.whl → 2.51.0__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 +98 -0
- pulumi_azure_native/_utilities.py +5 -4
- pulumi_azure_native/azurefleet/_enums.py +328 -53
- pulumi_azure_native/azurefleet/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/fleet.py +20 -0
- pulumi_azure_native/azurefleet/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/outputs.py +1348 -1126
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +328 -53
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/v20231101preview/fleet.py +20 -0
- pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1348 -1126
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +328 -53
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/v20240501preview/fleet.py +20 -0
- pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1348 -1126
- pulumi_azure_native/cognitiveservices/__init__.py +3 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +156 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +2517 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/account.py +355 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +347 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +258 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +289 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +214 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +206 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +180 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +172 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +96 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +3209 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +259 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +280 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +326 -0
- pulumi_azure_native/compute/__init__.py +3 -0
- pulumi_azure_native/compute/disk.py +3 -3
- pulumi_azure_native/compute/disk_access.py +3 -3
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
- pulumi_azure_native/compute/disk_encryption_set.py +3 -3
- pulumi_azure_native/compute/get_disk.py +2 -2
- pulumi_azure_native/compute/get_disk_access.py +2 -2
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
- pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
- pulumi_azure_native/compute/get_snapshot.py +2 -2
- pulumi_azure_native/compute/snapshot.py +3 -3
- pulumi_azure_native/compute/v20220702/disk.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230102/disk.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230402/disk.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
- pulumi_azure_native/compute/v20231002/disk.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
- pulumi_azure_native/compute/v20240302/__init__.py +20 -0
- pulumi_azure_native/compute/v20240302/_enums.py +303 -0
- pulumi_azure_native/compute/v20240302/_inputs.py +1334 -0
- pulumi_azure_native/compute/v20240302/disk.py +1084 -0
- pulumi_azure_native/compute/v20240302/disk_access.py +278 -0
- pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +232 -0
- pulumi_azure_native/compute/v20240302/disk_encryption_set.py +404 -0
- pulumi_azure_native/compute/v20240302/get_disk.py +617 -0
- pulumi_azure_native/compute/v20240302/get_disk_access.py +188 -0
- pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +154 -0
- pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +253 -0
- pulumi_azure_native/compute/v20240302/get_snapshot.py +474 -0
- pulumi_azure_native/compute/v20240302/outputs.py +1568 -0
- pulumi_azure_native/compute/v20240302/snapshot.py +841 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/__init__.py +29 -0
- pulumi_azure_native/containerservice/v20240502preview/_enums.py +874 -0
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +9520 -0
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1691 -0
- pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +817 -0
- pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +206 -0
- pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +838 -0
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +188 -0
- pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +368 -0
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1595 -0
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +297 -0
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +8194 -0
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/datafactory/_inputs.py +110 -10
- pulumi_azure_native/datafactory/outputs.py +69 -7
- pulumi_azure_native/datafactory/v20180601/_inputs.py +110 -10
- pulumi_azure_native/datafactory/v20180601/outputs.py +69 -7
- pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +103 -0
- pulumi_azure_native/desktopvirtualization/outputs.py +36 -0
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +97 -0
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +36 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +97 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +36 -0
- pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
- pulumi_azure_native/healthdataaiservices/__init__.py +22 -0
- pulumi_azure_native/healthdataaiservices/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/deid_service.py +289 -0
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +177 -0
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +143 -0
- pulumi_azure_native/healthdataaiservices/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +223 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +14 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +287 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +175 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +141 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +221 -0
- pulumi_azure_native/netapp/__init__.py +4 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_quota_report.py +109 -0
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +84 -0
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240301preview/_enums.py +565 -0
- pulumi_azure_native/netapp/v20240301preview/_inputs.py +3100 -0
- pulumi_azure_native/netapp/v20240301preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240301preview/backup.py +402 -0
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240301preview/get_account.py +253 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup.py +276 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +271 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +167 -0
- pulumi_azure_native/netapp/v20240301preview/get_pool.py +284 -0
- pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +190 -0
- pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +245 -0
- pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +190 -0
- pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +254 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume.py +926 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +167 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +98 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +216 -0
- pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +107 -0
- pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +94 -0
- pulumi_azure_native/netapp/v20240301preview/outputs.py +3344 -0
- pulumi_azure_native/netapp/v20240301preview/pool.py +462 -0
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240301preview/volume.py +1707 -0
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/__init__.py +3 -0
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20240601/__init__.py +26 -0
- pulumi_azure_native/scvmm/v20240601/_enums.py +110 -0
- pulumi_azure_native/scvmm/v20240601/_inputs.py +1334 -0
- pulumi_azure_native/scvmm/v20240601/availability_set.py +326 -0
- pulumi_azure_native/scvmm/v20240601/cloud.py +385 -0
- pulumi_azure_native/scvmm/v20240601/get_availability_set.py +201 -0
- pulumi_azure_native/scvmm/v20240601/get_cloud.py +253 -0
- pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +222 -0
- pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +206 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +235 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +396 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +227 -0
- pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +266 -0
- pulumi_azure_native/scvmm/v20240601/guest_agent.py +307 -0
- pulumi_azure_native/scvmm/v20240601/inventory_item.py +290 -0
- pulumi_azure_native/scvmm/v20240601/outputs.py +1476 -0
- pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +375 -0
- pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +495 -0
- pulumi_azure_native/scvmm/v20240601/virtual_network.py +365 -0
- pulumi_azure_native/scvmm/v20240601/vmm_server.py +396 -0
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/RECORD +565 -433
- {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/top_level.txt +0 -0
|
@@ -17934,6 +17934,8 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17934
17934
|
suggest = "sas_token"
|
|
17935
17935
|
elif key == "sasUri":
|
|
17936
17936
|
suggest = "sas_uri"
|
|
17937
|
+
elif key == "serviceEndpoint":
|
|
17938
|
+
suggest = "service_endpoint"
|
|
17937
17939
|
|
|
17938
17940
|
if suggest:
|
|
17939
17941
|
pulumi.log.warn(f"Key '{key}' not found in AzureTableStorageLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -17952,11 +17954,13 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17952
17954
|
annotations: Optional[Sequence[Any]] = None,
|
|
17953
17955
|
connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
|
|
17954
17956
|
connection_string: Optional[Any] = None,
|
|
17957
|
+
credential: Optional['outputs.CredentialReferenceResponse'] = None,
|
|
17955
17958
|
description: Optional[str] = None,
|
|
17956
17959
|
encrypted_credential: Optional[str] = None,
|
|
17957
17960
|
parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
|
|
17958
17961
|
sas_token: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
|
|
17959
|
-
sas_uri: Optional[Any] = None
|
|
17962
|
+
sas_uri: Optional[Any] = None,
|
|
17963
|
+
service_endpoint: Optional[Any] = None):
|
|
17960
17964
|
"""
|
|
17961
17965
|
The azure table storage linked service.
|
|
17962
17966
|
:param str type: Type of linked service.
|
|
@@ -17965,11 +17969,13 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17965
17969
|
:param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
|
|
17966
17970
|
:param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
|
|
17967
17971
|
:param Any connection_string: The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
17972
|
+
:param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
|
|
17968
17973
|
:param str description: Linked service description.
|
|
17969
17974
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
17970
17975
|
:param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
|
|
17971
17976
|
:param 'AzureKeyVaultSecretReferenceResponse' sas_token: The Azure key vault secret reference of sasToken in sas uri.
|
|
17972
17977
|
:param Any sas_uri: SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
17978
|
+
:param Any service_endpoint: Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
17973
17979
|
"""
|
|
17974
17980
|
pulumi.set(__self__, "type", 'AzureTableStorage')
|
|
17975
17981
|
if account_key is not None:
|
|
@@ -17980,6 +17986,8 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17980
17986
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
17981
17987
|
if connection_string is not None:
|
|
17982
17988
|
pulumi.set(__self__, "connection_string", connection_string)
|
|
17989
|
+
if credential is not None:
|
|
17990
|
+
pulumi.set(__self__, "credential", credential)
|
|
17983
17991
|
if description is not None:
|
|
17984
17992
|
pulumi.set(__self__, "description", description)
|
|
17985
17993
|
if encrypted_credential is not None:
|
|
@@ -17990,6 +17998,8 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17990
17998
|
pulumi.set(__self__, "sas_token", sas_token)
|
|
17991
17999
|
if sas_uri is not None:
|
|
17992
18000
|
pulumi.set(__self__, "sas_uri", sas_uri)
|
|
18001
|
+
if service_endpoint is not None:
|
|
18002
|
+
pulumi.set(__self__, "service_endpoint", service_endpoint)
|
|
17993
18003
|
|
|
17994
18004
|
@property
|
|
17995
18005
|
@pulumi.getter
|
|
@@ -18032,6 +18042,14 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
18032
18042
|
"""
|
|
18033
18043
|
return pulumi.get(self, "connection_string")
|
|
18034
18044
|
|
|
18045
|
+
@property
|
|
18046
|
+
@pulumi.getter
|
|
18047
|
+
def credential(self) -> Optional['outputs.CredentialReferenceResponse']:
|
|
18048
|
+
"""
|
|
18049
|
+
The credential reference containing authentication information.
|
|
18050
|
+
"""
|
|
18051
|
+
return pulumi.get(self, "credential")
|
|
18052
|
+
|
|
18035
18053
|
@property
|
|
18036
18054
|
@pulumi.getter
|
|
18037
18055
|
def description(self) -> Optional[str]:
|
|
@@ -18072,6 +18090,14 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
18072
18090
|
"""
|
|
18073
18091
|
return pulumi.get(self, "sas_uri")
|
|
18074
18092
|
|
|
18093
|
+
@property
|
|
18094
|
+
@pulumi.getter(name="serviceEndpoint")
|
|
18095
|
+
def service_endpoint(self) -> Optional[Any]:
|
|
18096
|
+
"""
|
|
18097
|
+
Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
18098
|
+
"""
|
|
18099
|
+
return pulumi.get(self, "service_endpoint")
|
|
18100
|
+
|
|
18075
18101
|
|
|
18076
18102
|
@pulumi.output_type
|
|
18077
18103
|
class BigDataPoolParametrizationReferenceResponse(dict):
|
|
@@ -20088,6 +20114,7 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20088
20114
|
annotations: Optional[Sequence[Any]] = None,
|
|
20089
20115
|
connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
|
|
20090
20116
|
description: Optional[str] = None,
|
|
20117
|
+
domain: Optional[Any] = None,
|
|
20091
20118
|
encrypted_credential: Optional[str] = None,
|
|
20092
20119
|
host_name: Optional[Any] = None,
|
|
20093
20120
|
organization_name: Optional[Any] = None,
|
|
@@ -20101,13 +20128,14 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20101
20128
|
username: Optional[Any] = None):
|
|
20102
20129
|
"""
|
|
20103
20130
|
Common Data Service for Apps linked service.
|
|
20104
|
-
:param Any authentication_type: The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
20131
|
+
:param Any authentication_type: The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
20105
20132
|
:param Any deployment_type: The deployment type of the Common Data Service for Apps instance. 'Online' for Common Data Service for Apps Online and 'OnPremisesWithIfd' for Common Data Service for Apps on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
20106
20133
|
:param str type: Type of linked service.
|
|
20107
20134
|
Expected value is 'CommonDataServiceForApps'.
|
|
20108
20135
|
:param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
|
|
20109
20136
|
:param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
|
|
20110
20137
|
:param str description: Linked service description.
|
|
20138
|
+
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
20111
20139
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
20112
20140
|
:param Any host_name: The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
20113
20141
|
:param Any organization_name: The organization name of the Common Data Service for Apps instance. The property is required for on-prem and required for online when there are more than one Common Data Service for Apps instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -20129,6 +20157,8 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20129
20157
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
20130
20158
|
if description is not None:
|
|
20131
20159
|
pulumi.set(__self__, "description", description)
|
|
20160
|
+
if domain is not None:
|
|
20161
|
+
pulumi.set(__self__, "domain", domain)
|
|
20132
20162
|
if encrypted_credential is not None:
|
|
20133
20163
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
20134
20164
|
if host_name is not None:
|
|
@@ -20156,7 +20186,7 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20156
20186
|
@pulumi.getter(name="authenticationType")
|
|
20157
20187
|
def authentication_type(self) -> Any:
|
|
20158
20188
|
"""
|
|
20159
|
-
The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
20189
|
+
The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
20160
20190
|
"""
|
|
20161
20191
|
return pulumi.get(self, "authentication_type")
|
|
20162
20192
|
|
|
@@ -20201,6 +20231,14 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20201
20231
|
"""
|
|
20202
20232
|
return pulumi.get(self, "description")
|
|
20203
20233
|
|
|
20234
|
+
@property
|
|
20235
|
+
@pulumi.getter
|
|
20236
|
+
def domain(self) -> Optional[Any]:
|
|
20237
|
+
"""
|
|
20238
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
20239
|
+
"""
|
|
20240
|
+
return pulumi.get(self, "domain")
|
|
20241
|
+
|
|
20204
20242
|
@property
|
|
20205
20243
|
@pulumi.getter(name="encryptedCredential")
|
|
20206
20244
|
def encrypted_credential(self) -> Optional[str]:
|
|
@@ -28727,6 +28765,7 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28727
28765
|
connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
|
|
28728
28766
|
credential: Optional['outputs.CredentialReferenceResponse'] = None,
|
|
28729
28767
|
description: Optional[str] = None,
|
|
28768
|
+
domain: Optional[Any] = None,
|
|
28730
28769
|
encrypted_credential: Optional[str] = None,
|
|
28731
28770
|
host_name: Optional[Any] = None,
|
|
28732
28771
|
organization_name: Optional[Any] = None,
|
|
@@ -28740,7 +28779,7 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28740
28779
|
username: Optional[Any] = None):
|
|
28741
28780
|
"""
|
|
28742
28781
|
Dynamics CRM linked service.
|
|
28743
|
-
:param Any authentication_type: The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
28782
|
+
:param Any authentication_type: The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
28744
28783
|
:param Any deployment_type: The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
28745
28784
|
:param str type: Type of linked service.
|
|
28746
28785
|
Expected value is 'DynamicsCrm'.
|
|
@@ -28748,6 +28787,7 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28748
28787
|
:param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
|
|
28749
28788
|
:param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
|
|
28750
28789
|
:param str description: Linked service description.
|
|
28790
|
+
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
28751
28791
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
28752
28792
|
:param Any host_name: The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
28753
28793
|
:param Any organization_name: The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -28771,6 +28811,8 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28771
28811
|
pulumi.set(__self__, "credential", credential)
|
|
28772
28812
|
if description is not None:
|
|
28773
28813
|
pulumi.set(__self__, "description", description)
|
|
28814
|
+
if domain is not None:
|
|
28815
|
+
pulumi.set(__self__, "domain", domain)
|
|
28774
28816
|
if encrypted_credential is not None:
|
|
28775
28817
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
28776
28818
|
if host_name is not None:
|
|
@@ -28798,7 +28840,7 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28798
28840
|
@pulumi.getter(name="authenticationType")
|
|
28799
28841
|
def authentication_type(self) -> Any:
|
|
28800
28842
|
"""
|
|
28801
|
-
The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
28843
|
+
The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
28802
28844
|
"""
|
|
28803
28845
|
return pulumi.get(self, "authentication_type")
|
|
28804
28846
|
|
|
@@ -28851,6 +28893,14 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28851
28893
|
"""
|
|
28852
28894
|
return pulumi.get(self, "description")
|
|
28853
28895
|
|
|
28896
|
+
@property
|
|
28897
|
+
@pulumi.getter
|
|
28898
|
+
def domain(self) -> Optional[Any]:
|
|
28899
|
+
"""
|
|
28900
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
28901
|
+
"""
|
|
28902
|
+
return pulumi.get(self, "domain")
|
|
28903
|
+
|
|
28854
28904
|
@property
|
|
28855
28905
|
@pulumi.getter(name="encryptedCredential")
|
|
28856
28906
|
def encrypted_credential(self) -> Optional[str]:
|
|
@@ -29411,6 +29461,7 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29411
29461
|
connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
|
|
29412
29462
|
credential: Optional['outputs.CredentialReferenceResponse'] = None,
|
|
29413
29463
|
description: Optional[str] = None,
|
|
29464
|
+
domain: Optional[Any] = None,
|
|
29414
29465
|
encrypted_credential: Optional[str] = None,
|
|
29415
29466
|
host_name: Optional[Any] = None,
|
|
29416
29467
|
organization_name: Optional[Any] = None,
|
|
@@ -29424,7 +29475,7 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29424
29475
|
username: Optional[Any] = None):
|
|
29425
29476
|
"""
|
|
29426
29477
|
Dynamics linked service.
|
|
29427
|
-
:param Any authentication_type: The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
29478
|
+
:param Any authentication_type: The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
29428
29479
|
:param Any deployment_type: The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
29429
29480
|
:param str type: Type of linked service.
|
|
29430
29481
|
Expected value is 'Dynamics'.
|
|
@@ -29432,6 +29483,7 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29432
29483
|
:param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
|
|
29433
29484
|
:param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
|
|
29434
29485
|
:param str description: Linked service description.
|
|
29486
|
+
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
29435
29487
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
29436
29488
|
:param Any host_name: The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
29437
29489
|
:param Any organization_name: The organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -29455,6 +29507,8 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29455
29507
|
pulumi.set(__self__, "credential", credential)
|
|
29456
29508
|
if description is not None:
|
|
29457
29509
|
pulumi.set(__self__, "description", description)
|
|
29510
|
+
if domain is not None:
|
|
29511
|
+
pulumi.set(__self__, "domain", domain)
|
|
29458
29512
|
if encrypted_credential is not None:
|
|
29459
29513
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
29460
29514
|
if host_name is not None:
|
|
@@ -29482,7 +29536,7 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29482
29536
|
@pulumi.getter(name="authenticationType")
|
|
29483
29537
|
def authentication_type(self) -> Any:
|
|
29484
29538
|
"""
|
|
29485
|
-
The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
29539
|
+
The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
29486
29540
|
"""
|
|
29487
29541
|
return pulumi.get(self, "authentication_type")
|
|
29488
29542
|
|
|
@@ -29535,6 +29589,14 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29535
29589
|
"""
|
|
29536
29590
|
return pulumi.get(self, "description")
|
|
29537
29591
|
|
|
29592
|
+
@property
|
|
29593
|
+
@pulumi.getter
|
|
29594
|
+
def domain(self) -> Optional[Any]:
|
|
29595
|
+
"""
|
|
29596
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
29597
|
+
"""
|
|
29598
|
+
return pulumi.get(self, "domain")
|
|
29599
|
+
|
|
29538
29600
|
@property
|
|
29539
29601
|
@pulumi.getter(name="encryptedCredential")
|
|
29540
29602
|
def encrypted_credential(self) -> Optional[str]:
|
|
@@ -25126,6 +25126,10 @@ if not MYPY:
|
|
|
25126
25126
|
"""
|
|
25127
25127
|
The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
25128
25128
|
"""
|
|
25129
|
+
credential: NotRequired[pulumi.Input['CredentialReferenceArgsDict']]
|
|
25130
|
+
"""
|
|
25131
|
+
The credential reference containing authentication information.
|
|
25132
|
+
"""
|
|
25129
25133
|
description: NotRequired[pulumi.Input[str]]
|
|
25130
25134
|
"""
|
|
25131
25135
|
Linked service description.
|
|
@@ -25146,6 +25150,10 @@ if not MYPY:
|
|
|
25146
25150
|
"""
|
|
25147
25151
|
SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
25148
25152
|
"""
|
|
25153
|
+
service_endpoint: NotRequired[Any]
|
|
25154
|
+
"""
|
|
25155
|
+
Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
25156
|
+
"""
|
|
25149
25157
|
elif False:
|
|
25150
25158
|
AzureTableStorageLinkedServiceArgsDict: TypeAlias = Mapping[str, Any]
|
|
25151
25159
|
|
|
@@ -25157,11 +25165,13 @@ class AzureTableStorageLinkedServiceArgs:
|
|
|
25157
25165
|
annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
25158
25166
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
25159
25167
|
connection_string: Optional[Any] = None,
|
|
25168
|
+
credential: Optional[pulumi.Input['CredentialReferenceArgs']] = None,
|
|
25160
25169
|
description: Optional[pulumi.Input[str]] = None,
|
|
25161
25170
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
25162
25171
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
|
|
25163
25172
|
sas_token: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
|
|
25164
|
-
sas_uri: Optional[Any] = None
|
|
25173
|
+
sas_uri: Optional[Any] = None,
|
|
25174
|
+
service_endpoint: Optional[Any] = None):
|
|
25165
25175
|
"""
|
|
25166
25176
|
The azure table storage linked service.
|
|
25167
25177
|
:param pulumi.Input[str] type: Type of linked service.
|
|
@@ -25170,11 +25180,13 @@ class AzureTableStorageLinkedServiceArgs:
|
|
|
25170
25180
|
:param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
|
|
25171
25181
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
25172
25182
|
:param Any connection_string: The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
25183
|
+
:param pulumi.Input['CredentialReferenceArgs'] credential: The credential reference containing authentication information.
|
|
25173
25184
|
:param pulumi.Input[str] description: Linked service description.
|
|
25174
25185
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
25175
25186
|
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
|
|
25176
25187
|
:param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] sas_token: The Azure key vault secret reference of sasToken in sas uri.
|
|
25177
25188
|
:param Any sas_uri: SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
25189
|
+
:param Any service_endpoint: Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
25178
25190
|
"""
|
|
25179
25191
|
pulumi.set(__self__, "type", 'AzureTableStorage')
|
|
25180
25192
|
if account_key is not None:
|
|
@@ -25185,6 +25197,8 @@ class AzureTableStorageLinkedServiceArgs:
|
|
|
25185
25197
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
25186
25198
|
if connection_string is not None:
|
|
25187
25199
|
pulumi.set(__self__, "connection_string", connection_string)
|
|
25200
|
+
if credential is not None:
|
|
25201
|
+
pulumi.set(__self__, "credential", credential)
|
|
25188
25202
|
if description is not None:
|
|
25189
25203
|
pulumi.set(__self__, "description", description)
|
|
25190
25204
|
if encrypted_credential is not None:
|
|
@@ -25195,6 +25209,8 @@ class AzureTableStorageLinkedServiceArgs:
|
|
|
25195
25209
|
pulumi.set(__self__, "sas_token", sas_token)
|
|
25196
25210
|
if sas_uri is not None:
|
|
25197
25211
|
pulumi.set(__self__, "sas_uri", sas_uri)
|
|
25212
|
+
if service_endpoint is not None:
|
|
25213
|
+
pulumi.set(__self__, "service_endpoint", service_endpoint)
|
|
25198
25214
|
|
|
25199
25215
|
@property
|
|
25200
25216
|
@pulumi.getter
|
|
@@ -25257,6 +25273,18 @@ class AzureTableStorageLinkedServiceArgs:
|
|
|
25257
25273
|
def connection_string(self, value: Optional[Any]):
|
|
25258
25274
|
pulumi.set(self, "connection_string", value)
|
|
25259
25275
|
|
|
25276
|
+
@property
|
|
25277
|
+
@pulumi.getter
|
|
25278
|
+
def credential(self) -> Optional[pulumi.Input['CredentialReferenceArgs']]:
|
|
25279
|
+
"""
|
|
25280
|
+
The credential reference containing authentication information.
|
|
25281
|
+
"""
|
|
25282
|
+
return pulumi.get(self, "credential")
|
|
25283
|
+
|
|
25284
|
+
@credential.setter
|
|
25285
|
+
def credential(self, value: Optional[pulumi.Input['CredentialReferenceArgs']]):
|
|
25286
|
+
pulumi.set(self, "credential", value)
|
|
25287
|
+
|
|
25260
25288
|
@property
|
|
25261
25289
|
@pulumi.getter
|
|
25262
25290
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -25317,6 +25345,18 @@ class AzureTableStorageLinkedServiceArgs:
|
|
|
25317
25345
|
def sas_uri(self, value: Optional[Any]):
|
|
25318
25346
|
pulumi.set(self, "sas_uri", value)
|
|
25319
25347
|
|
|
25348
|
+
@property
|
|
25349
|
+
@pulumi.getter(name="serviceEndpoint")
|
|
25350
|
+
def service_endpoint(self) -> Optional[Any]:
|
|
25351
|
+
"""
|
|
25352
|
+
Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
25353
|
+
"""
|
|
25354
|
+
return pulumi.get(self, "service_endpoint")
|
|
25355
|
+
|
|
25356
|
+
@service_endpoint.setter
|
|
25357
|
+
def service_endpoint(self, value: Optional[Any]):
|
|
25358
|
+
pulumi.set(self, "service_endpoint", value)
|
|
25359
|
+
|
|
25320
25360
|
|
|
25321
25361
|
if not MYPY:
|
|
25322
25362
|
class BigDataPoolParametrizationReferenceArgsDict(TypedDict):
|
|
@@ -27927,7 +27967,7 @@ if not MYPY:
|
|
|
27927
27967
|
"""
|
|
27928
27968
|
authentication_type: Any
|
|
27929
27969
|
"""
|
|
27930
|
-
The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
27970
|
+
The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
27931
27971
|
"""
|
|
27932
27972
|
deployment_type: Any
|
|
27933
27973
|
"""
|
|
@@ -27950,6 +27990,10 @@ if not MYPY:
|
|
|
27950
27990
|
"""
|
|
27951
27991
|
Linked service description.
|
|
27952
27992
|
"""
|
|
27993
|
+
domain: NotRequired[Any]
|
|
27994
|
+
"""
|
|
27995
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
27996
|
+
"""
|
|
27953
27997
|
encrypted_credential: NotRequired[pulumi.Input[str]]
|
|
27954
27998
|
"""
|
|
27955
27999
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
@@ -28006,6 +28050,7 @@ class CommonDataServiceForAppsLinkedServiceArgs:
|
|
|
28006
28050
|
annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
28007
28051
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
28008
28052
|
description: Optional[pulumi.Input[str]] = None,
|
|
28053
|
+
domain: Optional[Any] = None,
|
|
28009
28054
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
28010
28055
|
host_name: Optional[Any] = None,
|
|
28011
28056
|
organization_name: Optional[Any] = None,
|
|
@@ -28019,13 +28064,14 @@ class CommonDataServiceForAppsLinkedServiceArgs:
|
|
|
28019
28064
|
username: Optional[Any] = None):
|
|
28020
28065
|
"""
|
|
28021
28066
|
Common Data Service for Apps linked service.
|
|
28022
|
-
:param Any authentication_type: The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
28067
|
+
:param Any authentication_type: The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
28023
28068
|
:param Any deployment_type: The deployment type of the Common Data Service for Apps instance. 'Online' for Common Data Service for Apps Online and 'OnPremisesWithIfd' for Common Data Service for Apps on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
28024
28069
|
:param pulumi.Input[str] type: Type of linked service.
|
|
28025
28070
|
Expected value is 'CommonDataServiceForApps'.
|
|
28026
28071
|
:param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
|
|
28027
28072
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
28028
28073
|
:param pulumi.Input[str] description: Linked service description.
|
|
28074
|
+
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
28029
28075
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
28030
28076
|
:param Any host_name: The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
28031
28077
|
:param Any organization_name: The organization name of the Common Data Service for Apps instance. The property is required for on-prem and required for online when there are more than one Common Data Service for Apps instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -28047,6 +28093,8 @@ class CommonDataServiceForAppsLinkedServiceArgs:
|
|
|
28047
28093
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
28048
28094
|
if description is not None:
|
|
28049
28095
|
pulumi.set(__self__, "description", description)
|
|
28096
|
+
if domain is not None:
|
|
28097
|
+
pulumi.set(__self__, "domain", domain)
|
|
28050
28098
|
if encrypted_credential is not None:
|
|
28051
28099
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
28052
28100
|
if host_name is not None:
|
|
@@ -28074,7 +28122,7 @@ class CommonDataServiceForAppsLinkedServiceArgs:
|
|
|
28074
28122
|
@pulumi.getter(name="authenticationType")
|
|
28075
28123
|
def authentication_type(self) -> Any:
|
|
28076
28124
|
"""
|
|
28077
|
-
The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
28125
|
+
The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
28078
28126
|
"""
|
|
28079
28127
|
return pulumi.get(self, "authentication_type")
|
|
28080
28128
|
|
|
@@ -28143,6 +28191,18 @@ class CommonDataServiceForAppsLinkedServiceArgs:
|
|
|
28143
28191
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
28144
28192
|
pulumi.set(self, "description", value)
|
|
28145
28193
|
|
|
28194
|
+
@property
|
|
28195
|
+
@pulumi.getter
|
|
28196
|
+
def domain(self) -> Optional[Any]:
|
|
28197
|
+
"""
|
|
28198
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
28199
|
+
"""
|
|
28200
|
+
return pulumi.get(self, "domain")
|
|
28201
|
+
|
|
28202
|
+
@domain.setter
|
|
28203
|
+
def domain(self, value: Optional[Any]):
|
|
28204
|
+
pulumi.set(self, "domain", value)
|
|
28205
|
+
|
|
28146
28206
|
@property
|
|
28147
28207
|
@pulumi.getter(name="encryptedCredential")
|
|
28148
28208
|
def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -39602,7 +39662,7 @@ if not MYPY:
|
|
|
39602
39662
|
"""
|
|
39603
39663
|
authentication_type: Any
|
|
39604
39664
|
"""
|
|
39605
|
-
The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
39665
|
+
The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
39606
39666
|
"""
|
|
39607
39667
|
deployment_type: Any
|
|
39608
39668
|
"""
|
|
@@ -39629,6 +39689,10 @@ if not MYPY:
|
|
|
39629
39689
|
"""
|
|
39630
39690
|
Linked service description.
|
|
39631
39691
|
"""
|
|
39692
|
+
domain: NotRequired[Any]
|
|
39693
|
+
"""
|
|
39694
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
39695
|
+
"""
|
|
39632
39696
|
encrypted_credential: NotRequired[pulumi.Input[str]]
|
|
39633
39697
|
"""
|
|
39634
39698
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
@@ -39686,6 +39750,7 @@ class DynamicsCrmLinkedServiceArgs:
|
|
|
39686
39750
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
39687
39751
|
credential: Optional[pulumi.Input['CredentialReferenceArgs']] = None,
|
|
39688
39752
|
description: Optional[pulumi.Input[str]] = None,
|
|
39753
|
+
domain: Optional[Any] = None,
|
|
39689
39754
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
39690
39755
|
host_name: Optional[Any] = None,
|
|
39691
39756
|
organization_name: Optional[Any] = None,
|
|
@@ -39699,7 +39764,7 @@ class DynamicsCrmLinkedServiceArgs:
|
|
|
39699
39764
|
username: Optional[Any] = None):
|
|
39700
39765
|
"""
|
|
39701
39766
|
Dynamics CRM linked service.
|
|
39702
|
-
:param Any authentication_type: The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
39767
|
+
:param Any authentication_type: The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
39703
39768
|
:param Any deployment_type: The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
39704
39769
|
:param pulumi.Input[str] type: Type of linked service.
|
|
39705
39770
|
Expected value is 'DynamicsCrm'.
|
|
@@ -39707,6 +39772,7 @@ class DynamicsCrmLinkedServiceArgs:
|
|
|
39707
39772
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
39708
39773
|
:param pulumi.Input['CredentialReferenceArgs'] credential: The credential reference containing authentication information.
|
|
39709
39774
|
:param pulumi.Input[str] description: Linked service description.
|
|
39775
|
+
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
39710
39776
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
39711
39777
|
:param Any host_name: The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
39712
39778
|
:param Any organization_name: The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -39730,6 +39796,8 @@ class DynamicsCrmLinkedServiceArgs:
|
|
|
39730
39796
|
pulumi.set(__self__, "credential", credential)
|
|
39731
39797
|
if description is not None:
|
|
39732
39798
|
pulumi.set(__self__, "description", description)
|
|
39799
|
+
if domain is not None:
|
|
39800
|
+
pulumi.set(__self__, "domain", domain)
|
|
39733
39801
|
if encrypted_credential is not None:
|
|
39734
39802
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
39735
39803
|
if host_name is not None:
|
|
@@ -39757,7 +39825,7 @@ class DynamicsCrmLinkedServiceArgs:
|
|
|
39757
39825
|
@pulumi.getter(name="authenticationType")
|
|
39758
39826
|
def authentication_type(self) -> Any:
|
|
39759
39827
|
"""
|
|
39760
|
-
The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
39828
|
+
The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
39761
39829
|
"""
|
|
39762
39830
|
return pulumi.get(self, "authentication_type")
|
|
39763
39831
|
|
|
@@ -39838,6 +39906,18 @@ class DynamicsCrmLinkedServiceArgs:
|
|
|
39838
39906
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
39839
39907
|
pulumi.set(self, "description", value)
|
|
39840
39908
|
|
|
39909
|
+
@property
|
|
39910
|
+
@pulumi.getter
|
|
39911
|
+
def domain(self) -> Optional[Any]:
|
|
39912
|
+
"""
|
|
39913
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
39914
|
+
"""
|
|
39915
|
+
return pulumi.get(self, "domain")
|
|
39916
|
+
|
|
39917
|
+
@domain.setter
|
|
39918
|
+
def domain(self, value: Optional[Any]):
|
|
39919
|
+
pulumi.set(self, "domain", value)
|
|
39920
|
+
|
|
39841
39921
|
@property
|
|
39842
39922
|
@pulumi.getter(name="encryptedCredential")
|
|
39843
39923
|
def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -40550,7 +40630,7 @@ if not MYPY:
|
|
|
40550
40630
|
"""
|
|
40551
40631
|
authentication_type: Any
|
|
40552
40632
|
"""
|
|
40553
|
-
The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
40633
|
+
The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
40554
40634
|
"""
|
|
40555
40635
|
deployment_type: Any
|
|
40556
40636
|
"""
|
|
@@ -40577,6 +40657,10 @@ if not MYPY:
|
|
|
40577
40657
|
"""
|
|
40578
40658
|
Linked service description.
|
|
40579
40659
|
"""
|
|
40660
|
+
domain: NotRequired[Any]
|
|
40661
|
+
"""
|
|
40662
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
40663
|
+
"""
|
|
40580
40664
|
encrypted_credential: NotRequired[pulumi.Input[str]]
|
|
40581
40665
|
"""
|
|
40582
40666
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
@@ -40634,6 +40718,7 @@ class DynamicsLinkedServiceArgs:
|
|
|
40634
40718
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
40635
40719
|
credential: Optional[pulumi.Input['CredentialReferenceArgs']] = None,
|
|
40636
40720
|
description: Optional[pulumi.Input[str]] = None,
|
|
40721
|
+
domain: Optional[Any] = None,
|
|
40637
40722
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
40638
40723
|
host_name: Optional[Any] = None,
|
|
40639
40724
|
organization_name: Optional[Any] = None,
|
|
@@ -40647,7 +40732,7 @@ class DynamicsLinkedServiceArgs:
|
|
|
40647
40732
|
username: Optional[Any] = None):
|
|
40648
40733
|
"""
|
|
40649
40734
|
Dynamics linked service.
|
|
40650
|
-
:param Any authentication_type: The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
40735
|
+
:param Any authentication_type: The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
40651
40736
|
:param Any deployment_type: The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
40652
40737
|
:param pulumi.Input[str] type: Type of linked service.
|
|
40653
40738
|
Expected value is 'Dynamics'.
|
|
@@ -40655,6 +40740,7 @@ class DynamicsLinkedServiceArgs:
|
|
|
40655
40740
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
40656
40741
|
:param pulumi.Input['CredentialReferenceArgs'] credential: The credential reference containing authentication information.
|
|
40657
40742
|
:param pulumi.Input[str] description: Linked service description.
|
|
40743
|
+
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
40658
40744
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
40659
40745
|
:param Any host_name: The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
40660
40746
|
:param Any organization_name: The organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -40678,6 +40764,8 @@ class DynamicsLinkedServiceArgs:
|
|
|
40678
40764
|
pulumi.set(__self__, "credential", credential)
|
|
40679
40765
|
if description is not None:
|
|
40680
40766
|
pulumi.set(__self__, "description", description)
|
|
40767
|
+
if domain is not None:
|
|
40768
|
+
pulumi.set(__self__, "domain", domain)
|
|
40681
40769
|
if encrypted_credential is not None:
|
|
40682
40770
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
40683
40771
|
if host_name is not None:
|
|
@@ -40705,7 +40793,7 @@ class DynamicsLinkedServiceArgs:
|
|
|
40705
40793
|
@pulumi.getter(name="authenticationType")
|
|
40706
40794
|
def authentication_type(self) -> Any:
|
|
40707
40795
|
"""
|
|
40708
|
-
The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
40796
|
+
The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
|
|
40709
40797
|
"""
|
|
40710
40798
|
return pulumi.get(self, "authentication_type")
|
|
40711
40799
|
|
|
@@ -40786,6 +40874,18 @@ class DynamicsLinkedServiceArgs:
|
|
|
40786
40874
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
40787
40875
|
pulumi.set(self, "description", value)
|
|
40788
40876
|
|
|
40877
|
+
@property
|
|
40878
|
+
@pulumi.getter
|
|
40879
|
+
def domain(self) -> Optional[Any]:
|
|
40880
|
+
"""
|
|
40881
|
+
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
40882
|
+
"""
|
|
40883
|
+
return pulumi.get(self, "domain")
|
|
40884
|
+
|
|
40885
|
+
@domain.setter
|
|
40886
|
+
def domain(self, value: Optional[Any]):
|
|
40887
|
+
pulumi.set(self, "domain", value)
|
|
40888
|
+
|
|
40789
40889
|
@property
|
|
40790
40890
|
@pulumi.getter(name="encryptedCredential")
|
|
40791
40891
|
def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
|