Commit 774d9d4
Allow content to be null for GET Requests (#332)
* Powershell 5.0 does not allow GET Requests to have bodies.
Parse HashTables as Json.
* Null check for Content during Get Requests.
Co-authored-by: George <[email protected]>1 parent 9b2e855 commit 774d9d4
File tree
1 file changed
+2
-2
lines changed- src/Authentication/Authentication/Cmdlets
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
731 | | - | |
| 731 | + | |
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
| |||
0 commit comments