Skip to content

Commit 9072509

Browse files
committed
update help
1 parent ac49f76 commit 9072509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ResourceManager/Resources/Commands.Resources/help/Get-AzureRmProviderOperation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gets the operations for an Azure resource provider that are securable using Azur
1414
## SYNTAX
1515

1616
```
17-
Get-AzureRmProviderOperation [-OperationSearchString] <String> [-DefaultProfile <IAzureContextContainer>]
17+
Get-AzureRmProviderOperation [[-OperationSearchString] <String>] [-DefaultProfile <IAzureContextContainer>]
1818
[<CommonParameters>]
1919
```
2020

@@ -67,11 +67,11 @@ The operation search string (with possible wildcard (*) characters)
6767
```yaml
6868
Type: String
6969
Parameter Sets: (All)
70-
Aliases:
70+
Aliases: Name
7171

72-
Required: True
72+
Required: False
7373
Position: 0
74-
Default value: None
74+
Default value: "*"
7575
Accept pipeline input: True (ByValue)
7676
Accept wildcard characters: False
7777
```

0 commit comments

Comments
 (0)