Skip to content

Commit 23b2425

Browse files
authored
Update Resume-AzNetAppFilesReplication.md (#16040)
The syntax definition declares Resume-AzNetAppFilesReplication, while in the example it is showing as -AnfReplication. Also, the last attribute is -Name instead of -VolumeName. I am guessing these values correspond to the old version.
1 parent 945a81d commit 23b2425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Resume/Resync the connection on the destination volume
3838

3939
### Example 1
4040
```powershell
41-
PS C:\> Resume-AnfReplication -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -VolumeName "MyDestinationAnfVolume"
41+
PS C:\> Resume-AzNetAppReplication -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -Name "MyDestinationAnfVolume"
4242
```
4343

4444
This command resumes the ANF Replication connection on volume "MyDestinationAnfVolume".

0 commit comments

Comments
 (0)