pulumi-azure-native 2.51.0a1721670234__py3-none-any.whl → 2.51.0a1721718685__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/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.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/RECORD +564 -432
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = ['TrustedAccessRoleBindingArgs', 'TrustedAccessRoleBinding']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class TrustedAccessRoleBindingArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
resource_group_name: pulumi.Input[str],
|
|
24
|
+
resource_name: pulumi.Input[str],
|
|
25
|
+
roles: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
26
|
+
source_resource_id: pulumi.Input[str],
|
|
27
|
+
trusted_access_role_binding_name: Optional[pulumi.Input[str]] = None):
|
|
28
|
+
"""
|
|
29
|
+
The set of arguments for constructing a TrustedAccessRoleBinding resource.
|
|
30
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
31
|
+
:param pulumi.Input[str] resource_name: The name of the managed cluster resource.
|
|
32
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
|
|
33
|
+
:param pulumi.Input[str] source_resource_id: The ARM resource ID of source resource that trusted access is configured for.
|
|
34
|
+
:param pulumi.Input[str] trusted_access_role_binding_name: The name of trusted access role binding.
|
|
35
|
+
"""
|
|
36
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
37
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
38
|
+
pulumi.set(__self__, "roles", roles)
|
|
39
|
+
pulumi.set(__self__, "source_resource_id", source_resource_id)
|
|
40
|
+
if trusted_access_role_binding_name is not None:
|
|
41
|
+
pulumi.set(__self__, "trusted_access_role_binding_name", trusted_access_role_binding_name)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="resourceGroupName")
|
|
45
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
46
|
+
"""
|
|
47
|
+
The name of the resource group. The name is case insensitive.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "resource_group_name")
|
|
50
|
+
|
|
51
|
+
@resource_group_name.setter
|
|
52
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
53
|
+
pulumi.set(self, "resource_group_name", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter(name="resourceName")
|
|
57
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
58
|
+
"""
|
|
59
|
+
The name of the managed cluster resource.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "resource_name")
|
|
62
|
+
|
|
63
|
+
@resource_name.setter
|
|
64
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
65
|
+
pulumi.set(self, "resource_name", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def roles(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
70
|
+
"""
|
|
71
|
+
A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "roles")
|
|
74
|
+
|
|
75
|
+
@roles.setter
|
|
76
|
+
def roles(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
77
|
+
pulumi.set(self, "roles", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="sourceResourceId")
|
|
81
|
+
def source_resource_id(self) -> pulumi.Input[str]:
|
|
82
|
+
"""
|
|
83
|
+
The ARM resource ID of source resource that trusted access is configured for.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "source_resource_id")
|
|
86
|
+
|
|
87
|
+
@source_resource_id.setter
|
|
88
|
+
def source_resource_id(self, value: pulumi.Input[str]):
|
|
89
|
+
pulumi.set(self, "source_resource_id", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="trustedAccessRoleBindingName")
|
|
93
|
+
def trusted_access_role_binding_name(self) -> Optional[pulumi.Input[str]]:
|
|
94
|
+
"""
|
|
95
|
+
The name of trusted access role binding.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "trusted_access_role_binding_name")
|
|
98
|
+
|
|
99
|
+
@trusted_access_role_binding_name.setter
|
|
100
|
+
def trusted_access_role_binding_name(self, value: Optional[pulumi.Input[str]]):
|
|
101
|
+
pulumi.set(self, "trusted_access_role_binding_name", value)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
class TrustedAccessRoleBinding(pulumi.CustomResource):
|
|
105
|
+
@overload
|
|
106
|
+
def __init__(__self__,
|
|
107
|
+
resource_name: str,
|
|
108
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
109
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
110
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
112
|
+
source_resource_id: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
trusted_access_role_binding_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
__props__=None):
|
|
115
|
+
"""
|
|
116
|
+
Defines binding between a resource and role
|
|
117
|
+
|
|
118
|
+
:param str resource_name: The name of the resource.
|
|
119
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
120
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
121
|
+
:param pulumi.Input[str] resource_name_: The name of the managed cluster resource.
|
|
122
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
|
|
123
|
+
:param pulumi.Input[str] source_resource_id: The ARM resource ID of source resource that trusted access is configured for.
|
|
124
|
+
:param pulumi.Input[str] trusted_access_role_binding_name: The name of trusted access role binding.
|
|
125
|
+
"""
|
|
126
|
+
...
|
|
127
|
+
@overload
|
|
128
|
+
def __init__(__self__,
|
|
129
|
+
resource_name: str,
|
|
130
|
+
args: TrustedAccessRoleBindingArgs,
|
|
131
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
132
|
+
"""
|
|
133
|
+
Defines binding between a resource and role
|
|
134
|
+
|
|
135
|
+
:param str resource_name: The name of the resource.
|
|
136
|
+
:param TrustedAccessRoleBindingArgs args: The arguments to use to populate this resource's properties.
|
|
137
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
138
|
+
"""
|
|
139
|
+
...
|
|
140
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
141
|
+
resource_args, opts = _utilities.get_resource_args_opts(TrustedAccessRoleBindingArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
142
|
+
if resource_args is not None:
|
|
143
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
144
|
+
else:
|
|
145
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
146
|
+
|
|
147
|
+
def _internal_init(__self__,
|
|
148
|
+
resource_name: str,
|
|
149
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
150
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
151
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
152
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
153
|
+
source_resource_id: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
trusted_access_role_binding_name: Optional[pulumi.Input[str]] = None,
|
|
155
|
+
__props__=None):
|
|
156
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
157
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
158
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
159
|
+
if opts.id is None:
|
|
160
|
+
if __props__ is not None:
|
|
161
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
162
|
+
__props__ = TrustedAccessRoleBindingArgs.__new__(TrustedAccessRoleBindingArgs)
|
|
163
|
+
|
|
164
|
+
if resource_group_name is None and not opts.urn:
|
|
165
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
166
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
167
|
+
if resource_name_ is None and not opts.urn:
|
|
168
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
169
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
170
|
+
if roles is None and not opts.urn:
|
|
171
|
+
raise TypeError("Missing required property 'roles'")
|
|
172
|
+
__props__.__dict__["roles"] = roles
|
|
173
|
+
if source_resource_id is None and not opts.urn:
|
|
174
|
+
raise TypeError("Missing required property 'source_resource_id'")
|
|
175
|
+
__props__.__dict__["source_resource_id"] = source_resource_id
|
|
176
|
+
__props__.__dict__["trusted_access_role_binding_name"] = trusted_access_role_binding_name
|
|
177
|
+
__props__.__dict__["name"] = None
|
|
178
|
+
__props__.__dict__["provisioning_state"] = None
|
|
179
|
+
__props__.__dict__["system_data"] = None
|
|
180
|
+
__props__.__dict__["type"] = None
|
|
181
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerservice:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220802preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220803preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20221002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20221102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230802preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230901:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231001:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231101:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20231102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240101:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240201:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20240501:TrustedAccessRoleBinding")])
|
|
182
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
183
|
+
super(TrustedAccessRoleBinding, __self__).__init__(
|
|
184
|
+
'azure-native:containerservice/v20240502preview:TrustedAccessRoleBinding',
|
|
185
|
+
resource_name,
|
|
186
|
+
__props__,
|
|
187
|
+
opts)
|
|
188
|
+
|
|
189
|
+
@staticmethod
|
|
190
|
+
def get(resource_name: str,
|
|
191
|
+
id: pulumi.Input[str],
|
|
192
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'TrustedAccessRoleBinding':
|
|
193
|
+
"""
|
|
194
|
+
Get an existing TrustedAccessRoleBinding resource's state with the given name, id, and optional extra
|
|
195
|
+
properties used to qualify the lookup.
|
|
196
|
+
|
|
197
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
198
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
199
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
200
|
+
"""
|
|
201
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
202
|
+
|
|
203
|
+
__props__ = TrustedAccessRoleBindingArgs.__new__(TrustedAccessRoleBindingArgs)
|
|
204
|
+
|
|
205
|
+
__props__.__dict__["name"] = None
|
|
206
|
+
__props__.__dict__["provisioning_state"] = None
|
|
207
|
+
__props__.__dict__["roles"] = None
|
|
208
|
+
__props__.__dict__["source_resource_id"] = None
|
|
209
|
+
__props__.__dict__["system_data"] = None
|
|
210
|
+
__props__.__dict__["type"] = None
|
|
211
|
+
return TrustedAccessRoleBinding(resource_name, opts=opts, __props__=__props__)
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter
|
|
215
|
+
def name(self) -> pulumi.Output[str]:
|
|
216
|
+
"""
|
|
217
|
+
The name of the resource
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "name")
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter(name="provisioningState")
|
|
223
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
224
|
+
"""
|
|
225
|
+
The current provisioning state of trusted access role binding.
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "provisioning_state")
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter
|
|
231
|
+
def roles(self) -> pulumi.Output[Sequence[str]]:
|
|
232
|
+
"""
|
|
233
|
+
A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "roles")
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter(name="sourceResourceId")
|
|
239
|
+
def source_resource_id(self) -> pulumi.Output[str]:
|
|
240
|
+
"""
|
|
241
|
+
The ARM resource ID of source resource that trusted access is configured for.
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "source_resource_id")
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter(name="systemData")
|
|
247
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
248
|
+
"""
|
|
249
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "system_data")
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter
|
|
255
|
+
def type(self) -> pulumi.Output[str]:
|
|
256
|
+
"""
|
|
257
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "type")
|
|
260
|
+
|
|
@@ -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]]:
|