From fe84dae0408bb9fc3865600ca91d6c7eb01ed10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Fonseca?= Date: Fri, 12 Jun 2026 10:46:46 -0300 Subject: [PATCH] Fix Option6 parameters --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5411eb9..13f48ea 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ But you can send the results back to Microsoft or attach in a support case for f - Open Powershell ISE copy below script ```Powershell -ProgressPreference = "SilentlyContinue"; +$ProgressPreference = "SilentlyContinue"; $parameters = @{ WorkspaceName = 'WORKSPACENAME' # Enter your Synapse Workspace name. Not FQDN just name SubscriptionID = 'de41dc76-xxxx-xxxx-xxxx-xxxx' # Subscription ID where Synapse Workspace is located @@ -182,10 +182,10 @@ chmod +x Synapse-TestConnection-linux.sh - Open Powershell ISE copy below script ```Powershell -ProgressPreference = "SilentlyContinue"; +$ProgressPreference = "SilentlyContinue"; $parameters = @{ - $FabricEndpoint = "xxxx-xxxx.datawarehouse.fabric.microsoft.com" # Enter your Fabric SQL Endpoint - $WorkspaceID = "xxxxxxxxxxxxxxxxxx" # You can get id from Fabric URL like https://app.fabric.microsoft.com/groups//mirroredwarehouses/xxxxxxx?experience=power-bi + FabricEndpoint = "xxxx-xxxx.datawarehouse.fabric.microsoft.com" # Enter your Fabric SQL Endpoint + WorkspaceID = "xxxxxxxxxxxxxxxxxx" # You can get id from Fabric URL like https://app.fabric.microsoft.com/groups//mirroredwarehouses/xxxxxxx?experience=power-bi } $scriptUrl = 'https://raw.githubusercontent.com/microsoft/Azure-Synapse-Connectivity-Checker/main/Fabric/Fabric-TestConnection.ps1' cls @@ -212,7 +212,7 @@ catch { - Change variables ```Powershell $FabricEndpoint = "xxxx-xxxx.datawarehouse.fabric.microsoft.com" # Enter your Fabric SQL Endpoint - $WorkspaceID = "xxxxxxxxxxxxxxxxxx" # You can get id from Fabric URL like https://app.fabric.microsoft.com/groups//mirroredwarehouses/xxxxxxx?experience=power-bi + $WorkspaceID = "xxxxxxxxxxxxxxxxxx" # You can get id from Fabric URL like https://app.fabric.microsoft.com/groups//mirroredwarehouses/xxxxxxx?experience=power-bi ``` - Execute the script