We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa40536 + e11e9df commit 0917575Copy full SHA for 0917575
tools/PostGeneration/NewCommandMetadata.ps1
@@ -78,7 +78,7 @@ $ApiVersion | ForEach-Object {
78
if (-not($Null -eq $CommandAliasValue)) {
79
$CommandAliasValue = $CommandAliasValue.Replace("[global::System.Management.Automation.Alias(`"", "").Replace("`")", "").Replace("]", "")
80
}
81
- if(-not($CommandAliasValue -contains "-Mg")) {
+ if(-not($CommandAliasValue.Contains("-Mg"))) {
82
$CommandAliasValue = $null
83
84
$MappingValue = @{
0 commit comments