We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a92d2 commit 03c75bcCopy full SHA for 03c75bc
sdk/healthdataaiservices/azure-health-deidentification/test-resources-post.ps1
@@ -19,7 +19,7 @@ $storageAccountName = $DeploymentOutputs['HEALTHDATAAISERVICES_STORAGE_ACCOUNT_N
19
$containerName = $DeploymentOutputs['HEALTHDATAAISERVICES_STORAGE_CONTAINER_NAME']
20
21
# Set the local folder path to upload
22
-$localFolderPath = "tests\data\example_patient_1"
+$localFolderPath = "$PSScriptRoot\tests\data\example_patient_1"
23
24
# Check if the connection string is present
25
if ([string]::IsNullOrWhiteSpace($storageAccountName)) {
0 commit comments