-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup - remvoe dep on shared function (#752)
Remove the dep on ConvertFrom-AnsibleJson so that we can start to deprecate that function in Ansible exec wrapper. This is the only instance where it is used outside of the exec wrapper and it can easily be replaced by the custom PSCustomObject enumerator. Luckily this code path is not used by any of our supported connection plugins. It may be used by other connection types that cannot pipeline or through local debugging.
- Loading branch information
Showing
3 changed files
with
19 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- setup - Remove dependency on shared function loaded by Ansible |
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