-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new public APIs for header and command output (#383)
* Add new public APIs for header and command output Adds new APIs on the protocol class to expose a publicly supported way to build the WSMan SOAP headers used internally and to get a single output value. The original methods have been kept around for backwards compatibility as while they were not set as public they have been used in various libraries so removing them now will cause breakages. * Use parametrized tests for compat check
- Loading branch information
Showing
3 changed files
with
95 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters