File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/ResourceManager/Resources/Commands.Resources/help Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gets the operations for an Azure resource provider that are securable using Azur
14
14
## SYNTAX
15
15
16
16
```
17
- Get-AzureRmProviderOperation [-OperationSearchString] <String> [-DefaultProfile <IAzureContextContainer>]
17
+ Get-AzureRmProviderOperation [[ -OperationSearchString] <String>] [-DefaultProfile <IAzureContextContainer>]
18
18
[<CommonParameters>]
19
19
```
20
20
@@ -67,11 +67,11 @@ The operation search string (with possible wildcard (*) characters)
67
67
` ` ` yaml
68
68
Type : String
69
69
Parameter Sets : (All)
70
- Aliases :
70
+ Aliases : Name
71
71
72
- Required : True
72
+ Required : False
73
73
Position : 0
74
- Default value : None
74
+ Default value : " * "
75
75
Accept pipeline input : True (ByValue)
76
76
Accept wildcard characters : False
77
77
` ` `
You can’t perform that action at this time.
0 commit comments