[powershell] Updated the Api doc with httpsiging script snippet. (#7499)

* Added the httpsigning code snippet for api doc

* Updated the sample

* update samples

Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
Ghufran Zahidi
2020-09-25 14:24:14 +05:30
committed by GitHub
parent 9ba943318a
commit d6bfecf2ef
15 changed files with 89 additions and 62 deletions

View File

@@ -10,13 +10,13 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
Initialize-PSPetstoreInlineObject -Name null `
$InlineObject = Initialize-PSPetstoreInlineObject -Name null `
-Status null
```
- Convert the resource to JSON
```powershell
$ | Convert-ToJSON
$InlineObject | ConvertTo-JSON
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)