You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JoshLove-msft
changed the title
All parameters should be required on protocol methods that don't have a BinaryContent parameter
Bodyless operations should only have one method for both convenience/protocol.
Nov 15, 2024
Upon further discussion, the decision was to leave RequestOptions as optional for the protocol-only scenario. If a convenience method is later added, the RequestOptions can be made required in the new version. Leaving this open as this would need to be tackled as part of the last contract work.
JoshLove-msft
changed the title
Bodyless operations should only have one method for both convenience/protocol.
RequestOptions should be made required if a convenience method is added in later version
Nov 18, 2024
The RequestOptions parameter can therefore be optional as there is no chance of conflict.
The text was updated successfully, but these errors were encountered: