Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 94dc8f3

Browse files
authored
Update ExtractorConsoleAppConfiguration.cs (#823)
Removed the white space in the attributes for parametersOutputDirectoryName and excludeBuildInGroups Options
1 parent 04a23ae commit 94dc8f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ArmTemplates/Commands/Configurations/ExtractorConsoleAppConfiguration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ public class ExtractorConsoleAppConfiguration
106106
[Option(longName: "extractIdentityProviders", HelpText = "Extract identity providers from the service if applies")]
107107
public string ExtractIdentityProviders { get; set; }
108108

109-
[Option(longName: "parametersOutputDirectoryName ", HelpText = "Parameters output directory name, by default it is \"parameters\"")]
109+
[Option(longName: "parametersOutputDirectoryName", HelpText = "Parameters output directory name, by default it is \"parameters\"")]
110110
public string ParametersOutputDirectoryName { get; set; }
111111

112-
[Option(longName: "excludeBuildInGroups ", HelpText = "Excludes built-in groups from generated template if set to \"true\"")]
112+
[Option(longName: "excludeBuildInGroups", HelpText = "Excludes built-in groups from generated template if set to \"true\"")]
113113
public string ExcludeBuildInGroups { get; set; }
114114

115115
/// <summary>
116116
/// Api parameter properties for overriding Api OAuth2 scope or/and Service urloverride. Available via extractor-config file only.
117117
/// </summary>
118118
public Dictionary<string, ApiParameterProperty> ApiParameters { get; set; }
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)