Skip to content

Commit e7f65a4

Browse files
author
cbales
committed
Update TS name to match library
This enables us to generate and then copy-paste into the TS library. This also fixes a bug where DefaultFileCasing was not writeable.
1 parent cdf6ecb commit e7f65a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"TemplateMapping": {
33
"TypeScript": [
4-
{ "Template": "entity_types", "SubProcessor": "Other", "Name": "entity_types" }
4+
{ "Template": "entity_types", "SubProcessor": "Other", "Name": "microsoft-graph.d" }
55
]
66
}
77
}

src/GraphODataTemplateWriter/Settings/TemplateWriterSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Dictionary<string, List<Dictionary<string, string>>> TemplateMapping
7575
/// <summary>
7676
/// The default casing method to be used for file names when a casing method ins't specified.
7777
/// </summary>
78-
public string DefaultFileCasing;
78+
public string DefaultFileCasing { get; set; }
7979

8080
public string DefaultBaseEndpointUrl { get; set; }
8181

0 commit comments

Comments
 (0)