You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message : 'select' is an alias of 'Select-Object'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content.<br>
Message : The variable 'BuildPath' is assigned but never used.<br>
402
+
RuleName : PSAvoidUsingCmdletAliases<br>
403
+
Message : 'select' is an alias of 'Select-Object'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content.<br>
404
404
</td>
405
405
</tr>
406
406
</table>
@@ -453,14 +453,6 @@ <h2 class="panel-title"> Per Function Information</h2>
@@ -35,7 +35,7 @@ Must use a valid PowerShell verb-action format and be singular.
35
35
```yaml
36
36
Type: String
37
37
Parameter Sets: (All)
38
-
Aliases:
38
+
Aliases:
39
39
40
40
Required: False
41
41
Position: 1
@@ -50,7 +50,7 @@ Ignore function name best practices warnings.
50
50
```yaml
51
51
Type: SwitchParameter
52
52
Parameter Sets: (All)
53
-
Aliases:
53
+
Aliases:
54
54
55
55
Required: False
56
56
Position: Named
@@ -65,7 +65,7 @@ Use this template file for the new function
65
65
```yaml
66
66
Type: String
67
67
Parameter Sets: (All)
68
-
Aliases:
68
+
Aliases:
69
69
70
70
Required: False
71
71
Position: Named
@@ -74,6 +74,10 @@ Accept pipeline input: False
74
74
Accept wildcard characters: False
75
75
```
76
76
77
+
### CommonParameters
78
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
79
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
51
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments