William Cheng 29f0d22713
[Powershell] add name mapping features (#16509)
* add name mapping features to the powershell generator

* update samples
2023-09-05 15:45:03 +08:00

18 lines
609 B
PowerShell

#
# OpenAPI Petstore
# This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: "" \
# Version: 1.0.0
# Generated by OpenAPI Generator: https://openapi-generator.tech
#
Describe -tag 'PSPetstore' -name 'PSNewModel' {
Context 'PSNewModel' {
It 'Initialize-PSNewModel' {
# a simple test to create an object
#$NewObject = Initialize-PSNewModel -Name "TEST_VALUE"
#$NewObject | Should -BeOfType NewModel
#$NewObject.property | Should -Be 0
}
}
}