malthe commented on code in PR #27689:
URL: https://github.com/apache/airflow/pull/27689#discussion_r1060311360
##########
airflow/providers/microsoft/psrp/operators/psrp.py:
##########
@@ -56,8 +56,11 @@ class PsrpOperator(BaseOperator):
:param cmdlet:
cmdlet to execute on remote host (templated). Also used as the default
value for `task_id`.
+ :param arguments:
+ When using the `cmdlet` or `powershell` option, use `arguments` to
+ provide arguments (templated).
:param parameters:
- When using the `cmdlet` or `powershell` arguments, use this parameter
to
+ When using the `cmdlet` or `powershell` option, use `parameters` to
provide parameters (templated). Note that a parameter with a value of
`None`
becomes an *argument* (i.e., switch).
Review Comment:
There's a link in the provider documentation to
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-psrp/.
Most Windows superusers will be familiar with the
[Invoke-Command](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/invoke-command)
cmdlet which has the same interface.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]