Skip to content

Commit a7efebc

Browse files
Merge pull request #253547 from jeffpatt24/patch-2
Update file-sync-server-endpoint-delete.md
2 parents ba88d43 + 227af40 commit a7efebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/file-sync/file-sync-server-endpoint-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Initiating change detection in the cloud ensures that your latest changes have b
8585
You can initiate change detection with the Invoke-AzStorageSyncChangeDetection cmdlet:
8686

8787
```powershell
88-
Invoke-AzStorageSyncChangeDetection -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName" -SyncGroupName "mySyncGroupName" -Path "Data","Reporting\Templates"
88+
Invoke-AzStorageSyncChangeDetection -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName" -SyncGroupName "mySyncGroupName" -CloudEndpointName "myCloudEndpointGUID"
8989
```
9090

9191
This step may take a while to complete.

0 commit comments

Comments
 (0)