Skip to content

Commit ad33665

Browse files
authored
Update Set-AzApiManagementGroup.md
GroupId is a required parameter, please add this in the example as well.
1 parent 0f0a1ff commit ad33665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiManagement/ApiManagement/help/Set-AzApiManagementGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **Set-AzApiManagementGroup** cmdlet configures an API management group.
2727
### Example 1: Configure a management group
2828
```powershell
2929
PS C:\>$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
30-
PS C:\>Set-AzApiManagementGroup -Context $apimContext -Description "Updated Management Group" -Name "Group0001"
30+
PS C:\>Set-AzApiManagementGroup -Context $apimContext -GroupId "0001" -Description "Updated Management Group" -Name "Group0001"
3131
```
3232

3333
This command configures a management group named Group0001.

0 commit comments

Comments
 (0)