Skip to content

Commit acb9d01

Browse files
authored
{AzureStorageSync} fixes Azure#21100 Fix the example for Get-AzStorageSyncGroup cmdlet (Azure#21106)
fixes Azure#21100 Fix the example for Get-AzStorageSyncGroup cmdlet typo in 'example 1' includes unrelated cmdlet "New-AzStorageSyncCloudEndpoint"
1 parent 330b1bd commit acb9d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StorageSync/StorageSync/help/Get-AzStorageSyncGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This command lists all sync groups within a given storage sync service. It can b
3737

3838
### Example 1
3939
```powershell
40-
Get-AzStorageSyncGroup New-AzStorageSyncCloudEndpoint -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName"
40+
Get-AzStorageSyncGroup -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName"
4141
```
4242

4343
This command gets all sync groups contained within the specified storage sync service. Specify -Name to return a specific one.

0 commit comments

Comments
 (0)