Skip to content

Commit 73e5686

Browse files
Update tools/PostGeneration/NewCommandMetadata.ps1
Co-authored-by: Peter Ombwa <peombwa@microsoft.com>
1 parent c173d59 commit 73e5686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/PostGeneration/NewCommandMetadata.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ApiVersion | ForEach-Object {
5858
$Method = $Matches.2
5959
$Uri = $Matches.3
6060

61-
# Remove FQN in action/function names.
61+
# Remove FQN in paths.
6262
if ($Uri -match $ActionFunctionFQNPattern) {
6363
$MatchedUriSegment = $Matches.0
6464
$SegmentBuilder = ""

0 commit comments

Comments
 (0)