Skip to content

Commit

Permalink
React to the Recipe Steps changes (#16867)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Oct 11, 2024
1 parent 97959b8 commit ab4e1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected override async Task ProcessAsync(AzureADDeploymentStep step, Deploymen

result.Steps.Add(new JsonObject
{
["name"] = "Settings",
["name"] = nameof(AzureADSettings),
["AzureADSettings"] = JObject.FromObject(azureADSettings),
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected override async Task ProcessAsync(MicrosoftAccountDeploymentStep step,

result.Steps.Add(new JsonObject
{
["name"] = "Settings",
["name"] = nameof(MicrosoftAccountSettings),
["MicrosoftAccountSettings"] = JObject.FromObject(microsoftAccountSettings),
});
}
Expand Down

0 comments on commit ab4e1fa

Please sign in to comment.