remove import as already stated in the installation instruction (#8608)

This commit is contained in:
William Cheng
2021-02-04 10:50:43 +08:00
committed by GitHub
parent d869544ce1
commit a5ac2ee1a3
4 changed files with 0 additions and 42 deletions

View File

@@ -25,8 +25,6 @@ This can only be done by the logged in user.
### Example
```powershell
Import-Module -Name PSPetstore
# general setting of the PowerShell module, e.g. base URL, authentication, etc
$Configuration = Get-Configuration
# Configure API key authorization: auth_cookie
@@ -75,8 +73,6 @@ Creates list of users with given input array
### Example
```powershell
Import-Module -Name PSPetstore
# general setting of the PowerShell module, e.g. base URL, authentication, etc
$Configuration = Get-Configuration
# Configure API key authorization: auth_cookie
@@ -125,8 +121,6 @@ Creates list of users with given input array
### Example
```powershell
Import-Module -Name PSPetstore
# general setting of the PowerShell module, e.g. base URL, authentication, etc
$Configuration = Get-Configuration
# Configure API key authorization: auth_cookie
@@ -177,8 +171,6 @@ This can only be done by the logged in user.
### Example
```powershell
Import-Module -Name PSPetstore
# general setting of the PowerShell module, e.g. base URL, authentication, etc
$Configuration = Get-Configuration
# Configure API key authorization: auth_cookie
@@ -227,8 +219,6 @@ Get user by user name
### Example
```powershell
Import-Module -Name PSPetstore
$Username = "Username_example" # String | The name that needs to be fetched. Use user1 for testing.
# Get user by user name
@@ -271,8 +261,6 @@ Logs user into the system
### Example
```powershell
Import-Module -Name PSPetstore
$Username = "Username_example" # String | The user name for login
$Password = "Password_example" # String | The password for login in clear text
@@ -315,8 +303,6 @@ Logs out current logged in user session
### Example
```powershell
Import-Module -Name PSPetstore
# general setting of the PowerShell module, e.g. base URL, authentication, etc
$Configuration = Get-Configuration
# Configure API key authorization: auth_cookie
@@ -364,8 +350,6 @@ This can only be done by the logged in user.
### Example
```powershell
Import-Module -Name PSPetstore
# general setting of the PowerShell module, e.g. base URL, authentication, etc
$Configuration = Get-Configuration
# Configure API key authorization: auth_cookie