remove old petstore powershell sample

This commit is contained in:
wing328
2017-08-07 15:41:30 +08:00
parent cc848a1c24
commit 43e53dadda
63 changed files with 72 additions and 3306 deletions

View File

@@ -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]