We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c173d59 commit 73e5686Copy full SHA for 73e5686
tools/PostGeneration/NewCommandMetadata.ps1
@@ -58,7 +58,7 @@ $ApiVersion | ForEach-Object {
58
$Method = $Matches.2
59
$Uri = $Matches.3
60
61
- # Remove FQN in action/function names.
+ # Remove FQN in paths.
62
if ($Uri -match $ActionFunctionFQNPattern) {
63
$MatchedUriSegment = $Matches.0
64
$SegmentBuilder = ""
0 commit comments