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 064eeb8 commit c167923Copy full SHA for c167923
tools/PostGeneration/NewCommandMetadata.ps1
@@ -79,7 +79,7 @@ $ApiVersion | ForEach-Object {
79
$CommandAliasValue = $CommandAliasValue.Replace("[global::System.Management.Automation.Alias(`"", "").Replace("`")", "").Replace("]", "")
80
}
81
if(-not($CommandAliasValue.Contains("-Mg"))) {
82
- $CommandAliasValue = ""
+ $CommandAliasValue = $null
83
84
$MappingValue = @{
85
Command = $CommandName
0 commit comments