Skip to content

Commit 1c2f4b0

Browse files
committed
updated help files
1 parent 49e7791 commit 1c2f4b0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

src/ApiManagement/ApiManagement/help/Get-AzApiManagementProduct.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Get-AzApiManagementProduct -Context <PsApiManagementContext> [-Title <String>]
3131
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3232
```
3333

34+
### GetByApiId
35+
```
36+
Get-AzApiManagementProduct -Context <PsApiManagementContext> [-ApiId <String>]
37+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
38+
```
39+
3440
## DESCRIPTION
3541
The **Get-AzApiManagementProduct** cmdlet gets a list or a particular product.
3642

@@ -54,6 +60,21 @@ This command get an API Management product by ID.
5460

5561
## PARAMETERS
5662

63+
### -ApiId
64+
ApiId of the Api to find the correlated products. This parameter is optional.
65+
66+
```yaml
67+
Type: System.String
68+
Parameter Sets: GetByApiId
69+
Aliases:
70+
71+
Required: False
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: True (ByPropertyName)
75+
Accept wildcard characters: False
76+
```
77+
5778
### -Context
5879
Specifies an instance of a **PsApiManagementContext** object.
5980

src/ApiManagement/ApiManagement/help/Get-AzApiManagementSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Scope identifier. The Scope of the Subscription, whether it is Api Scope /apis/{
207207
208208
```yaml
209209
Type: System.String
210-
Parameter Sets: GetByApiId
210+
Parameter Sets: GetByScope
211211
Aliases:
212212

213213
Required: True

0 commit comments

Comments
 (0)