Skip to content

Commit 753277e

Browse files
committed
Update PSCustomLogDataSourceProperties.cs
1 parent 9d18281 commit 753277e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OperationalInsights/OperationalInsights/Models/DataSourcePropertiesPerKind/PSCustomLogDataSourceProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class Location
6666
/// Gets or sets the file system locations.
6767
/// </summary>
6868
[JsonProperty(PropertyName = "fileSystemLocations")]
69-
public FileSystemLocations fileSystemLocations { get; set; }
69+
public FileSystemLocations FileSystemLocations { get; set; }
7070

7171
#endregion
7272
}

0 commit comments

Comments
 (0)