Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jfevia committed Aug 4, 2024
1 parent d02f2fe commit 732003b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace PowerAutomate.Desktop.Modules.PowerFx.Actions;
[SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Global", Justification = "PowerAutomate.Desktop.Module.Action")]
[SuppressMessage("ReSharper", "ClassNeverInstantiated.Global", Justification = "PowerAutomate.Desktop.Module.Action")]
[SuppressMessage("ReSharper", "UnusedType.Global", Justification = "PowerAutomate.Desktop.Module.Action")]
public class ExecutePowerFxExpression : ActionBase
public class ExecutePowerFxExpressionAction : ActionBase
{
[InputArgument]
public string Expression { get; set; } = null!;
Expand Down
33 changes: 18 additions & 15 deletions modules/Modules.PowerFx.Actions/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions modules/Modules.PowerFx.Actions/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
PublicKeyToken=b77a5c561934e089
</value>
</resheader>
<data name="CloudFlows_FriendlyName" xml:space="preserve">
<value>Cloud Flows</value>
<data name="PowerFx_FriendlyName" xml:space="preserve">
<value>PowerFx</value>
</data>
<data name="CloudFlows_Description" xml:space="preserve">
<value>Perform operations related to Cloud Flows in Power Automate.</value>
<data name="PowerFx_Description" xml:space="preserve">
<value>Perform operations related to PowerFx in Power Automate.</value>
</data>
<data name="Error_UnknownError_FriendlyName" xml:space="preserve">
<value>Operation failed</value>
Expand Down

0 comments on commit 732003b

Please sign in to comment.