Граф коммитов

194 Коммитов

Автор SHA1 Сообщение Дата
Laurent Mazuel f8adf170d3
msrest 0.4.24 2018-01-03 14:37:05 -08:00
Laurent Mazuel 952b50717d More strict date parsing 2018-01-03 13:57:32 -08:00
Laurent Mazuel b5dc35e8aa Externalize Stream 2017-12-23 10:28:59 -08:00
Laurent Mazuel 4e6dae1af8
msrest 0.4.23 2017-12-21 15:40:43 -08:00
Laurent Mazuel 69c9d1ad31 Deserialize unkwon enum value as string 2017-12-21 15:37:14 -08:00
Laurent Mazuel 21478ec9f1 Improve enum deserialization if cross-model 2017-12-21 15:37:14 -08:00
Laurent Mazuel 29fc71fcee Add kwargs to Model 2017-12-21 15:37:14 -08:00
Laurent Mazuel 433d14d677
msrest 0.4.22 2017-12-15 14:11:41 -08:00
Laurent Mazuel 541bf65263 Avoid validation of additional_properties 2017-12-15 14:09:16 -08:00
Laurent Mazuel a2278e6be7 Catch incorrect use of dict type 2017-12-15 14:09:16 -08:00
Laurent Mazuel b9bbc700ad
msrest 0.4.21 2017-12-14 16:13:37 -08:00
Laurent Mazuel 612a5d56d8 Fix addProp and flatening 2017-12-14 16:10:51 -08:00
Laurent Mazuel ca27867f44
msrest 0.4.20 2017-12-13 13:33:45 -08:00
Laurent Mazuel ae963d0b2e
Additional properties support (#71)
* Additional properties support

* Improve AdditionalProperties for Python

* Do not set add_prop if nothing to set (backward compat)

* Disambiguate add_prop if defined as a regular property

* Make addProp robust to explicit property declaration
2017-12-13 13:27:45 -08:00
Laurent Mazuel 8a541abcb8 Remove deprecated PTVS project file 2017-12-08 13:50:00 -08:00
Laurent Mazuel d93aec9b92 Python 3.3 no longer supported 2017-12-08 13:50:00 -08:00
Laurent Mazuel 3d5f876364 Updating .gitignore 2017-12-08 13:50:00 -08:00
Laurent Mazuel 3d961f81ec Use testserver from autorest.python directly 2017-11-22 11:00:00 -08:00
Laurent Mazuel 4128613e0e
Simplify non Autorest build 2017-11-20 15:27:56 -08:00
Laurent Mazuel d090cda6c7
msrest 0.4.19 2017-11-20 14:21:10 -08:00
Laurent Mazuel ca1b9ad6d9
Merge pull request #67 from Azure/formdata
Fix formData
2017-11-20 13:52:40 -08:00
Laurent Mazuel 0d9573bab9
Fix formData 2017-11-20 13:03:34 -08:00
Laurent Mazuel 24deba7a7a
Merge pull request #64 from Azure/lenient_discriminator
Lenient Discriminator
2017-11-17 11:00:30 -08:00
Laurent Mazuel 906dda8d4a
Lenient Discriminator 2017-11-15 15:16:59 -08:00
Laurent Mazuel 838954af35
msrest 0.4.18 2017-10-26 14:43:07 -07:00
Laurent Mazuel 4f0d10354d Merge pull request #63 from Azure/cs_auth
Add Cognitive Services auth class
2017-10-26 14:39:38 -07:00
Laurent Mazuel c735b4741d
Rename CS class to CognitiveServicesCredentials 2017-10-26 10:40:40 -07:00
Laurent Mazuel c5f5831455
Support ApiKey scenario as a credentials 2017-10-25 11:55:54 -07:00
Laurent Mazuel b8444f66e0
Add CS auth class 2017-10-17 15:28:49 -07:00
Laurent Mazuel 909652a49c Revert "Deploy stages Travis (#59)"
This reverts commit 0ebe854c0a.
2017-10-13 14:36:16 -07:00
Laurent Mazuel 7107867f54 Fix ChangeLog 2017-10-12 15:09:26 -07:00
Laurent Mazuel 48129be489 msrest 0.4.17 2017-10-12 15:06:40 -07:00
Laurent Mazuel 800f17071c Merge pull request #62 from Azure/auth_token
Change Authentication hierarchy, fix #61
2017-10-12 15:01:53 -07:00
Laurent Mazuel aaa4b8d30c Add auth tests 2017-10-12 14:38:34 -07:00
Laurent Mazuel 3e432661f4 Change Authentication hierarchy, fix #61 2017-10-12 14:11:46 -07:00
Laurent Mazuel a34b2d5521 msrest 0.4.16 2017-10-05 09:10:29 -07:00
Laurent Mazuel 1cc4ab8b86 Merge pull request #60 from Azure/set_for_list_string
Accept set as a valid [str]
2017-10-05 08:58:40 -07:00
Laurent Mazuel 6d1b656290 Accept set as a valid [str] 2017-10-04 17:49:37 -07:00
Laurent Mazuel 0ebe854c0a Deploy stages Travis (#59)
* Deploy stages Travis

* Remove root level deploy

* Fix Travis file

* Staged job try 2

* Improve deploy stage
2017-10-02 16:34:55 -07:00
Laurent Mazuel dee2c45740 msrest 0.4.15 2017-09-28 16:49:59 -07:00
Laurent Mazuel 9134ffc997 Restore compat with Autorest TestServer 2017-09-28 16:32:30 -07:00
Laurent Mazuel 8a0ef97f7e Fix #9 - Improve doc (#58) 2017-09-28 16:32:12 -07:00
Laurent Mazuel ec9e12530f Fix #16 - Log even if chunked data (#57) 2017-09-28 15:38:01 -07:00
Laurent Mazuel 2b31bdabef Fix #23 - Remove import requests from exceptions.py (#56) 2017-09-28 14:07:40 -07:00
Laurent Mazuel 3685632328 Fix #46 - best except (#55) 2017-09-28 12:35:54 -07:00
Laurent Mazuel bb876c2342 Fix #41 - str is not a valid iter type (#54) 2017-09-28 11:43:24 -07:00
Laurent Mazuel 36172c1011 Fix #51 - Client Side Validation as a parameter (#53) 2017-09-28 11:23:21 -07:00
Laurent Mazuel 92a78ca3ce Add session callback (#52) 2017-09-28 11:18:44 -07:00
Laurent Mazuel bad8585bcb Fail if requests.Response is not valid JSON (#49)
* Fail if requests.Response is not valid JSON

* Py compat for JSONDecodeError

* Support for Swagger produces and default JSON

* Fix Py2.7 compat

* Empty content is valid JSON for null (Autorest compat)

* Encapsulate JSONDecodeError

* Remove bad comment
2017-09-25 11:28:22 -07:00
Laurent Mazuel 32e1c02561 Fix Autorest.Python CI integration (#50)
* Fix Autorest.Python CI integration

* Try to update NodeJS

* Node magic

* Try to fix dotnetcore

* Sudo required

* add sudo
2017-09-20 21:32:43 -07:00