Skip to content

Commit

Permalink
- removes unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jun 3, 2021
1 parent 5df37c5 commit 4f5cdf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Kiota.Builder/GenerationConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public class GenerationConfiguration {
public string OutputPath { get; set; } = "./output";
public string ClientClassName { get; set; } = "ApiClient";
public string ClientNamespaceName { get; set; } = "ApiClient";
public string SchemaRootNamespaceName { get; set; } = "microsoft.graph";
public GenerationLanguage Language { get; set; } = GenerationLanguage.CSharp;
public string ApiRootUrl { get; set; } = "https://graph.microsoft.com/v1.0";
public List<string> PropertiesPrefixToStrip { get; set; } = new() { "@odata."};
Expand Down

0 comments on commit 4f5cdf9

Please sign in to comment.