File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/ApiManagement/ApiManagement Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+ * ` Set-AzApiManagementGroup ` Update documentation to specify the GroupId parameter
21
22
22
23
## Version 1.4.0
23
24
* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [ #11007 ]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The **Set-AzApiManagementGroup** cmdlet configures an API management group.
27
27
### Example 1: Configure a management group
28
28
``` powershell
29
29
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"
31
31
```
32
32
33
33
This command configures a management group named Group0001.
You can’t perform that action at this time.
0 commit comments