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 40ec995 commit f2fdc9cCopy full SHA for f2fdc9c
src/ResourceManager/Profile/Commands.Profile/Errors/AzureErrorRecord.cs
@@ -34,6 +34,7 @@ public AzureErrorRecord(ErrorRecord record)
34
public ErrorDetails ErrorDetails { get; set; }
35
36
public ErrorCategoryInfo ErrorCategory { get; set; }
37
+
38
public InvocationInfo InvocationInfo { get; set; }
39
40
public string ScriptStackTrace { get; set; }
0 commit comments