forked from loafle/openapi-generator-original
remove old petstore powershell sample
This commit is contained in:
@@ -11,10 +11,10 @@ function New-Pet {
|
||||
[String]
|
||||
${name},
|
||||
[Parameter(Position = 0, ValueFromPipelineByPropertyName = $true, Mandatory = $true)]
|
||||
[[String]]
|
||||
[String[]]
|
||||
${photoUrls},
|
||||
[Parameter(Position = 0, ValueFromPipelineByPropertyName = $true)]
|
||||
[System.Nullable[IO.Swagger.Model.Tag]]
|
||||
[System.Nullable[IO.Swagger.Model.Tag[]]]
|
||||
${tags},
|
||||
[Parameter(Position = 0, ValueFromPipelineByPropertyName = $true)]
|
||||
[String]
|
||||
|
||||
Reference in New Issue
Block a user