Skip to content

Commit 29a4c81

Browse files
authored
Update storage-files-release-notes.md
Updates for v9 release
1 parent d04b31f commit 29a4c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/files/storage-files-release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ The following release notes are for version 9.0.0.0 of the Azure File Sync agent
6262

6363
To run the network connectivity test, run the following PowerShell commands:
6464

65-
Import-Module ‘<SyncAgentInstallPath>\StorageSync.Management.ServerCmdlets.dll
66-
Test-StorageSyncNetworkConnectivity
65+
Import-Module "C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll"
66+
Test-StorageSyncNetworkConnectivity
6767

6868
- Remove server endpoint improvement when cloud tiering is enabled
6969
- As before, removing a sever endpoint does not result in removing files in the Azure file share. However, behavior for reparse points on the local server has changed. Reparse points (pointers to files that are not local on the server) are now deleted when removing a server endpoint. The fully cached files will remain on the server. This improvement was made to prevent [orphaned tiered files](https://docs.microsoft.com/azure/storage/files/storage-sync-files-troubleshoot?tabs=portal1%2Cazure-portal#tiered-files-are-not-accessible-on-the-server-after-deleting-a-server-endpoint) when removing a server endpoint. If the server endpoint is recreated, the reparse points for the tiered files will be recreated on the server.

0 commit comments

Comments
 (0)