Skip to content

Commit cf5144e

Browse files
committed
powershell model udpate for dsc node report3
1 parent 3507b64 commit cf5144e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ResourceManager/Automation/Commands.Automation/Model/DscNodeReport.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public DscNodeReport(string resourceGroupName, string automationAccountName, str
5050
this.RefreshMode = dscNodeReport.RefreshMode;
5151
this.RebootRequested = dscNodeReport.RebootRequested;
5252
this.ReportFormatVersion = dscNodeReport.ReportFormatVersion;
53-
this.ConfigurationVersion = dscNodeReport.ConfigurationVersion;
5453
}
5554

5655
/// <summary>
@@ -119,10 +118,5 @@ public DscNodeReport()
119118
/// Gets or sets the Report Format Version.
120119
/// </summary>
121120
public string ReportFormatVersion { get; set; }
122-
123-
/// <summary>
124-
/// Gets or sets the Configuration Version.
125-
/// </summary>
126-
public string ConfigurationVersion { get; set; }
127121
}
128122
}

0 commit comments

Comments
 (0)