Skip to content

Commit

Permalink
fix: Make validation state for the recommendation is not written in d…
Browse files Browse the repository at this point in the history
…eployment project recipe.
  • Loading branch information
normj committed Jul 5, 2022
1 parent 4bbe82f commit d8c4a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AWS.Deploy.Common/Recipes/OptionSettingItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public partial class OptionSettingItem : IOptionSettingItem
/// <summary>
/// The validation state of the setting that contains the validation status and message.
/// </summary>
[JsonIgnore]
public OptionSettingValidation Validation { get; set; }

public OptionSettingItem(string id, string fullyQualifiedId, string name, string description)
Expand Down

0 comments on commit d8c4a7d

Please sign in to comment.