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 a4a557f commit feaeacbCopy full SHA for feaeacb
src/Common/AzurePSCmdlet.cs
@@ -379,7 +379,7 @@ protected override void BeginProcessing()
379
/// </summary>
380
protected override void EndProcessing()
381
{
382
- if (this.MyInvocation?.MyCommand != null && SurveyHelper.GetInstance().ShouldPropmtSurvey(this.MyInvocation.MyCommand.ModuleName, this.MyInvocation.MyCommand.Version))
+ if (this.MyInvocation?.MyCommand?.Version != null && SurveyHelper.GetInstance().ShouldPropmtSurvey(this.MyInvocation.MyCommand.ModuleName, this.MyInvocation.MyCommand.Version))
383
384
WriteSurvey();
385
if (_qosEvent != null)
0 commit comments