We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330b1bd commit acb9d01Copy full SHA for acb9d01
src/StorageSync/StorageSync/help/Get-AzStorageSyncGroup.md
@@ -37,7 +37,7 @@ This command lists all sync groups within a given storage sync service. It can b
37
38
### Example 1
39
```powershell
40
-Get-AzStorageSyncGroup New-AzStorageSyncCloudEndpoint -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName"
+Get-AzStorageSyncGroup -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName"
41
```
42
43
This command gets all sync groups contained within the specified storage sync service. Specify -Name to return a specific one.
0 commit comments