William Cheng
|
d5a9b53bdc
|
replace tabs with 4-space (#8739)
|
2021-02-19 10:54:55 +08:00 |
|
William Cheng
|
b4f4d7434b
|
Merge remote-tracking branch 'origin/master' into 6.0.x
|
2021-02-12 18:48:20 +08:00 |
|
William Cheng
|
3e81876e2c
|
Merge remote-tracking branch 'origin/master' into 5.1.x
|
2021-02-06 17:52:32 +08:00 |
|
William Cheng
|
c7fcb39a2d
|
Prepare v5.0.1 release (#8627)
* release 5.0.1
* update samples
|
2021-02-06 16:37:22 +08:00 |
|
William Cheng
|
a5ac2ee1a3
|
remove import as already stated in the installation instruction (#8608)
|
2021-02-04 10:50:43 +08:00 |
|
William Cheng
|
694b10e41c
|
Merge remote-tracking branch 'origin/5.1.x' into 6.0.x
|
2021-01-28 16:47:55 +08:00 |
|
William Cheng
|
d97717ee24
|
Merge remote-tracking branch 'origin/master' into 5.1.x
|
2021-01-28 15:52:44 +08:00 |
|
William Cheng
|
3d23b99242
|
minor fix to powershell api doc (#8496)
|
2021-01-21 21:21:40 +08:00 |
|
William Cheng
|
64ae0eed04
|
Merge remote-tracking branch 'origin/5.1.x' into 6.0.x
|
2021-01-09 00:15:53 +08:00 |
|
William Cheng
|
18bec1da28
|
Merge remote-tracking branch 'origin/master' into 5.1.x
|
2021-01-08 21:06:47 +08:00 |
|
Dor Dadush
|
c67dc5d7d5
|
Fix error message templates for some field names (#8321)
some fields may start with a "u" character which causes
Powershell to think it is a unicode escape sequence.
|
2021-01-07 16:58:58 +08:00 |
|
Dor Dadush
|
4cdf610be0
|
Fix fields null check in powershell model template (#8323)
If field is boolean, the value might be $False.
The current null checking does not allow $False to be set.
|
2021-01-05 21:56:06 +08:00 |
|
William Cheng
|
25b0cbe2f1
|
Prepare 5.0.1 snapshot (#8249)
* update version to 5.0.1-SNAPSHOT
* update samples
* update meta codegen
|
2020-12-21 17:14:18 +08:00 |
|
William Cheng
|
4261252491
|
prepare 6.0.0 snapshot release
|
2020-12-21 16:39:40 +08:00 |
|
William Cheng
|
345b68a107
|
prepare 5.1.0 snapshot release
|
2020-12-21 16:35:12 +08:00 |
|
William Cheng
|
d7d5e53f2b
|
Prepare v5.0.0 release (#8247)
* update to 5.0.0
* update samples
|
2020-12-21 13:04:11 +08:00 |
|
William Cheng
|
0be3fe6104
|
Set skipFormModel to true by default (#8125)
* set skipFormModel to true by default
* update tests
* regenerate ruby faraday client
* remove inline object spec files
* more clean up on inline object files
* update samples
|
2020-12-18 23:57:19 +08:00 |
|
Ghufran Zahidi
|
64ade2ce8f
|
[powershell] Implemented the psdata property for module manifest file (#8048)
* Implemented the psdata property for module manifest file (Tags, LicenseUri, ProjectUri, IconUri, ReleaseNotes)
* fix string.format
* update doc
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2020-12-01 16:52:12 +08:00 |
|
William Cheng
|
2578ef5e63
|
Prepare snapshot (v5.0.0) (#7986)
* Revert "prepare 5.0.0-beta3 release"
This reverts commit 3ebe774df37b43348bac1310a272de53a2d7040b.
* revert to snapshot
* update samples
|
2020-11-20 19:19:59 +08:00 |
|
William Cheng
|
2715f1371a
|
Prepare 5.0.0 beta3 (#7984)
* prepare 5.0.0-beta3 release
* update samples
* remove beta3 from readme
|
2020-11-20 15:18:58 +08:00 |
|
William Cheng
|
e8ba2901df
|
auto load system web and net (#7748)
|
2020-10-19 13:55:43 +08:00 |
|
William Cheng
|
30fad9defa
|
[PS] Add proxy support (#7739)
* add proxy support to powershell
* update api_client
* add proxy tests
* fix check
* add more check
* update samples
* fix proxy setting
* update docstring
|
2020-10-19 09:30:23 +08:00 |
|
Ghufran Zahidi
|
c6ab073a29
|
Fixed the empty string issue when server returns null (#7633)
|
2020-10-10 10:15:58 +08:00 |
|
Ghufran Zahidi
|
d6bfecf2ef
|
[powershell] Updated the Api doc with httpsiging script snippet. (#7499)
* Added the httpsigning code snippet for api doc
* Updated the sample
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2020-09-25 16:54:14 +08:00 |
|
William Cheng
|
6612c16624
|
update samples
|
2020-09-24 16:37:20 +08:00 |
|
Ghufz
|
00e20ffb2c
|
Fix the ECDSA signature issue for PowerShellSDK (#7386)
* Fix the ECDSA signature issue for PowerShellSDK
* updated the sample for ECDSA HTTPSigning
* fix the sample doc
|
2020-09-11 12:35:44 +08:00 |
|
Ghufz
|
7ac7974ef5
|
RSACng class is not supported on linux replacing it by RSA (#7349)
* RSACng class is not supported on linux replacing it by RSA
* update PS samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2020-09-07 15:24:36 +08:00 |
|
William Cheng
|
2fd23f505e
|
Prepare 5.0.0-SNAPSHOT (#7347)
* Revert "Prepare 5.0.0-beta2 release (#7345)"
This reverts commit 212b4f784742744b7b238607dcefb23ec9db64d7.
* update readme
|
2020-09-04 15:31:54 +08:00 |
|
William Cheng
|
212b4f7847
|
Prepare 5.0.0-beta2 release (#7345)
* update version
* update doc
* update samples
|
2020-09-04 13:03:45 +08:00 |
|
William Cheng
|
5a68bcf532
|
update image to vs 2019 (#7143)
|
2020-08-06 17:18:37 +08:00 |
|
William Cheng
|
be02a33c72
|
better error handling when publishing module (#7131)
|
2020-08-06 14:05:43 +08:00 |
|
William Cheng
|
1be98b4920
|
[PowerShell] better publishing workflow (#7114)
* better publishing workflow in ps
* use package name in appveyor
|
2020-08-03 22:56:47 +08:00 |
|
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 |
|
William Cheng
|
aed5be9b9c
|
[PowerShell] add more fields to be customized (#6835)
* more fields to be customized
* set powershell version
* fix psData
|
2020-07-02 23:50:50 +08:00 |
|
William Cheng
|
6041acd225
|
[PowerShell] fix hardcode method name in test files (#6794)
* fix hardcode test
* update FILES
|
2020-06-28 10:49:16 +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
|
176c439a6d
|
[PS] automatically derive discriminator mapping for oneOf/anyOf (#6542)
* infer mapping based on oneOf/anyOf schemas
* update files
|
2020-06-04 21:13:42 +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
|
0c2541fc93
|
fix commnented code in api/model tests (#6329)
|
2020-05-16 22:36:39 +08:00 |
|