William Cheng
|
43471bacbc
|
[PS] Allow CI to publish the module (#7091)
* better code format in powershell code
* add code to publish ps module
|
2020-08-02 16:57:40 +08:00 |
|
William Cheng
|
9d76ca291e
|
add nullable body support to powershell (#6930)
|
2020-07-15 00:19:13 +08:00 |
|
William Cheng
|
29183e0280
|
[PowerShell] support default value in models (#6920)
* support default value in ps
* revert changes to the spec
|
2020-07-13 13:41:10 +08:00 |
|
Ghufz
|
f1142948c0
|
fix the json depth for nested object (#6787)
Co-authored-by: Author <>
|
2020-06-27 10:12:26 +08:00 |
|
William Cheng
|
36930fe5cc
|
[PS] better code format, vendor extension naming (#6778)
* better code format, extension
* show php version
* set php version to 7.2.15
|
2020-06-25 18:09:44 +08:00 |
|
Ghufz
|
13fe079901
|
[PowerShell] discard readonly properties in Initialize cmdlets (#6754)
* ValidatePattern having double quote(") throws exception on running Build.ps1
* fix tab with space
* [powershell-experimental] : http signature auth
* fix the tab issue
* merge cnflict fix for powershell experimental
* Htpp signing : added support for ecdsa
* Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* HttpSigningHeader accepts any header available in request to calculate the signature.
* Update modules/openapi-generator/src/main/resources/powershell/http_signature_auth.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* Incorporated the review comments
* addressed the merge conflict
* discard readonly property in initialize cmdlets
* update doc
* update powershell sample
Co-authored-by: Ghufran Zahidi <gzahidi@cisco.com>
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2020-06-25 16:34:38 +08:00 |
|
William Cheng
|
8fc65d04a5
|
Add PowerShell to ensure-uptodate (#6638)
* add powershell to ensure-uptodate
* remove API
* add back API
|
2020-06-13 14:27:19 +08:00 |
|
William Cheng
|
fd2976b89c
|
use legacy discriminator mapping (#6604)
|
2020-06-10 11:27:53 +08:00 |
|
William Cheng
|
859e7f7228
|
update pester to 5.x (#6536)
|
2020-06-04 15:05:08 +08:00 |
|
William Cheng
|
5cf4ee1de8
|
add additional properties support to powershell client generator (#6528)
|
2020-06-04 11:37:56 +08:00 |
|
William Cheng
|
c1cf63e81c
|
[PowerShell] Add useOneOfDiscriminatorLookup option (#6516)
* add useOneOfDiscriminatorLookup option
* update doc
|
2020-06-02 14:07:05 +08:00 |
|
William Cheng
|
c73cafec6b
|
ps minor style change (#6424)
|
2020-05-26 10:17:02 +08:00 |
|
William Cheng
|
f4897ea4a4
|
[PS] check if JSON properties is defined (#6419)
* check if json properties not defined
* add new files
|
2020-05-25 21:06:59 +08:00 |
|
William Cheng
|
5fe34fbd74
|
Add oneof/anyof support to PowerShell client generator (#6361)
* add oneof/anyof support to powershell client gen
* fix tests
|
2020-05-19 21:42:17 +08:00 |
|
William Cheng
|
b81a9fa4f4
|
add new powershell files
|
2020-05-09 15:10:54 +08:00 |
|
William Cheng
|
f327f01c19
|
Replace powershell generator with powershell-experimental generator (#6213)
* replace powershell generator with powershell-experimental generator
* add back samples
* add back scripts
* remove outdated script
* update doc
|
2020-05-08 20:13:01 +08:00 |
|