-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Factoring the individual DefinitionWithGroup sub-interfaces out... #742
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…andalone interface to use as the base Updating all the affected interfaces and implemnetations per Jianghao's suggestion
Can one of the admins verify this patch? |
never mind - we're undoing the inGroup stuff |
jianghaolu
added a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Jun 8, 2016
1ae4191 Merge pull request #19 from jianghaolu/updates 8b43962 Remove header after use 3e644d9 Fix parameterized host concurrency issue 7ad2207 Update dependencies to official releases 87afa33 Merge pull request #18 from jianghaolu/renamesetters 9c4442d Address checkstyle errors c09b620 Merge commit '083e8ab0c10b58e1491cd38235da5110121ef326' into javavnext b5859aa Merge pull request #17 from jianghaolu/renamesetters 24d5c1e Fix all sets to be withs 9e11dd2 Some more renamings 1b17bc9 Renamed setXXX() to withXXX() for non-top level methods b859906 Framework for Creatable composition, managing dependency between them and creating resources based on topotogical order faf7508 Merge commit '97bc529bbb06017de0bb069012c016c2949157be' into javavnext f116efa Merge branch 'master' of github.com:Azure/AutoRest into quickvm 5202139 Fix styles and tests 99cd7ee Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua f1585bd Use SNAPSHOT runtime as dependency 9295380 Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext 4a965fd Merge pull request Azure#984 from jianghaolu/builder 8009399 Address checkstyle errors 9a27d68 Support base URL replace using Interceptor (Retrofit 2.0) b6c78d5 Add RestClient dfba322 Move .build() from collection calls to initialize() b7dc878 Use String for OData ea61512 Fix paged list to use hasNextPage() for hasNext() 4ff082d Extend functionality for paged lists cea6f72 Remove get prefix on model property getters fc7d9a9 Rename AutoRestException to RestException a6feaf0 Okio 1.7.0 e4ba498 Merge pull request Azure#908 from jianghaolu/master 5a6f236 Merge pull request Azure#891 from dtretyakov/master 711df83 Azure#622: Shutdown ADAL auth executors 49a0c03 Fix head response with headers 045fb77 Fix status code validation in java client 7a39169 Merge pull request Azure#872 from jianghaolu/large 7fbb811 Fix stream type in input mappings 84c75d9 Azure#742 Hide RFC1123 on parameters d9c5f88 Azure#742: Hide DateTimeRfc1123 a718459 commons-io was for debugging 589df22 Add download streaming support beefee6 Merge pull request Azure#851 from jianghaolu/lazy 26c3d3a Fix NPE 4d07844 Remove system.err 639f69e Change file upload type to java.io.File 9946a01 Fix close() in retry handler 4bbb4a5 add close() to response bodies 6ac47d9 Manually change byte[] to File d1d64d7 Add missing javadoc 689ff03 Add more laziness to PagedList f4307d2 Fix iterator and add tests for PagedList 31794ef Add lazy behavior in get() 6fc1dd9 Add Javadoc and cleanup b1e5619 A working solution for lazy initiliazed paging 5e04616 Use 1.0.0-SNAPSHOT for new dev phase 97b7174 Unify resources in runtime 5071471 Merge pull request Azure#821 from jianghaolu/moredev d75ac2c parameter.getClass() -> parameterType aa043b7 Fix recursive validation 1f13aa5 Merge pull request Azure#803 from jianghaolu/moredev d44df63 Fix credentials test c1ce2de Add more info to revision file 54f180a Add gradle task to generate git revision 23b9424 Fix flattening and bump up to 1.0.0-beta1 b6b7223 Merge pull request #5 from jianghaolu/flattening c60a85b Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly git-subtree-dir: runtimes git-subtree-split: 1ae4191
nilaydshah
pushed a commit
to nilaydshah/azure-sdk-for-java
that referenced
this pull request
Jun 17, 2016
82bdc8b Merge pull request #8 from anuchandy/gradlefix d56d5e0 Merge commit 'ae4c3ba611076c6d1a2e6fedb6616d5c3b0fdb3d' into exp 2a37759 Merge pull request #7 from jianghaolu/restclient eee9f2a Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext 73b3ae3 Merge pull request #984 from jianghaolu/builder 4cfb906 Merge pull request #958 from jianghaolu/javartremoval 168b99e Address checkstyle errors fa1ac24 Support base URL replace using Interceptor (Retrofit 2.0) b6592da Removing unused VersionInfo task from runtime gradle files e5cbc40 Fixing few compilation errors, removing gitrevision artifacts from the POM and Gradle files fcfb315 Add RestClient 75e08f0 Move .build() from collection calls to initialize() 0e5da7e Merge commit '7162a39ae50d95c1a20cbb521282752955ed722a' as 'ClientRuntimes/Java' 88f2de6 Remove submodule a6eef1f Merge pull request #5 from Azure/jianghaolu-patch-1 2c03d76 Update README 7c87e37 Use latest javavnext runtime 78359ef Merge pull request #4 from jianghaolu/javavnext 2ad3332 Use javavnext branch consistently f1d7b46 [Azure/autorest#957] Merge pull request #3 from jianghaolu/javavnext 8979cac Use relative path in .gitmodules 1c70756 Add Java runtimes as a submodule e8eb547 Remove Java/ in ClientRuntimes 0e14ae1 Merge pull request #955 from jianghaolu/javavnext 91d73c6 Python Streaming Test Fix (#953) f674f3c Add fluent to pageimpl 7082f8e Use String for OData 42a3277 Use String for OData 9a03f63 Fix paged list to use hasNextPage() for hasNext() 88c8aad Fix paged list to use hasNextPage() for hasNext() 77a7eb1 Extend functionality for paged lists 8b1aeed Extend functionality for paged lists 3d236fe Regenerate after merge 07bda32 Address code analysis errors 8bd5afd Rename method group impl to inner 6333912 Rename only top level parameters & responses to Inner 51f17c3 Move into implementation.api subpackage 175a66e Rename models to end with impl b877cbf Seperate type name generation and client name generation cd01cf8 Remove interfaces for method groups and service clients b81317e Remove get prefix on model property getters c0b92a9 Remove get prefix on model property getters 5573dc8 Move impl classes to implementation subpackage b2c127f Rename AutoRestException to RestException c009c93 Rename AutoRestException to RestException 4c181b2 Address code analysis 3a885ff Shorten operations names to simple plurals b7de51d Rename method groups without Operations suffix 29dc46d Python Bug Fixes (#928) 14b4e56 Merge pull request #951 from jianghaolu/master 0592481 Okio 1.7.0 cd746ab Okio 1.7.0 296bb25 Correct bug link re: multi (#939) 56a20fa Merge pull request #917 from AzCiS/master 0e2d13a Update swagger-extensions.md 016cef6 Enhancement to "x-ms-parameterized-host" extension (#929) b73c784 Fix: https://github.com/Azure/autorest/issues/923 ab93a4a Merge pull request #927 from jianghaolu/master 7c26136 Android license split into 2 3106fb8 Automatically detect MSBuild tools version in Windows platform 1f44695 msrestazure 0.2.1 12e9590 Python model kwargs removal 5915c65 removing logic to require('moment') from model classes 97545e3 fixes issue #890 965e722 Adding a method in the AzureClientExtensions to handle the PutOrPatch async calls with 202 responses which have no body and no specific headers 6142fb7 csv array in path #900 afd67f1 added test for flattening generic properties of a model to be flattened 70fe5ce Merge pull request #908 from jianghaolu/master bb0d05b Merge pull request #908 from jianghaolu/master 4c4604f Merge pull request #904 from amarzavery/enum 6158597 Merge pull request #891 from dtretyakov/master e97388a Merge pull request #891 from dtretyakov/master de0232b Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 73e516c Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 360619a Merge pull request #901 from jianghaolu/optional 12f4d00 base64Url support for node.js and inclusion of composed properties while flattening. e70afa7 Merge pull request #902 from begoldsm/master 1ec7248 Fix test breaks. ed2d74f Merge branch 'master' of https://github.com/Azure/autorest dd478b8 Add missing condition in Azure template 4ffe90d Re-gen and address code analysis errors 107c6c9 Add null checks to optional flattened wire parameters e941db6 bring variable declarations back 89a40ba Merge pull request #878 from tbombach/base64url 8ab297f Fixing merge conflict for renaming base64url type in Java 6daa5ef Remove useless nulls when input is optional 15b977f Merge remote-tracking branch 'Azure/master' into base64url 7ff9d25 Merge branch 'master' of github.com:Azure/AutoRest 36b2ce5 Merge pull request #898 from jianghaolu/nocodegenheader ab982ac Escape data strings for odata queries. c0d3614 Merge remote-tracking branch 'Azure/master' into base64url 4163396 Fix head response with headers 3b3c788 Fix head response with headers c174932 update paging extension documentation. b37fc5e Add option for license header w/o codgen info 3992b7e Merge pull request #893 from jianghaolu/defaultvalue 1aab052 Updating the client runtime package version 24a74a0 Fix type normalization [stackoverflow in network] 5732fa5 Update swagger-extensions.md d468bfc Fix parameter conversion bf5456a #889: Fix credentials setup in service client b5163a9 Adding test case for accepting a base64url encoded string in the path eb7cf92 Merge pull request #892 from annatisch/PythonPollingBuxFix f25e20c Merge pull request #894 from lmazuel/msrest020-msrestazure020 bef80e6 msrest-msrestazure 0.2.0 d0a6e6f Add default value support for optional parameters 725c1f6 Merge pull request #880 from jianghaolu/refactoring ecb8a4c Remove unnecessary serializations for some primary types 32a8ff1 Edited changes e8b8f7d LRO polling fix for status enums 6b0d795 Fix status code validation in java client 3b59c0f Fix status code validation in java client f4a4543 Merge pull request #887 from Azure/devigned-patch-1 78c499d Update swagger-extensions.json f32e739 fix test compilation errors b8cfd81 Add parameter conversion 9b1bb48 Fix parameter invocation 754785b Fix some imports de7c6e9 Add property model and fix type conversion 52beb9d Merge pull request #879 from lmazuel/enum_as_int c1bcfb9 Merge pull request #883 from amarzavery/enum 3b3b14e pusblished 1.12.0 version of ms-rest and ms-rest-azure d824238 Address code analysis errors 83c8291 Move all string templates to ResponseModel 05a7ebc Let Response model handle client type string 5dfaf9b Explicit comment as a temp workaround 1539446 Move OperationResponseType to ResponseModel f35d545 Move folder 3c7cc6c Fix type token type 406a741 Some renamings and cleanups 671703c Add JavaResponse ac318cf Allows to parse integer as enum valid values b48d906 Let JavaParameter handle invoke 3e4df71 Adding tests to ensure base64url format works in a dictionary and an array 8466b63 Generate import list from JavaParameter b9e1bbb Merge pull request #873 from annatisch/AzureOperationChanges b3fd265 Merge pull request #877 from matthchr/feature/optional-body-fixes 285b432 Adding the code coverage exception for base64url format for all languages until they implement the serialization for the type b74a654 Updating nodejs coverage test to exclude base64url tests that haven't yet been implemented in the language fe85341 Add JavaParameter 53693bc Move primary type normalization to JavaPrimaryType baefd44 Fix nodejs server to correctly check optional body f900898 Merge remote-tracking branch 'refs/remotes/Azure/master' into base64url 6ae67cc Adding a test for handling a null value when it is expected to be base64url encoded 9337878 Updating unit tests for swagger generation for base64url format d6f7539 Making the code namers for each language treat base64url encoding as string if they don't handle encoding/decoding daf75d9 Adding tests for C# for base64url 0faa880 Merge pull request #872 from jianghaolu/large f375b91 Merge pull request #872 from jianghaolu/large 53c6ca7 Merge pull request #874 from jianghaolu/typefix e39b8c0 Fix stream type in input mappings f92ffb3 Fix stream type in input mappings e108283 Fix DateTimeRfc in parameter mappings 74c3a75 Update travis node version to 4 a26728c Added accept header 1aeb717 Reformatted docstring 081e7f6 Merge pull request #866 from jianghaolu/rfc1123 f2319c8 Merge pull request #865 from lmazuel/msrest013-msrestazure012 a8419ee more regression fix in azure codegen 8381aa9 Fix regression in azure codegen 99e6538 #742 Hide RFC1123 on parameters 10ba216 #742 Hide RFC1123 on parameters 8a326f2 Clean up method model and add wrapping to models 812528f Address code analysis error 20649f3 #742: Hide DateTimeRfc1123 c5cb522 #742: Hide DateTimeRfc1123 ba3ca3d Remove entry from coverage reporter cd818c8 commons-io was for debugging 50561ec commons-io was for debugging 22d1d5a Add download streaming support 3522036 Add download streaming support b321647 Merge pull request #870 from jianghaolu/stream 93075ab Remove unused imports 67bb5a3 Stream support: change back to byte[] 48d268a Updating C# Client runtime to handle the base64url format and add the associated Json serializer for properties of that format 95dbe37 Merge pull request #869 from matthchr/feature/stream-fix 34f7a98 Fix out of memory exception streaming large streams 8250693 Merge pull request #868 from amarzavery/enum d67b08f Adding primary type for base64url format 7f3bb55 Updated tests and regenerated 9e8d436 Merge branch 'master' of github.com:Azure/autorest into enum 619ce59 Changed raw LROs in Python generator b6ef4b7 [node.js] Add responseBody as one of the parameters in the callback while processing stream response e8ad92f Removed raw from Azure LRO b85040d Merge pull request #851 from jianghaolu/lazy 6aed2ce Merge pull request #851 from jianghaolu/lazy f24b0b6 Merge pull request #864 from jianghaolu/stream 1898038 Reset server change 58648e9 msrest 0.1.3 - msrestazure 0.1.2 f72eb22 Fix NPE d47a7df Fix NPE 43ae403 Remove system.err e5cdce2 Remove system.err 1eca766 Change file upload type to java.io.File 8ef1fc6 Change file upload type to java.io.File 3301f3a Fix close() in retry handler cfd8472 Fix close() in retry handler 524b8c4 add close() to response bodies f4adb86 add close() to response bodies 815bd1e Manually change byte[] to File e21f437 Manually change byte[] to File 8238efd Merge branch 'master' of github.com:Azure/AutoRest into lazy cef40a4 Merge pull request #859 from jianghaolu/stream 0dfd694 Merge pull request #856 from lmazuel/master 8ae1e78 Merge pull request #861 from lmazuel/generic_deserialization ea0f751 Add missing javadoc 2b47ec9 Add missing javadoc ec5a338 Re-generate 510be3f Add more laziness to PagedList 3ab0c6a Add more laziness to PagedList 3b9f993 Fix PythonSDK bug 544 17485d7 Reset unnecessary changes bebc9e8 Fix incorrect content type fe83a2e Merge pull request #858 from NiklasGustafsson/master 7031098 Merge pull request #860 from amarzavery/enum f8a4da6 Merge branch 'enum' of github.com:amarzavery/AutoRest into enum 542d576 Merge branch 'master' of github.com:Azure/autorest into enum 71d5bd2 Fix python test c6153ea Add missing multipart declarations ca2ac16 Merge branch 'master' of github.com:Azure/autorest into enum 07a49c1 fixes #782 for node.js and JSON.stringify of null value during serialization 7b7b334 Remove invalid formdata parameter b457065 Add support for file uploading 77408ae 1) Implementing synchronous and HTTP-response-free operation methods for Ruby. This will lead to silent breaking changes in any generated libraries as the type returned will have changed for all non-LRO operations. 2) Modified tests to use the '_async' methods, except for LRO tests. 3) Added 'x-ms-client-name' to Swagger extensions schema. e2c8d09 Merge pull request #852 from NiklasGustafsson/master 45733bd Wait() must raises Exception if query failed 227bea7 Fix iterator and add tests for PagedList b439852 Fix iterator and add tests for PagedList 7932d97 published 1.11.0 version of nodejs runtime 1189e2d Merge pull request #853 from yaxia/master c78174c Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 8254303 Merge pull request #11 from NiklasGustafsson/merged baa5088 Fixed tests that depended on constant parameters not being supported. 4cc03f7 Merge pull request #10 from NiklasGustafsson/master 2b9f18a Added synchronous method versions for each operation. 943e073 Fix error message in serializer c0c49bc Add lazy behavior in get() fb0db57 Add lazy behavior in get() 30d986f Add Javadoc and cleanup a48a647 Add Javadoc and cleanup 9d24b97 Merge pull request #9 from Azure/master 2fed13f Fixed byte-array-to-string conversion logic. 5fa2ff1 Merge pull request #850 from annatisch/optional_param 6aa18d7 Adjusted Ruby tests for the new constant parameter logic. 61447f3 A working solution for lazy initiliazed paging 724ea5a A working solution for lazy initiliazed paging c5ab686 Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 3beff93 Ruby pays attention to constancy of parameters. cb48887 Merge pull request #8 from Azure/master abbaf81 Regenerated Python tests afd0528 Fixed optional body parameter bug 13323c2 Merge remote-tracking branch 'refs/remotes/Azure/master' 3a88ef7 Merge pull request #848 from amarzavery/enum bf70f23 exported USGov envt. 23ac4ba added support for default Errors for stream response in node.js b5fd67a updated nodejs enum check 749e8e7 Fixed issue #847 for C# and node.js 68ea21c Merge pull request #846 from annatisch/SwaggerModelerBugFix b96e980 Bug fix 2515e68 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 3db1c62 Merge pull request #832 from devigned/fix/unit_const_rb 9c9e7f6 generate require module_definition when namespace is present e67a8f8 Merge pull request #841 from begoldsm/master a12d73e Merge pull request #844 from jianghaolu/const 5667e2d Add missing declarations in interfaces 86f25b8 Add overloads without optional parameters 3546e52 Remove composite lazy initialization for now 7e7a4fe Fix tests in Azure as well e425151 Support constant values 10c8f40 Merge pull request #842 from lmazuel/master 8c9c8d3 Release msrest 0.1.2 bbe5f85 Remove accidental empty line. 8d5a0fa Merge pull request #840 from annatisch/docstring_formatting 58292d8 Make code analysis happy. d4bccbd Safer parse. 3f07b14 Change to the Azure code generator to pass settings fd1492c More C# cleanups e60a95e Merge pull request #829 from jianghaolu/baseresource f865082 C# code analysis fixes af63d63 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 151f80c formatting fix 40a6d12 Merge pull request #839 from Azure/devigned-patch-1 d577042 Docstring change cleanups bb35608 #838 add document relative $ref path 6a2033e Regenerated Python tests 687c451 Merge pull request #7 from Azure/master 99908b7 Merge pull request #830 from lmazuel/msrestdoc 8f3f697 Resources don't extend com.microsoft.azure.Resource afd7864 More docstring touchups cc87632 Address code analysis errors 7bc5b64 Model classes import the runtime Resource & SubResource 1eb3988 Use 1.0.0-SNAPSHOT for new dev phase a8dddd8 Use 1.0.0-SNAPSHOT for new dev phase f681c43 Unify resources in runtime 66e0bf7 Unify resources in runtime 14f9234 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting d66ba97 Improved sphinx references in docstrings dab0418 Do not flask8 the doc configuration 750abb8 add msrest to mrestazure requirements beecc7a Basic doc 645f383 Merge pull request #828 from amarzavery/enum bc5ef85 Adding test generation changes e3aa58f Merge branch 'master' of github.com:Azure/autorest into enum 9fb8544 optional single enum will not be treated as a constant 5d88aaf Merge pull request #827 from begoldsm/master ab14e38 Merge pull request #818 from devigned/fix/resource-serialization 5467ffb Adding examples of x-ms-parameterized-host to documentation 1d029fa add suppressions 89c3525 Merge pull request #6 from Azure/master 305c958 Merge pull request #817 from jhancock93/partialinit2 22f4c66 Merge pull request #810 from brodyberg/xunitversion 056297d Merge pull request #826 from annatisch/urllib_fix 9370ea5 Merge pull request #801 from NiklasGustafsson/master 2b6b6a2 Fixed missing test b9b93fc Fix for urllib bug d34ebf6 resource and sub-resource serialization fix for ruby 8b4c10a Update cli.md b8117a0 Merge pull request #5 from Azure/master 0e78508 Fix the client-name implementation. Added tests. 5a68c4d Merge pull request #821 from jianghaolu/moredev 523d79e Merge pull request #821 from jianghaolu/moredev edf5caf parameter.getClass() -> parameterType c6b8393 parameter.getClass() -> parameterType a2b7aa0 Fix recursive validation 59d204e Fix recursive validation 04c19cd Merge pull request #749 from jhancock93/nullresponse 8bca5cb Fixed reference in MD file. 2727c44 Merge pull request #4 from Azure/master a015249 CSharp: Add partial method CustomInitialize to client initialization f90395d Merge pull request #814 from devigned/fix/version-dependency 1149348 fix version dependency for ms_rest beb9f19 Merge pull request #813 from devigned/chore/bump-versions ee4633b bump rb gem versions to 0.2.1 c3c4501 Merge pull request #812 from devigned/bug/path-template d4eb3d4 check path templates and add user agent 46dc5c9 add Running to long running states 76aec4f Add Uuid to NodeJs dictionary to avoid analysis warning e96ada3 Fix warning about xunit build version 6e2c21c Merge remote-tracking branch 'upstream/master' d236a3f Change docs to be more clear about build flavor 492b2b8 Fixes problem with null response content in CSharp generator for non-documented codes 391a2e0 Added documentation for x-ms-client-name. 5de974d Merge pull request #807 from amarzavery/release-0.15.0 20b7f10 Merge pull request #808 from lmazuel/revert-799-malnick/fix_setup 0a66583 Revert "Setup.py references a file that does not exist" 2faa42e Restructured x-ms-client-name support 09365a1 Merge pull request #800 from lmazuel/master ac8a5a5 Merge pull request #799 from malnick/malnick/fix_setup f6c2f7c Merge pull request #803 from jianghaolu/moredev bbe6ec5 Merge pull request #803 from jianghaolu/moredev 9bc89f1 Update building-code.md 07c0a66 Update README.md da5e7ea bumped autorest version c46de70 Update ChangeLog.md 688c538 Merge pull request #804 from Azure/release-0.15.0 93862a8 Update building-code.md 8dcfa4b Update ChangeLog.md 4456e9f Update building-code.md 896d0d2 Update ChangeLog.md 5ea42fd Update ChangeLog.md 5b68453 ChangeLog 0.1.1 1e66161 Fix MANIFEST issue again 667ddc9 Merge pull request #798 from Azure/master 231e596 Correcting comments and description in Swagger test file. 75f320b Setup.py references a file that does not exist 86aefd6 Merge branch 'Azure-master' 7e59f37 Manual merge 939a90d Implemented ClientName on model properties, added more tests. eea487d Merge pull request #795 from devigned/chore/gem-version a857359 Merge pull request #797 from stankovski/escapedot 2232196 Merge pull request #796 from stankovski/master fdf5ea4 escape dots in serialized name if present in the property name a7fa96a Merge pull request #793 from annatisch/PythonLogging 3b7f02e Fixed fxcop issue 86daf21 provide the gem-version information when generating 73a65fa Merge pull request #784 from jhancock93/uuid2 26a89bd Add Assert.fail() in new java test f2988f4 Merge pull request #773 from jianghaolu/master bd1a7e4 Fix credentials test ac2175d Fix credentials test a02d30c Merge pull request #794 from stankovski/release-0.15.0 d85fe59 Merge pull request #1 from amarzavery/uuid 714be24 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 5db8a35 Merge pull request #791 from stankovski/master a376290 Added test fixes for logging changes cdd9616 Fixed Python constants tests b54f623 Merge remote-tracking branch 'refs/remotes/lmazuel/master' into PythonLogging 2b0fb7e Merge remote-tracking branch 'refs/remotes/Azure/master' 3f50788 Merge remote-tracking branch 'refs/remotes/Azure/master' efd505f New simple log system 309b3a2 Improved NodeJS support for uuid 115c762 Merge branch 'master' of https://github.com/Azure/AutoRest 98e13ff Merge pull request #790 from xingwu1/arg_defaults be03738 Added support for ClientName on properties. Added unit tests for client properties and parameters. bcab638 Regenerated code and fixed tests 4c97607 ServiceClient null check 29e57b8 Add more info to revision file d031031 Add more info to revision file 7b3a479 Added cultureinfo 3405154 Add gradle task to generate git revision 8d37635 Add gradle task to generate git revision f21af20 Updated readme 0910a29 Merge pull request #792 from devigned/bug/rb-lros 0735c94 fix long running operations in ruby ebda362 Change constant behavior to not initialize parent of child is a constant #782 c28a3cf Regenerated tests 04b87c6 Updated test cases c73b362 Added model **kwargs 0101efd Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 8735578 Merge pull request #788 from devigned/feature/rb-cleaner-code 75a8271 Added validationerror to generated exceptions 607598b Replaced ValueError with ValidationError 52170aa Updated runtime version history 021f448 regen samples 9af9db9 Replaced Python None with constant 43caf6a move skipUrlEncoding to generic ruby f6edb1b Regenerated java fixtures to fix merge issue 045a370 cleaner ms-rest lib and code generation 466c7b7 Model uuid format with Guid in CSharp, UUID in Java 71deef2 Restructured body validation d24ff9a Restructured generated validation 25554ee Started reworking model validation 6f8539e Cleaned up ValidationError d761a79 Merge pull request #780 from annatisch/test-reformat ebed0bb Regenerated d3f3abd Merge pull request #779 from stankovski/release-0.15.0 15899df custom uri test reformat d307ddc Merge remote-tracking branch 'refs/remotes/Azure/master' 8ee8d12 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 46c5ba0 Merge pull request #778 from amarzavery/readonly a5f284e update f410906 Merge branch 'readonly' of github.com:amarzavery/AutoRest into readonly bcd6b2e updated readme for ms-rest-azure 2dc5805 updated readme for ms-rest-azure 8cbc5d3 updated README for ms-rest 1bb5892 Fix for #633 - C# generator emits some empty classes 81c1f31 append query parameetrs correctly for partial nextLink 5a2a726 Merge branch 'release-0.15.0' of github.com:Azure/autorest into readonly 567c771 nodejs release versioning 53ff42d Cleaned up param validation 6d6492f Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 9a37902 Merge pull request #777 from amarzavery/readonly ff32fbf small fix 9171816 generated code a13e603 Merge branch 'master' of github.com:Azure/autorest into readonly 240bd7e check for '?' in the url and append query parameters accordingly a585257 Regenerated tests 854ea71 Review feedback f7f9103 review feedback 39bc0e8 Implemented request validation 9062b1f Support x-ms-client-name for parameters. 3734c93 Update building-code.md 03d3782 Update building-code.md 89fa58f Merge pull request #772 from stankovski/master 90e4160 Updated documentation 51ca2f0 Update README.md df2ddf1 Merge pull request #765 from stankovski/release-0.15.0 6b40d06 Merge pull request #771 from stankovski/master 541631d Updated swagger extensions schema 705495a Merge pull request #2 from Azure/master 81ccae9 Fix flattening and bump up to 1.0.0-beta1 ba87677 Fix flattening and bump up to 1.0.0-beta1 77613e4 Merge pull request #766 from stankovski/master 4fd8504 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name 2904f93 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name c166d99 Added release notes for 0.15.0 release d5f1998 Merge pull request #764 from devigned/chore/rb-versions d25e28a Merge pull request #763 from begoldsm/master 762e518 Merge pull request #720 from stankovski/flattening 6a1dd49 update the gem dependencies b350e49 bump versions for rb client libs 23bb817 Merge pull request #7 from jianghaolu/flattening 32af735 Fix interface import when there is parameter mapping 05227ba Enable the Azure version of the tests as well. 0f6d1a1 Merge pull request #6 from jianghaolu/flattening eebe17c Fix input mappings in Java d125d7a Moved ruby resource flattening tests under generic code gen 0fccf94 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into flattening 9fa5f9f Merge pull request #5 from jianghaolu/flattening 0d1a5f5 Merge pull request #5 from jianghaolu/flattening bd8413e Merge pull request #761 from lmazuel/master 3001234 Merge branch 'master' of https://github.com/Azure/autorest ffb25e4 Add simple support for const properties in Java 10e61fd Updated Ruby based on the latest code gen changes b16c9c8 Minor change to the pyproj to include the customBaseUri tests 80e868b Merge branch 'master' of https://github.com/Azure/AutoRest into flattening 064dbb5 Merge pull request #758 from devigned/bug/ruby-val-deserial ab11f34 Regenerated tests 6133292 Add 2 more tests for Java aea3ce6 Add 2 more tests for Java 81b6118 Fixed potential arg ordering bug 3e3d9a2 Merge pull request #4 from annatisch/py-flattening 8bcb13e Added validation tests b404113 Extended defaults to required parameters b014bf3 Fixed missing Error import statement 3c0682e Merge pull request #1 from Azure/master dd35d89 Merge remote-tracking branch 'refs/remotes/stankovski/flattening' into py-flattening 2b74f27 Skipped tests pending constant support e6f78f0 Precompiled split regex 342b0c8 msrest 0.0.3 - msrestazure 0.0.2 160e1b7 Merge branch 'master' of https://github.com/Azure/AutoRest into flattening a3276af Merge pull request #760 from stankovski/docker fa97b10 add supressions 27cf3ec Added dockerfile for tool execution 484d00b Merge pull request #757 from jianghaolu/master f37d2bb fix code analysis issues 83dfb83 Fixed flattened serialization a231a2f Added flattening tests and regenerated 4a2492f Fixed bug in python generator 34fec02 Corrected and regenerated Azure Python 2167735 switch to ERB url_encoding rather than URI.escape c4c5b70 refacotr azure method template model for params, path and urls 03b8f29 the uri test for validity would fail on the URI.parse 3345133 odata is case sensitive -- correct $orderBy 021db0c refactor faraday usage for url and query params and url_prefix 763e83d improve variable naming and newline char 54f9391 better error messages and less reliance on full urls (backcompat) 945b4d7 brought back HttpOperationResponse as it is required in LRO 85d9361 removed unnecessary dependencies 2bcce1f Merge branch 'flattening' of github.com:stankovski/AutoRest into readonly ce89638 Added missing date serialization tests 40a4e5c Merge pull request #755 from stankovski/master 287cb90 Merge branch 'master' of https://github.com/Azure/AutoRest f49dde1 Merge pull request #756 from devigned/feature/packaging 1d9d0dd Fixed tests and fxcop issues 146ddf5 Add IllegalArgumentException throws on Async methods 0deeea8 Merge pull request #2 from amarzavery/readonly 6409d38 Remove constructors w/o credentials when required dffd229 add in version and package name to ruby generator a2c7240 Regenerate from master branch 35d7abe resolved conflicts and made test modifications 5abbdf5 Sorted parameters and generators in help 0ece56c Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 1cfd7b0 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 82a8026 All Languages: provide a listing of code generators with their custom settings #753 21516d0 Merge branch 'master' of github.com:Azure/autorest into readonly a657654 fix jshint issues and a failing serialization scenario 13feba3 Merge pull request #3 from jianghaolu/flattening 8778c0e Support escaped dots in deserializer 3d3f0fe Support escaped dots in deserializer c06ced5 Unify initializations of JacksonMapperAdapter 0746708 Unify initializations of JacksonMapperAdapter a1ba79e Move flattening serializer to generic runtime 64012f1 Move flattening serializer to generic runtime ed2a757 Merge pull request #754 from stankovski/master 3df3eb5 Undo dotnet change e94fbd7 Added auto-generated samples 12acbbb readonly property supported in nodejs 558952a Merge pull request #750 from devigned/bug/ruby-enums b838ac0 updated msrest readme 58eab5f warn on enum deserialization in ruby 70e8f88 Updated readme a26bba1 Bumped versions ca85e0e Merge pull request #732 from lmazuel/master 105261e Merge pull request #748 from stankovski/master 4f66d24 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 39469cf Merge branch 'master' of github.com:Azure/autorest into rf 41f9979 Merge pull request #737 from jianghaolu/lrobegin 5e5e74b Merge pull request #737 from jianghaolu/lrobegin 1705578 Temporarily removed Java test code - will add back once #720 PR is merged 0b753cb Merge pull request #724 from devigned/bug/portable-post303 d640fe5 Fixed duplicate local variables when flattening parameters #730 0430d22 Move flattening deserializer to generic runtime 49c4ca2 Move flattening deserializer to generic runtime c3892f3 Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 16bfd31 Regenerated tests ddcce32 Added version generator to proj file a72a560 Merge pull request #740 from stankovski/master d7feabe Fixed serialization tests da706f1 Generate separate version file 07abc73 Paging inherits from iterable 1b3450e Command line help is not properly formatted when built in mono #738 fd7c08f Address code analysis errors b40b887 Unify method interface generation 9c58d07 Paging operations return updated ServiceCall 22535b3 Paging operations return updated ServiceCall 986ebd9 Moved Java tests 83a0fcf Added tests to C# for model flattening de8a280 fixed nodejs breaking tests 83782d2 nodejs model flattening works 5303175 Add Service call to allow LRO cancellation 7feab06 Add Service call to allow LRO cancellation 2743be2 Move Retrofit service to impls d0bca99 Treat odata filters as strings 49f6ba8 Add begin methods to LRO 381174b Merge pull request #725 from BurtBiel/AuthVerifySetting ca90bb9 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into rf accf2bf Merge pull request #728 from haocs/master 102b8c8 model flattening for node.js partially done cbe9129 resolve merge conflict 629e0b2 resolve merge conflict d342d0c regenerated bc050cc Merge pull request #727 from jianghaolu/objectserialize 8fcb754 Merge pull request #727 from jianghaolu/objectserialize 26ede53 Issue #718 - Manifest must be in capital letters e073080 fix typo 468599c Validate all complex parameters 07a5780 regenerated after moving resource flattening tests to generic and renaming it to model flattening 48d6763 Added fxcop suppression for AddParameterGroups d3b4aab Fixed style check errors ddaa7e8 Implemented flattening in Java 09d4c88 Merge pull request #2 from annatisch/python_custom_base_uri e6020d5 Skip putComplexReadOnlyPropertyValid test for node b506747 Merge pull request #726 from amarzavery/rf 5f83d53 Adding 2 more calls to check verify setting 22870b2 Update unit test to check verify setting is propogated 9c47e05 Bumped msrestaszure version 41c60a6 Changed version updates f7694b4 Added readonly property tests for C# e90ed76 Updated nodejs and python to escape backslash and other special characters bcab81d Added documentation c824b81 Added 'putComplexReadOnlyPropertyValid' coverage 3cab694 Added support for method argument flattening cac2cca Added tests for ReadOnlyPropertyObject b67c097 Added annotation in model 7761aa7 Added test converage b00475e Added tests for ReadOnlyPropertyObject c5bade4 Bump up jackson to 2.7.1 e80ed8e Bump up jackson to 2.7.1 7d256fe Merge pull request #723 from stankovski/master dd835f9 Merge branch 'master' of github.com:Azure/autorest into rf fb0797e support for colliding x-ms-discriminator-value polymorphic discriminator in node.js b31a1f5 Pass through the connection verify setting for fetching the auth token 61d218b comment out the portable post 303 test as it causes express to hang 62397f3 Regenerated tests a4fddb1 Updated generator to use defaults and parent attr 2604337 Removed class hierarchy scanning for Model 3ba2739 Updated generator runtime reference 577c812 Cleaned up some tests db22ecb Removed superfluous changes e8db746 Merge remote-tracking branch 'refs/remotes/begoldsm/master' into python_custom_base_uri 4db1e0a bumped msrest version 025b69a Silly python 2.x url formatting 7d758c8 Fixed runtime backwards compatibility fd48d32 Merge branch 'master' of https://github.com/Azure/AutoRest into flattening daaf8b6 Added dependency on GetZip target dae0e3d Changed sequence of extension execution 4334618 Regenerated python tests 91876ba Updated generator to use new format_url 00f9f6b Exposed client.format_url in runtime 96fef13 Removed dead code 0e50ca9 Added build target to produce zip package f5649b4 Merge pull request #709 from begoldsm/master cb9f6f6 Removed 7zip folder from repo d1d4b4e Ensuring ProcessParameterizedHost only happens once. 712f962 Addressed fxcop complexity issue 357de2d Updated C# code gen to use TransformationJsonConverter 00ded52 Don't duplicate calls for Azure C# a91940c fix path. 3b8b92f Regenerate tests after sync. fa2f856 Update defining-clients-swagger.md d59ec59 Merge branch 'master' of https://github.com/Azure/autorest f66bfe9 Merge branch 'master' of https://github.com/Azure/autorest f6f22fd Added support for recursion in flattening bc72b0e remove bad file. 5f26f77 Remove some unused files and exceptions 17694e0 Remove some unused files and exceptions 309e46c Rename the location of the Azure tests 83e9a01 Merge pull request #716 from stankovski/master e5f32b3 Adding Python and Java code generators dca45a4 Added tests and code for flattening in generic extensions 98003a6 Initial fixes and tests for python c401e83 Merge pull request #715 from stankovski/master 6782515 Fixing DNX build script to honor configuration settings #714 ee6e052 Merge pull request #710 from xingwu1/generated_model_args 8c103fb Merge pull request #712 from amarzavery/rf 30b5cc7 fxcop warnings fixed b8f9e7e added this check in the normalizeclient model as that is the right place e04e7cb Fixed bug in error logging 45f352e wrap properties with single quotes if they have a dot in their name 5b3503a Merge pull request #708 from jianghaolu/packageinfofix 12cbd52 Merge pull request #711 from stankovski/flattening 090a69c Changed dot to bracket based select to support escaped dots in the path cb6bb43 Change the property name to make it more reasonable. 17e0ff5 Updated tests and fixed fxcop issues b57bed3 Fix code analyze warning. fb4b816 Runtime review cleanups 371c914 AAD updates for retrieving cached tokens 9f12754 Generator code review touch-ups e5fa164 Added AzureModelTemplate d566f50 Made flattened model serialization optional 5b7fd67 Updated runtime model deserialization fc2d764 Models take explicit args/kwargs df05744 Generate credentials.py/exceptions.py to reduce the importing to _init_.py 957f334 Fixed syncDependencies 537655f Updates based on design review 06cbccb Update swagger-extensions.md e527e0c Added generic JSON flattening converter 18d641b Switching to the right exception type after some sync changes. 5d1bb8e extra assignment, thanks travisCI! adb2951 missed json reference. 8fd69d5 try using generic parametersList c3efd7a missing slash! ahhh! b2641a0 testing to make sure the path in the id doesn't matter 7989dd5 updates for the x-ms-parameterized-host extension 0d1e6ab Merge pull request #1 from jianghaolu/bengmaster 46ed8e3 Support parameterized hosts in Java 14ecdd3 Support parameterized hosts in Java fde3889 Fix package names in package info files 387d099 Fix package names in package info files e6cfa1e regenerate all the expected test code. 5163dc0 bad merge, fixed the cshtml db8fa4d Merge branch 'master' of https://github.com/Azure/autorest 9cd892a Merge pull request #706 from jianghaolu/batchfix f1ed5a7 Fix method group naming for reserved names c583806 Remove imports for types serialized into String 6b5d032 Fix header responses & unmatched parameter mapping b6b91ff Merge pull request #704 from matthchr/master a54c688 Updates to include tests in Azure classes as well 045497b Merge pull request #705 from amarzavery/rf d9702fb Adding CompositeSwagger Modeler to CodeGenerator.sln eabc066 Merge branch 'master' of https://github.com/Azure/autorest b64fb51 Regenerate expected for tests c633856 Add missing comments to C# code 1f0167c Merge pull request #702 from jianghaolu/upgraderetrofit d370403 Merge pull request #702 from jianghaolu/upgraderetrofit 26a58b7 Merge pull request #701 from stankovski/nullable 8cf4124 Added compositeSwagger.dll to the nuspec d470dbc Removed dead code 9f2cc64 Merge pull request #703 from amarzavery/rf 58a2343 Adding CompositeSwagger Modeler definition to AutorestRelease.json b10d9b7 Fix interceptors to work with client builder 40d24bc Fix interceptors to work with client builder 0726b3f Merge branch 'master' of https://github.com/Azure/AutoRest into nullable d352f41 Added CanBeNull() method 425c93c Updates to include the general extensions for java. 29a2000 Merge pull request #696 from jhancock93/datetimeoffset bd838b1 missed commit. 3a0bde0 Change service client constructor to work with OkHttp3 43c0a52 Change service client constructor to work with OkHttp3 0ce5694 First full generation of all clients 372be73 Converted required primitive parameters and properties to be non-nullable 10c8a5a Merge branch 'master' of https://github.com/Azure/autorest a87ffb1 Fix tests to be unique. 407924a Updates for x-ms-skip-url-encoding b42083c Merge pull request #699 from stankovski/nullable 0cf748b Add test swagger and acceptance test for modeling with DateTimeOffset option 749b052 Removed unused ctors 117b682 Catching exceptions in custom Json serializers 31e1680 update to have a unique name 37da7ba Fixed Python paging 7f05a80 Fix java cshtml to have proper tabbing b66c9a5 updates to have properties behave correctly. 958da62 Update defining-clients-swagger.md e27e5c6 Merge pull request #700 from jianghaolu/androidfix aef4f93 Update defining-clients-swagger.md bc525cd Typos 6815e95 Typos 98780d4 Update retrofit & okhttp, src/ compiles 15d65d1 Update retrofit & okhttp, src/ compiles 3c5fc26 Fix LRO for post/delete 8815106 Fix LRO for post/delete 569b64a Fixed possible null ref issues 55bd112 Merged PrimaryType back into one type e39e5bd Ignore checks for Object type 8512079 Ignore checks for Object type 7c379e6 Regenerated tests ccb4ce5 Split PrimaryType into individual sub-types 3ec8648 Adding tests for C# 283ef63 erroneous paren! b542cd3 Merge branch 'master' of https://github.com/Azure/autorest 033e505 Merge pull request #695 from stankovski/composite d378bb3 Fixed Python test 43e1131 Fixed Java test 7516da7 Merge branch 'rf' of https://github.com/amarzavery/AutoRest into composite a2957e5 Addressed fxcop issue d2ac2d0 fix fxcop warnings f0ea8a0 Add UseDateTimeOffset option to CSharp generator bfd42bb cshtml fixes 612f22f added tests for nodejs and azurenodejs composite client generation 422e78d Fixed misc tests 38cbe2e Bad if logic is bad. df15e64 More cshtml fixes! 6e67073 Fixes for cshtml 928ab6f Fixes for $ref params ef30f5c Fixed C# tests 7176ad7 Addressed fxcop issues 4ecdcf6 Merge branch 'master' of https://github.com/Azure/autorest 09b789f Merge branch 'master' of https://github.com/Azure/AutoRest into composite 6ad055b Added Azure test for composite client f9c0a60 Merge pull request #694 from haocs/fix ab24af3 Implemented merging of subclients into composite client. 01fec3e Fixed code analysis error 854bc31 final cshtml fixes for spacing 039a705 Merge pull request #691 from xingwu1/master db9fda0 Added tests for composite swaggers 578b6b9 Order the function parameters: make sure the parameters without default value are in front of the parameters with default value. b6526ae Merge remote-tracking branch 'Azure/master' 2aed06f Fixes for storage c425147 Fixed a null nextpagelink bug for java 1c06964 Java Azure codegen fix 1de7cee Merge pull request #685 from haocs/list e9b51e7 Merge branch 'refs/heads/ordered_tests' 3665d3e Run tests alphabetically 14994df Merge pull request #692 from stankovski/const 4e98a41 Fixed payload flattening for constant properties 395861e Fix bug: the azure import didn't use the current enum file name. a2db78b Change the file name of service client class. 78baadc Merge branch 'master' of https://github.com/xingwu1/autorest 58bf104 Change the generated file name: api_client to (service_name)_client, and enums to (service_name)_enums. 8ffdd28 Add operation properties' comment, and change the way handle user-agent. 9df7f29 Merge branch 'refs/heads/user-agent' f812424 Add disclaimer for zzz_tests.py 2e4c8c9 tabbing and accessibility. 7a67181 two more cshtml updates. 2aa2886 Regenerate all clients dc2ca26 Fixed missing new line 69bb960 Fixed runtime proj files 13f1729 Fixes to json and cshtml 0504032 Changed user-agent setter to function a38ceaa Addressed merge conflicts 9162d20 Fixed style check error 17d731b Fixed style check error 19b5722 Fixed code analysis errors ff99171 Fixed C# import issue f17dc3b Added offset tests for ruby and python be4655e Added offset tests for nodejs 379d658 Fixed warnings e7fea55 Async, sync and tests added for Java. 52907f8 Bump up Junit version. 063c3a6 Updated tests d38c5ac hand write paging operation 272f833 Finished Async a1a888c Implementing async methods ee57f8e sync done 3097334 Paging sync method implemented. 46f3078 Interface changes bfedcca Bump up Junit version. c4ca690 hand write paging operation 0ba7883 Merge pull request #686 from amarzavery/rf 6b838bb Initial x-ms-parameterized-host changes. af2be96 Fixed fx cop and jshint warnings b0e034c Fixed fx cop warnings aeeed0c Merge branch 'master' of https://github.com/Azure/autorest 7510a6d fixed documentation for constant properties of a model 9342b45 Csharp test fixes 09cbdf0 Made user-agent header appendable d5ba96b nodejs constant fix a5387a0 Updating NodeJS to support constant composite props 6a70598 Merge branch 'master' of https://github.com/Azure/AutoRest into const 12adce5 Fixed test 8d767d0 Added support for constant composite parameters (when a model has all properties as constant) 01fc75e Improved Constants to be based on 1 enum value + required = true. Added initialization for models & method parameters with c/x types that contain constants. 5887898 Merge pull request #680 from stankovski/master 5471d11 Merge pull request #679 from xingwu1/master a41843a Added test for constants in child objects 58b75c8 Regenerated NodeJS tests 40e8e84 Generate the docstring correctly (always has ':' at end of parameter comment even there is no detail comment) 6a8c512 Merge branch 'master' of https://github.com/Azure/autorest 94693b7 Started work on custom baseUri 8c4d90c Reduce the generated python directory length. 22182dc Merge pull request #678 from amarzavery/rf 284d84e remove content-length from headers for non put/post requests 565948d Merge pull request #677 from stankovski/master dca401a Merge pull request #676 from amarzavery/rf da71664 Changing parameter validation from ERROR to WARNING 8e2bdd6 Updated package.json for runtime 97fae0c Merge pull request #675 from stankovski/master a845f34 Merge branch 'master' of github.com:Azure/autorest into rf a25dd98 strip auth headers 70871f3 Update ClientRuntime versions 01dda77 Merge pull request #674 from stankovski/const 24be98f Commented out constant tests in Python TODO: Implement constants in Python e1c9b02 Updated GlobalSuppressions.cs 11758d5 Removed content length from NodeJS code d63965c Merge branch 'master' of https://github.com/Azure/AutoRest into const 9fc270d Merge pull request #661 from xingwu1/master 0fa2f46 Suppressed fxcop errors c9a2645 Removed IsRequered=true from constants 42a82ce Added QuoteString to CodeNamer 7a3d4c4 Merge branch 'master' of https://github.com/Azure/AutoRest into const 752e735 Merge pull request #671 from matthchr/python 0247123 Re-enable python 3.5 testing cef4d4c Regenerate python comments. 7ccff7f Generate comments for all classes. 1d606b5 Merge pull request #670 from stankovski/clouderror b468f55 Addressed code review comments 0f9c4cd Implemented constants in C# code gen #281 and fixed #629 d7a583b Merge pull request #655 from stankovski/master a314ff3 Fixed casing issue causing CloudError in Azure clients to always be null #668 5e9e745 Updated tests to use MICROSOFT_MIT_NO_VERSION header 96f4288 Reverted .travis.yml 6812699 AutoRest should not include full version number in copyright notice #598 b0e9f58 Merge pull request #666 from jianghaolu/master db9e0de Fix deserialization of CloudError d095f31 Fix deserialization of CloudError 0b2b933 Merge pull request #664 from jianghaolu/jdkauth a77b083 Merge pull request #664 from jianghaolu/jdkauth 8982860 Fix check style errors 4dbc457 Fix check style errors c85d86a Add a test for user credentials d890da9 Add a test for user credentials e596418 Merge branch 'master' of https://github.com/Azure/AutoRest 21aa71d Merge pull request #658 from jianghaolu/master 4ec4160 Revert bad changes for Java build scripts cc76677 Revert bad changes for Java build scripts 4320fad Add expiration check to credentials 6cea69b Add expiration check to credentials 29af4c4 Merge pull request #637 from Azure/python 205bf79 Update clients-auth.md bbe74a3 Update defining-clients-swagger.md 252c425 Added DNX test run c0e0b4a Merge pull request #654 from stankovski/master f7f19d0 Removed ID from IResource - this change will break a number of clients that have custom CreateOrUpdateParameter objects 0342cdd Merge pull request #649 from stankovski/master 4dbb046 Bumped version to 0.15.0 3642c78 Merge pull request #648 from Azure/release0.14.0 0d50c7c Update ChangeLog.md 5bf1f27 Merge pull request #646 from stankovski/master 66f9098 Merge pull request #640 from xingwu1/python ccecaf6 Updated ChangeLog.md d920030 Merge pull request #644 from amarzavery/rf 0a7df6d Merge pull request #645 from stankovski/master 43636cd Change Microsoft.Rest.ClientRuntime.Azure.Authentication ADAL dependency to be exact 9868ff4 Update the python generated based on Denis's feedback. da7e489 Improve message 4efe1c3 Merge pull request #643 from stankovski/master 3475f6d Change summary on validate method #439 9722dc6 Merge branch 'refs/heads/generic_requests' into python f87e05c Removed redundant config fe235da Moved around some docstrings 6a5d599 Merge pull request #636 from jianghaolu/master 5b48512 Merge remote-tracking branch 'refs/remotes/origin/python' into generic_requests 679ff7b Cleanups to runtime setup, docstrings a6cc525 Remove the extra line at end of file. 816103a Update clients-auth.md 57df589 Move gradle properties into a centralized one 21c865f Move gradle properties into a centralized one d41447f Merge pull request #625 from stankovski/master ffd3426 Clean up gradle build scripts 451039a Clean up gradle build scripts d57b0a5 Merge pull request #635 from xingwu1/python 850aad4 Update python after merge with master: c861711 Rename operations to end in 'Operations' c915ebe Merge branch 'master' into python1 952c455 Removed HttpResponseMessageStream and fixed failing C# tests bf09f66 * Code review feedback * Added SerializationException - if JSON deserialization fails, the exception should capture the response body #527 0f75401 Merge pull request #630 from jianghaolu/renaming a178b9f Merge branch 'master' of https://github.com/Azure/AutoRest a8bb504 Added logic to dispose HttpRespose and HttpRequest when returning just the body de5c1bb Rename azure runtime's package to com.microsoft.azure bea518e Rename azure runtime's package to com.microsoft.azure 53efbd5 Use the client referenced mapper adapter 6080e9f Use the client referenced mapper adapter 9138a39 Rename JacksonUtils to JacksonMapperAdapter 25e31d5 Rename JacksonUtils to JacksonMapperAdapter 186ca10 Merge pull request #623 from xingwu1/python 2248541 Merge pull request #627 from amarzavery/optional a8d2ac0 published runtimes a417c3b missing semiclon 4f4b244 Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 10eb794 jslint fix 5b6705f jslint fix 8e8426a regenerated code and clientruntime changes 3a78081 stripped versions of request and response as error object properties. 3927c49 Updated requests dependencies 4fd4081 Added disposal to RetryHandler for HttpResponseMessage b99ba7e Merge pull request #626 from jianghaolu/androidsample 621d28e Android authentication updates from sample 2e08ff5 Android authentication updates from sample e340de3 Wrapped C# request and response in a new object to avoid being disposed #624 [Delivers #110445462] 92f062d Node.js:updates to generic and azure clientruntime ced91b3 Added stream parameter to runtime 770ba7f headers default to None c984b32 Get rid of unnecessary stream parameter. 3be0deb Callback only use when upload/download stream f548b86 static token cache 111f14d static token cache 5ce40c1 Tox fixes 185ec6d Merge branch 'refs/heads/test-upload' into python ba43d8f Updated streaming callbacks d3339f7 Merge pull request #621 from stankovski/internal 3fcb214 Merge branch 'refs/heads/anna-local' into test-upload 2e18bac Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local ba3dd94 Added license headers 7b41b4e Fix the model/method class comment dbb60aa Finished implementation of internal ctors in C# and adds tests #618 [Delivers #106698204] 11aa6c1 Merge branch 'master' of https://github.com/Azure/AutoRest into internal ae343a8 Add ability to specify code gen settings via swagger spec #619 [Fixes #111791860] Add setting for C# gen to specify constructor protection level #618 [Fixes #106698204] 5c618ea Merge branch 'refs/heads/anna-local' into test-upload ff1248d Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local a1344ee Merge pull request #575 from xingwu1/python 3a8695d Update python code generator: ac0252e Merge pull request #620 from amarzavery/optional 35a6e81 Escape single quotes in the url for nodejs codegen 127610d Merge pull request #612 from iouri-s/patch-1 dd5f017 Merge branch 'refs/heads/anna-local' into python 01d3f53 Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local b8660f7 Reformatted model equality for flake8 50105af Merge pull request #610 from stankovski/client-request-id 3606ea6 Merge branch 'refs/heads/anna-local' into test-upload 2f6d22d Update python coverage pass requirements 2bdf346 Update coverage ignore strings to ignore .tox 1344bcb Fix issue in linux where node server doesnt exit 6cb7f57 Fix python failures related to shell execution 02187d9 Reduce the required code coverage for msrestazure 8f8bb72 Temporarily remove python 3.5 from tox validation 9c80c21 Fix travis for python f0d9da2 Added default value for LongRunningOperationRetryTimeout and fixed NodeJS code gen bd9640c Merge branch 'refs/heads/anna-local' into python 66e350f Fixed dict default f56637c Merge pull request #616 from jianghaolu/master 3c4e5a2 Add Android build doc to README 941f40a Updated documentation 922a963 Renamed paged.items to current_page fb5d653 Removed unnecessary utils require f52c2df Suppressed fxcop errors e9c5651 Merge pull request #611 from jianghaolu/batchfixes 5c44f6c More review edits 4641d2d Change ClientRequestId to GenerateClientRequestId e231f2f Handle null content in async operations 7118bdc Add test on response typed headers 7de84cd Add custom serializer for okhttp Headers 6c382b1 Add custom serializer for okhttp Headers 4045723 Added tests for ClientRequestId in Client 8bcfa71 updating clientruntime version to 2.0 c257b3b Removed paging collection magic methods 32849aa Revert "Removed paging collection magic methods" 816d619 Removed paging collection magic methods 03b4c1a Merge pull request #608 from stankovski/client-runtime c06db7d Updated NodeJS code gen to use clientRequestId from client 863ace5 Moving ClientRequestId to client 1bed78c Added NodeJS test e600220 Suppressed fxcop error 5aa2897 Updated code generator to populate ClientRequestId on CloudException 0aea0db Merge branch 'master' of https://github.com/Azure/AutoRest into client-runtime 8d2f4dc Revved up ClientRuntime 198949e Added RequestId to CloudException ce26b35 Merge pull request #607 from jianghaolu/batchfixes 0ca1769 Support android flow a9aefc2 Support android flow c7b1e66 Removed ordered models 9146a6f Merge pull request #606 from amarzavery/optional 7e859f1 Updated formdata uploads d98e102 Merge branch 'master' of github.com:Azure/autorest into optional cc59645 Improved Error handling 05391f4 Merge pull request #605 from matthchr/feature/rfc1123-datetime-kind-fix fa0c70f Fix bug with Rfc1123 dates related to DateTimeKind 2e475df Merge pull request #604 from jianghaolu/batchfixes 2cd9325 Move credentials setup after custom headers 8f07c84 Fix user agent header 1991445 Fix user agent header 28b3e49 Add content-type headers to requests 014740c Merge pull request #603 from amarzavery/optional 4c4bde7 updated jshint rc and clientruntime version numbers 1d60861 Support for Stream and Object Primary Types 43c569f minor fix 5500551 minor changes to pagetemplate model 7d17602 Merge pull request #602 from amarzavery/optional 73d925d Updated message string constant to 1.5 version of ms-rest and ms-rest-azure 41b4384 regenerated after pulling from upstream 0b846f4 Merge branch 'master' of github.com:Azure/autorest into optional ade6297 simplified parsing of CloudError 13ce073 Merge pull request #591 from matthchr/feature/header-return-fix 10ec8ea testing file upload b2b2818 Merge branch 'master' into feature/header-return-fix 4988741 Merge pull request #590 from amarzavery/optional dc2ce3d Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 44e7426 jshint fixes 913d3a4 jshint fixes 47cd2ca fix fxcop warnings 51f241a code generation changes e8a4aca clientruntime changes 9d4e732 Merge pull request #597 from stankovski/clientruntime-1.8.2 a828b05 Updated gulp-runtime-version-sync.js and re-ran against the latest code b45e6a5 Updated NugetPackageTest ClientRuntime version 031dfe5 Merge pull request #595 from stankovski/master e59b643 Fixed CustomSettings behavior when taken from autorest.json (issue #589) ff4e1c5 differentiate between parameter flattening and grouping d8a1a88 Merge pull request #594 from jianghaolu/master 1087a41 Merge pull request #592 from stankovski/master 4fee3d4 Fix issue with produces/consumes a183014 Fix URL handling in Retrofit 2.0 eb5235c Merge pull request #593 from jianghaolu/master 0c9f9d0 Fix java import and parameter grouping 77ac148 Fixed test a010746 Add HeadException tests 5c278a4 Merge branch 'master' of https://github.com/Azure/AutoRest 8560b60 Merge pull request #588 from jianghaolu/android fb42694 Fixed constructor when -AddCredentials is used and there are no other client properties (issue #570) a3e9c00 Regenerate test code d37a0ea Fix gulp build issues 5ecc6a1 specified moment as a dependency d3c7fe9 fxcop & clientruntime fixes. removed unrequired code. b46837e clientruntime changes 0f3da06 moved back to storage for azure nodejs tests 0af4ea3 all tests passing 89a0c08 code commit 1578def Add missing addons for android build cf11017 Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local 7de1917 Fix bug with "Produces" not being honored 191e31b Update python generator based on feedback: d6327d1 Replaced integers with logging constants 031dbca Fix pagable method param group bug 6dfab6d Update handling of headers 7993bfd Merge remote-tracking branch 'Azure/python' into python1 35a71d2 Add authentication lib build to gulp 33e9edc Add android to travis build 5a21d07 Include Java auth libraries in gulp ad98381 Split JDK/Android authentication libraries from runtime 4c481c9 Split JDK/Android authentication libraries from runtime c75bcb0 Split authentication into JDK and Android 5669d0f Split authentication into JDK and Android e4bd945 Add android authentication library 5236ce7 Add android authentication library 8670ca4 Corrected model equality and sortability 8bf26c0 Merge pull request #586 from Azure/master a203a95 Merge branch 'master' of github.com:Azure/autorest into optional 85530fe Update swagger-extensions.md cb7df7c Update swagger-extensions.md 58086c1 Merge pull request #585 from jianghaolu/paginggrouping bff0b7a Merge pull request #587 from stankovski/master ae8657b Fixed body-formdata.json spec 1578b5f Fixed azure tests cf20ad3 Added docstrings, review fixes, bug fixes 5784b84 Fix suppresion file encoding 8912269 Support scenario for grouping partially header params 65ac200 polymorphicdiscriminator support for deserialization 1ad1b1c polymorphic serialization in clientruntime 91d6d0c [fixes #109931270] Support reusing grouping types for paging next operation 8dd33d7 [fixes #109931270] Support reusing grouping types for paging next operation e6e4cf9 Fix the suggestion in code review. f3f65c5 modified PageTemplateModel 5f80292 reconstructed model mapper for serialization and deserialization 2350e02 able to generate model mapper d89ecad Merge branch 'master' of github.com:Azure/autorest into optional fc7b513 added constraints validation in the serializer 7204e00 Implemented deserialization with ResourceFlattening and Paging support 3d5cfdf serialization looks decent 5e5c95a resource flattening a5bb44c Merge pull request #578 from stankovski/master 0a7c614 Updated documentation 591f68b Fixed parsing of x-ms-request-id and x-ms-client-request-id 70331db Merge branch 'master' of https://github.com/Azure/AutoRest 3e944f1 Updated schema and removed one layer from x-ms-request-id and x-ms-client-request-id extensions 9c3568c Fixed x-ms-paths d0521fc Merge pull request #577 from stankovski/master d2fae5c Fixed x-ms-external definition d65595f Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 5b4e928 serialization in ms-rest 6a2e2c9 serialization in ms-rest f9cd626 Update swagger-extensions.json f9b49df Merge pull request #576 from stankovski/master 726d752 Added schema for AutoRest swagger extensions b17b0ee Update the code generator for cleanup. 130fb65 Add gulp step to install tox before python tests 67f7468 Updated user-agent config f90bfac Update client runtime for bug fixes. 3db1c7b Default item name should be "value" instead of "values". f3ce76e Fix flake8 issue and update test codes. cb0866c Fixed parameter encoding bac92b6 Azure Python will return bool for HEAD operation. 9f98cea Update python clientruntime. e8f366a Enable flatten resource on generated code. 3b8d654 Update Flake8 to have line length max = 100 b32a4c1 More LRO and paging tests 631fc71 Add gulp integration for Python tests f227624 Update azure python generator. f0ea311 Update the serialization code for path/query/header. Enable stream support. 70eb2ab Add test cases and fix bugs. 077c8fd Header parameter isn't set correctly. Don't generate listNext function since we already handle in Paged class. 86b24cc Updates to serialization for date, rfc and bytes b2e1d3f Init check in for azure python generator. 239753f Better handling for bool and bytes deserialization 7238298 Update model to import the base model class. 6c30cfd proposal for sequence serialization 6b0f104 Add setup.py for python generator, add Polymorphic support. 5d08875 Fix python enum generator e2b67b7 Add Tox support for Python af16f6c Update python code generator, remove useless methods. 3836c3d Improve python client runtime. c6418ce Fix generic generator bugs. 66049a1 Update client runtime. c725a8a Update python generator. 209358b Moved paging into generic runtime, added proper enum support f8b80da Python code generator first draft. 9aa1cbe Update msrestazure. 08470e3 Add python code generator place holder. 3aa5018 Init with new python client runtime. ffe48e7 Fixed schema table formatting e0966ef Update defining-clients-swagger.md e9b7c60 Merge pull request #574 from stankovski/master 6418c00 Addressed code review feedback eec67d5 Added remaining extensions cac9ae4 Added documentation on Swagger extensions beeeb54 Merge pull request #573 from amarzavery/optional 3e7e803 updated ms-rest-azure to 1.4.0 4f5f52d Merge pull request #572 from amarzavery/optional 721f560 regenerated nodejs code and fixed a test 32c516d Merge branch 'master' of github.com:Azure/autorest into optional ed6d514 Updated Error handling for NodeJS b6b54ed Downgraded client runtime to 1.8.2 29cba16 Merge pull request #571 from stankovski/master 3b392a2 Addressed code review feedback e8ffaa3 Fixed fxcop issues 0d8ec16 Regenerated tests 9a39186 Added OperationName property to x-ms-pageable cc3e772 Merge pull request #569 from stankovski/master 4587cfe FXCop suppressions 304be74 Added support for custom paths via x-ms-paths 60fbccf Merge pull request #566 from yugangw-msft/newton6 ecb8ce3 Merge pull request #567 from stankovski/master 3c8cf30 update e2e test to test 1.9.0 version of client runtime 1aebe63 Fixed OData expression builder with null 38a76f0 Merge pull request #565 from amarzavery/optional 3bd9491 Use 6.0.8 of newton.json when build for 4.5 29bd100 some more fixes a3369c2 Merge branch 'master' of github.com:Azure/autorest into optional 32cf05b base property check for sequence and dictionary types f548bb9 Merge pull request #563 from jianghaolu/jfixes f136e01 Update versions to 0.0.2-SNAPSHOT 9f98a09 Update versions to 0.0.2-SNAPSHOT 14a8872 Merge pull request #561 from amarzavery/optional 64dc2bb Merge pull request #564 from hovsepm/master 4e0bc0e Merge pull request #562 from stankovski/file ae76ab9 Fixed Odata filter bug with "startWith" null values d77e993 Address style checks 31d0b15 Address style checks c99e73f Support typed response headers in Java 6c185b4 Support typed response headers in Java dc6c512 C# IPage to be IEnumerable 2a5d264 Removed x-ms-file-name 9d277ee Static analysis fix 6ec6195 Implemented form-data support and file upload in NodeJS and C# ebe32bb generated code 0608859 Merge branch 'master' of github.com:Azure/autorest into optional f6beadb listNext() method should not be displayed if nextLinkName == null 2c287a5 Merge branch 'master' of https://github.com/Azure/AutoRest into file 92b75f1 Renamed ContentType to RequestContentType and fixed modeler to properly treat Consumes and Produces 6584c5b Merge pull request #559 from amarzavery/optional 2c940e1 Merge pull request #560 from stankovski/master 83ff37c Merge branch 'master' of https://github.com/stankovski/AutoRest into file 6439255 Regenerated with AutoRest 0.14.0 5548c8a Added support for upload streaming in NodeJS 6e5e0eb Implemented upload tests in C# ee27054 fix fx cop warnings c5d508e added unit test for complex model code generation in nodejs 50e2fe3 regenerated node and node azure code using the new version of code generator 3f2f689 Merge branch 'master' of github.com:Azure/autorest into optional f299ac0 Fixes issue #557 657e0b6 Merge pull request #558 from jianghaolu/jfixes e62dec2 Address code analysis errors 994c23f Address checkstyle errors dcac2c8 Address checkstyle errors b16dc7f Finish custom exception support 61a6fa3 Finish custom exception support 93462a6 Merge branch 'master' of https://github.com/Azure/AutoRest into file 73b40b2 Merge pull request #556 from stankovski/master 5b0de14 Bumped up version of AutoRest and ClientRuntime f75438d Work in progress on file upload bca1b5b Merge pull request #555 from jianghaolu/jfixes aec1d4a Support custom exception in Java 903fbb0 Support custom exception in Java 749e792 Update clients-error.md 2760381 Merge branch 'master' of https://github.com/Azure/AutoRest into file 55bf9f1 Merge pull request #554 from Azure/release-0.13.0 ed83a4f Merge pull request #553 from stankovski/release-0.13.0 ce41aa7 Incremented clientruntime versions for nodejs 5bac70c Updated changelog and converted it to .md format 9f06b44 Work in progress on file upload support 8d3e6b3 Add back polymorphism tests 8caaf34 Add back polymorphism tests 355e6d0 Merge pull request #552 from yugangw-msft/newauth 7c9cf82 Updating form-data example and server 6062d59 Merge pull request #551 from stankovski/dev e243fd6 Added test for the fix 6d081ed Fixed issue with PolymorphicJsonConverter when models include Page 514ed41 Added support for generic file stream in C# 05b6f08 Work in progress on NodeJS file support 1207546 Merge pull request #549 from stankovski/underscore 97eb273 Merge branch 'avilenskydev' into underscore e765e13 FXcop validation fix d5ff404 Fixed URL generation with segment and updated LRO code b87152c Updated changelog 2315f63 Merge branch 'dev' of https://github.com/Azure/AutoRest into underscore da2ccd2 Merge pull request #548 from stankovski/dispoable 2f6ad73 use newer ADAL with support on federated org-id 3a6d084 Uncommented skipped tests f6f3084 Make the variables not clash with parameters (#309) 2aa6f1c Merge pull request #547 from stankovski/resProperties2 78ebfa3 Changed service interface in C# to implement IDisposable (#278) 3118d06 Suppressed fxcop warning 4346ea7 Merge branch 'dev' of https://github.com/Azure/AutoRest into matt-gibbs/resProperties2 94c0277 Merge pull request #538 from brjohnstmsft/jsonconvertfix 4720aaf Merge pull request #545 from amarzavery/optional b37fc30 Add custom JacksonConvertyFactory and fix polymorphism a4be93b Add custom JacksonConvertyFactory and fix polymorphism 51dd311 fx cop 75d3810 treat …
jianghaolu
added a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Aug 3, 2016
b4a6382 Simply signature for async service calls e952c39 Make ServiceCall Future-like REVERT: 8fbe3cb Merge pull request #26 from Azure/revert-24-revert-23-master REVERT: d67a862 Merge pull request #25 from jianghaolu/master REVERT: 7ad505c Revert "Revert "Changes from AutoRest & SDK"" REVERT: e4d8dda Merge pull request #24 from Azure/revert-23-master REVERT: 06e3169 Revert "Changes from AutoRest & SDK" REVERT: ea7edb9 Merge branch 'master' of github.com:Azure/AutoRest REVERT: 910cf5a Merge pull request #23 from jianghaolu/master REVERT: d7987f9 Merge commit '140542e7c5ceaaa632a9a146a1d603f2cd8acfdd' as 'src/client/Java' REVERT: 3722243 Reconstruct subtree REVERT: 262b35c Sync runtime with SDK repo REVERT: 3596f48 Merge branch 'master' of github.com:jianghaolu/autorest-clientruntime-for-java into runtimes REVERT: b108e05 Merge commit 'c0aa84911ceec370c33616c3658df16313b8dfde' REVERT: 3fa32be Merge pull request #22 from jianghaolu/master REVERT: 0a31705 Should use debug version of autorest when building on windows (#1268) REVERT: 0933d58 Aligning Authentication releases with the master branch (#1250) REVERT: 904ef23 Remove HEAD operation status code warning (#1265) REVERT: d0168cd Ruby - Update ms_rest & ms_rest_azure version to 0.3.0 (#1260) REVERT: 34f56ea Throw code gen error if pageable operation does not return pageable type (#1262) REVERT: 62173d1 Ruby - Adding warning instead of Validation failure when unknown property found on object. (#1263) REVERT: d8ef424 Fix exception in Log4NetTracingInterceptor default constructor (#1237) REVERT: 5d64b77 Ruby - ms_rest should throw validation error instead of NameError (#1255) REVERT: c6106a3 Remove Gemfile.lock and adding it to .gitignore (#1257) REVERT: 08b89cf Updating build instructions with the answers to some common gotchas (#1258) REVERT: 4f327ee [In- review] Improving pageable extension adding autopagination (#1211) REVERT: 4a489e9 Adding "clean" Swagger validation test (#1254) REVERT: 5069891 Support Char format for string (#1252) REVERT: 0da7d34 OS X platform name is darwin. (#1253) REVERT: 2a491e8 Ruby - Polymorphic discriminator hashmap should have exact model name as hash value instead of lowercased in Ruby (#1245) REVERT: 34a1832 Prepare for next development iteration REVERT: f0805a7 Use beta2 for other packages REVERT: 693fdd8 Remove deprecated methods from ms_rest_azure client_runtime. This change is related to PR #1011 where generalized method was introduced. (#1236) REVERT: fcbeb84 Handling lookup for provisioning_state in ruby client runtime (#1223) REVERT: 0c749da Adding Swagger file linting infrastructure and rules (#1246) REVERT: b348fdd Support Base64url (#1238) REVERT: 93de90c Fix for Issue #1202 (#1235) REVERT: a9acdd5 Fix runtime part of #1217 (#1224) REVERT: 6226c15 Support unix style timestamp (#1239) REVERT: ba86230 custom paths on different plats (#1248) REVERT: 7045fdb node clientruntime updates (#1244) REVERT: aaf8fd1 pulled in @stankovski 's fix for the comment problem (fixes #1228) (#1243) REVERT: 43432e9 don't compile windows-only projects on not windows. REVERT: 3f9053e put node tests back in REVERT: f4d008a Adding Roslyn support for unit testing REVERT: 19f629b Code changes for dotnet cli conversion REVERT: 32f7ccb Swapped out csproj build script for project.json and .xproj REVERT: cbe17c8 update license in header of source files to MIT REVERT: 000948f Update building-code.md REVERT: 45ddc1a Re-organize entire code repo (#1220) REVERT: 762eaa6 Prepare for next development iteration REVERT: 86aa2fc Merge pull request #1216 from vishrutshah/regen-samples REVERT: 8825f41 Removing check style for hiding utility class constructor. REVERT: 42c7200 Regenerate Java Samples REVERT: 20b4a28 Regenerate Ruby Samples and remove old Samples REVERT: 8b15c24 Increase ruby test coverage bar (#1188) REVERT: f8d2a9c Bump up version numbers for beta2 release REVERT: 8a01cb7 Java beta2 release (#1213) REVERT: 0c0e87b [Ruby - In Review] Restructuring generated Ruby & Azure.Ruby code into generated sub-folder (#1189) REVERT: 987e8db Updated the error message to include the method name and property when the NextLink property could not be found (#1206) REVERT: 79eb329 Migration to CoreCLR RTM (#1210) REVERT: 592ec93 Added parameter documentation to model constructors (#1184) REVERT: ab8f357 Fix parameter flattening codes handling of documentation string (#1199) REVERT: f8a2ad4 Adding javadoc gen as a part of build since javadoc generation catches some of the checkstyle and reference issue REVERT: 44645a6 Update Redis swagger test and add support for Pattern properties (#1191) REVERT: cf2fdb5 Adding publicIp sample, only mark sub-DAGs as non-prepare - the root DAG stay as preparer REVERT: 47b9652 Adding publicIp sample, only mark sub-DAGs as non-prepare - the root DAG stay as preparer REVERT: 5cc6367 Merge pull request #1157 from vishrutshah/x-ms-client-flatten REVERT: 882a7dc Merge pull request #1193 from hovsepm/master REVERT: 0e506fc Changed ClientRuntime.Authentication dependency range for Microsoft.IdentityModel.Clients.ActiveDirectory REVERT: 4d24335 Regenerating samples with gulp regenerate:expected:samples REVERT: d734d1a Fix for Issue #1075 (#1182) REVERT: 5c1cea8 Update README.md to include MS Code of Conduct (#1187) REVERT: cd769c3 Escapse . in property name for Ruby REVERT: a6aa047 Apply x-ms-client-flatten extension for Ruby & Azure.Ruby generator REVERT: e918ef8 Ruby - x-ms-parameter-grouping for Ruby & Azure.Ruby Generator (#1139) REVERT: 1d5e9c1 improving comment as per review REVERT: f84bd3d improving comment as per review REVERT: dc3d0ca Regenerating Samples in Azure.Ruby REVERT: 04a9525 x-ms-parameter-grouping for Ruby & Azure.Ruby Generator REVERT: 8c6ad3e Merge pull request #1186 from hovsepm/master REVERT: 25beef0 Addressing review comments [javadoc, simplfying the map iteration] REVERT: bf4c5ea Addressing review comments [javadoc, simplfying the map iteration] REVERT: af6f602 Upgraded to the latest version of net core on Ubuntu. REVERT: cfbafd0 comment corrections REVERT: 4688b88 comment corrections REVERT: ac633da Making DAG to work correctly to handle more cases REVERT: c841500 Making DAG to work correctly to handle more cases REVERT: 4aaef63 Adding a null check for reading Content from a response as a string (#1170) REVERT: 45c3d88 couple of javadoc fixes REVERT: a56b045 couple of javadoc fixes REVERT: 64a7b86 Do not need check property availability if nextLinkName is null (#1177) REVERT: 57288f4 Merge pull request #819 from jianghaolu/async REVERT: f3fe387 Merge pull request #819 from jianghaolu/async REVERT: 999fb18 Add retry for 404 GET REVERT: 99abc58 Add retry for 404 GET REVERT: 9c048fc Add a bunch of configs to RestClient REVERT: 22f2053 Add a bunch of configs to RestClient REVERT: 89bf350 Reuse the global autorest parameter. (#1171) REVERT: f1df2ab Add AzureResourceSchema Microsoft.Resources test (#1134) REVERT: 46a53cd Merge branch 'master' of github.com:Azure/azure-sdk-for-java into async REVERT: ad7507e Merge branch 'master' of github.com:Azure/azure-sdk-for-java into async REVERT: 76e3ae9 Merge pull request #832 from jianghaolu/restclient REVERT: 0c8a460 Merge pull request #832 from jianghaolu/restclient REVERT: 53ae9e7 Merge pull request #21 from jianghaolu/restclient REVERT: 7be25fe Merge commit '486acdc633c498d4335711e30817cc70faacc487' into restclient REVERT: 5ab5ddf Merge commit '486acdc633c498d4335711e30817cc70faacc487' into restclient REVERT: 04af976 Regenerate azure & azure.fluent REVERT: fecda5c Move RestClient into azure runtime REVERT: f84d8eb making dag::prepare to work for update REVERT: 5e5647f making dag::prepare to work for update REVERT: 05105b4 Remove rest client from generic codegen REVERT: 5dfea14 Ruby - Regenerating samples for ruby (#1179) REVERT: 74917b9 Summary comments contain improperly escaped backslashes (Issue #1152) (#1176) REVERT: bb4a917 Fixing the bug of trying to create created resources during update, adding better way to name gen resource names REVERT: 8604dee Fixing the bug of trying to create created resources during update, adding better way to name gen resource names REVERT: 61d1467 Improve support for "Summary" and "Description" documentation fields (#1163) REVERT: 1773d49 Add stage for base url REVERT: 4a7b25e Remove required mapper adapter REVERT: 6b71dda Ruby - Move serialization/deserialization into clientruntime from sdk (#1106) REVERT: b4a493d Ruby - Adding Model name on the properties of the ServiceClient (#1158) REVERT: 738d121 use AZURE_GERMANY insteadof AZURE_GERMAN REVERT: 1fd9e5f use AZURE_GERMANY insteadof AZURE_GERMAN REVERT: 6196ce0 Merge pull request #20 from jianghaolu/master REVERT: dc4ff41 Page with links to Issues Queries REVERT: 4ff4583 requestLibrarySink should be called with requestOptions if no additional arguments specified. (#1108) REVERT: ac312fe (C#) Adding support for "see" URLs in documentation (#1167) REVERT: 6c8f63a ensuring trailing slash for urls REVERT: 012a68b ensuring trailing slash for urls REVERT: c8db8d3 correcting environment name REVERT: 281f61c correcting environment name REVERT: 0261a6e Adding few more Azure environments REVERT: 91d4bb5 Adding few more Azure environments REVERT: 45a4711 Local gulp run produces expected file changes. (#1137) REVERT: 5aac1fa Add applyAsync() REVERT: b8d6ab8 Add applyAsync() REVERT: bc57070 Basic prototyping of async in fluent REVERT: 618091b Basic prototyping of async in fluent REVERT: 6b8360d Fix python code gen bug in handling "." in property name. (#1144) REVERT: 29ba650 Merge pull request #1160 from hovsepm/master REVERT: 958aedd remove stale token from tokencache for sp auth as adal does not remove it. (#1145) REVERT: d8c60c1 Downgrading ClientRuntime versions. REVERT: f8683d0 Merge pull request #1159 from hovsepm/master REVERT: b3084e2 Downgraded C# ClientRuntime reference to Json.Net in net45 platform to 6.0.8 REVERT: 06f30cf Checkstyle passes everywhere REVERT: 1bc2ab8 Checkstyle passes everywhere REVERT: 31e5a52 Supply CodeGenSettings via a JSON file to AutoRest. CodeGenSettings is de-serialized as Dictionary<string, object> so it can contain more complex properties than just strings. (#1147) REVERT: 89362bb Addresses issue #1087 (#1110) REVERT: 2bf6b8b Merge pull request #783 from jianghaolu/javadocs REVERT: e622549 Merge pull request #783 from jianghaolu/javadocs REVERT: b14cc72 Merge pull request #779 from jianghaolu/paramhostfix REVERT: b415da0 Merge pull request #779 from jianghaolu/paramhostfix REVERT: 546e068 Network passes checkstyle REVERT: 9ab4ca6 Network passes checkstyle REVERT: 14b071c Merge commit '4aa3dd4b847e747387475e9249c4aba97b6ef8ac' into paramhostfix REVERT: ef99c9e Merge commit '4aa3dd4b847e747387475e9249c4aba97b6ef8ac' into paramhostfix REVERT: 1ae4191 Merge pull request #19 from jianghaolu/updates REVERT: 623601d Schema typos (#1138) REVERT: 8b43962 Remove header after use REVERT: 3e644d9 Fix parameterized host concurrency issue REVERT: 95fa032 Done storage usages REVERT: 0b7ad46 Done storage usages REVERT: 7ad2207 Update dependencies to official releases REVERT: 87afa33 Merge pull request #18 from jianghaolu/renamesetters REVERT: 86e9bd7 Merge pull request #1105 from hovsepm/master REVERT: 194f509 Added gulp-msbuild normal level of verbosity. REVERT: 12c3135 Updated to the latest stable nuget version. REVERT: 9d078fe fixed nuget symbols push location. REVERT: 9c4442d Address checkstyle errors REVERT: c09b620 Merge commit '083e8ab0c10b58e1491cd38235da5110121ef326' into javavnext REVERT: b5859aa Merge pull request #17 from jianghaolu/renamesetters REVERT: 8a35466 Fixed broken test MappingExtensionTests.TestInputMappings (#1123) REVERT: f1f371c Merge commit '469f44270c1f37e6fe16bc324fea487a6354679a' into rename-setters REVERT: 24d5c1e Fix all sets to be withs REVERT: 6dd1aa6 Fixed assembly versions in client runtime. REVERT: 9efe50a Added license header to CertificateAuthenticationProvider cs file. REVERT: 9e11dd2 Some more renamings REVERT: 81ba78c Fixes #881 - failure to accept x-* vendor extension in path (#1122) REVERT: cd47ac1 Merge pull request #1136 from hovsepm/ClientRuntimeVersionUpdate REVERT: 6b34175 Changed minor version bump to patch update for RC2 migration REVERT: 1b17bc9 Renamed setXXX() to withXXX() for non-top level methods REVERT: 14a2cdf [Python] Fixed bug in enum namespace docs (#1074) REVERT: ae0f0a3 msrest/msrestazure 0.4.0 (#1092) REVERT: 88a5f61 Fix bug with custom client request id generation (#1104) REVERT: 26e44ad Updated documentation regarding dictionaries (#1115) REVERT: 6d06584 Issue 669 - added Exception xml doc comments (#1076) REVERT: 5ad191b Fixes #1019 - Verbose parameter and other costmetic issues (#1113) REVERT: f980c82 Merge pull request #1089 from daschult/master REVERT: 836c71f Support additionalProperties that accept all unbound properties. (see #1057) (#1112) REVERT: 09341fd Merge pull request #1107 from tbombach/master REVERT: d08d280 Changing YamlDotNet signing exception since the dll odesn't follow the same naming convention as Newtonsoft REVERT: 4f80e3e Merge pull request #1103 from tbombach/master REVERT: b859906 Framework for Creatable composition, managing dependency between them and creating resources based on topotogical order REVERT: f764ac5 Changing nuget reference to YamlDotNet.Signed, since we're referencing it from a signed assembly REVERT: 1a9e4e5 Add DevTestLabs acceptance test. Add 'format' property to JsonSchema REVERT: 242834c Moving web.yaml into Web/2015-08-01/ folder REVERT: 9ade282 Merge branch 'master' of https://github.com/Azure/autorest REVERT: 9b84c45 Add DataLakeStore acceptance test REVERT: 78906b1 Merge pull request #1100 from stankovski/syncwrapper REVERT: 85f149b Addressed code review feedback REVERT: fbdcc27 Addressed fxcop issues REVERT: e6f05e8 Added tests REVERT: f04e04a Adding script to can verify that developer system has correct setup (#1098) REVERT: b338faa Propagated SyncWrapper property REVERT: e4be13a Added XXXWithHttpMessages() method REVERT: f427898 Merge pull request #1096 from fearthecowboy/add-yaml-support REVERT: f233c04 Adding YAML support to Autorest. REVERT: 81937b8 Add DataLakeAnalytics acceptance test REVERT: ab5315f Merge pull request #1012 from abhivijay96/master REVERT: ca2b687 Merge pull request #1 from tbombach/user-agent-cleanup REVERT: 73987f0 Merge pull request #1068 from TimLovellSmith/fixDotNetRedisInheritanceScenario REVERT: 93d4e1c Merge pull request #1081 from daniel-ms/master REVERT: 22f7fc7 Cleaning up typos and comments for ServiceClient SetUserAgent REVERT: 47e95a5 Merge pull request #1093 from hovsepm/master REVERT: 58366bd Adding more logging for gulp.msbuild and retrying for http failures. REVERT: faf7508 Merge commit '97bc529bbb06017de0bb069012c016c2949157be' into javavnext REVERT: 9f4f7d6 Bumped up gulp npm versions REVERT: 18c6a84 Add CognitiveServices test REVERT: 40748df Merge branch 'master' of https://github.com/Azure/autorest REVERT: 7954a99 Turn off CA1822 for test projects, warnings about performance of non-static unit test methods are a waste of time! REVERT: f116efa Merge branch 'master' of github.com:Azure/AutoRest into quickvm REVERT: 1d34f9e Add tests for additional Network api versions REVERT: 4268976 Add acceptance test for additional compute api version REVERT: 2f45870 Add extra Storage api version acceptance tests REVERT: b403b9a Simplify the unit test for verifying redis swagger modelling inheritance scenarios. REVERT: c54836a Merge pull request #1091 from tbombach/dnx-gitignore REVERT: ef4d3ed Add additional CDN swagger and schema REVERT: 0b05742 Merge pull request #1090 from Azure/hovsepm-patch-3 REVERT: 24bc68e [Python] LRO and AAD updates and fixes (#1078) REVERT: 55a3b8e Adding dnx folders and files to gitignore since developers might still have them in their working copy after upgrading to CoreCLR RC2 REVERT: 19a6cc5 Add ability to seperate acceptance tests for AzureResourceSchema generator by resource provider and api version REVERT: 92d9a16 Update building-code.md REVERT: 4652810 Merge branch 'master' of https://github.com/Azure/autorest REVERT: 083672e Update AzureResourceSchema generator to create DNS schema REVERT: de936fb Merge pull request #1086 from Azure/hovsepm-patch-2 REVERT: 6a8c6d6 Merge pull request #1085 from Azure/hovsepm-patch-1 REVERT: 871cb9a Update building-code.md REVERT: 87c1603 Update building-code.md REVERT: 337d976 Merge pull request #1084 from hovsepm/netcore REVERT: 3f84226 Enumerating over create method parameter enum values REVERT: d5a44b0 Adding x-ms-client-flatten parameter to the swagger scehma, as it was missing: the spec defines that it is possible to add that extension to a body parameter. REVERT: f32e824 Rename Microsoft.DNS.json expected schema to Microsoft.Network.json REVERT: eb56294 Getting baseline for dns schema generation REVERT: 80d8030 Merge branch 'master' of https://github.com/Azure/autorest REVERT: 2707593 Fix code analysis warnings from using ToLower(CultureInfo.InvariantCulture). REVERT: 1382a5e Merge pull request #1061 from daschult/master REVERT: 568ded9 Merge pull request #1067 from veronicagg/changelog REVERT: 7f5ae11 Fixed AutoRest.sln test references fro CSharp Generators REVERT: 25a2716 Removed dnxcore50 from generated code. REVERT: 59e6389 Merge branch 'master' of https://github.com/Azure/autorest REVERT: 4736d63 Merge pull request #16 from jianghaolu/checkstyle REVERT: 9b363b4 Making corresponding changes to gradle REVERT: 122b780 Update travis to install build tools REVERT: 62865c0 Move checkstyle to build-tools REVERT: 72b915b Cleaning dnx from gitignore and tools REVERT: 5f97447 Modify the circular detection logic for circular 'allOf' inheritance so that there can again be a passing test 'ClientModelWithCircularDependencyThrowsError'. REVERT: eb8754b Add checkstyle to travis build REVERT: f1f7584 updates to readme (#1071) REVERT: f9a1606 updates to node.js clientruntime (#1070) REVERT: 3cb1bec interactive login in the node runtime (ms-rest-azure) (#1066) REVERT: de3e3c4 Added Generator CSharp tests to ClientRuntime solution REVERT: de698f7 Optional suppression file for maven scenario REVERT: 630ea05 Changed nuget package test to be called after each language generator test REVERT: 0ba790b Fix Swagger SchemaResolver to allow for the fact that properties may be defined by chains of indirect references to some type which inherits from another compatible type - and that should be fine! REVERT: 55702f0 Merge commit 'bebdec5b1bbf8d0d2b6be78eb00cd2fc85646763' into checkstyle REVERT: 0bcf347 Move checkstyle rules to runtimes REVERT: 3ea49f8 Adding ChangeLog REVERT: 9c26eea Added AcceptanceTestPath to the exception message. REVERT: 79a1c2c Fixed test project build failure in VS2015 REVERT: eba3a94 fixed python test with . in base UR REVERT: 7f2b179 Fixed remaining Java tests with . in the base URI REVERT: 191cac8 Bringing back Generator tests to Linux run REVERT: a1ac974 Changed . in Java test URI REVERT: 8fa3955 Changed the url for LROS and paging on the test server REVERT: 7dc762c Changing NodeJS Azure LRO tests base URI REVERT: 9071c8d Add checkstyle rules REVERT: 4ce0ca2 removed mono from travis.yml REVERT: 9a0b774 updated NuGet.exe to 3.5-beta REVERT: f1ac322 Fixed travis.yml REVERT: d25043a Merge pull request #1062 from veronicagg/relprep REVERT: 6c2547a changed test server package dependency REVERT: d76911a Skipped Generators tests in travis. REVERT: 45413a8 Updating ms-rest-azure version REVERT: 7282bf8 Merge pull request #14 from jianghaolu/ua REVERT: 9750fcb Fix generated file name REVERT: 13575b4 Pull runtimes subtree REVERT: 5202139 Fix styles and tests REVERT: b443c0f Fix styles and tests REVERT: 99cd7ee Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua REVERT: aabe677 Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua REVERT: 63803e0 Fix runtime tests REVERT: c2765e5 Merge commit '3420556ca4cee622a71e11aa166f8e9ec894f818' into ua REVERT: 6037451 Send client specific user agent REVERT: b887e80 Add user agent to every method REVERT: 6825c6c Fixing net 4.5.2 reference in test project. REVERT: 8151cf6 Fixed travis.yml to use coreclr rc2 instead of dnx REVERT: 773e9f1 Merge branch 'netcore' of github.com:Azure/AutoRest into netcore REVERT: 02f34b8 Merge pull request #1058 from Azure/master REVERT: adee9ea Http method get with status code 204 should be success in longrunning operation. (#1056) REVERT: 35e197f Merge pull request #1033 from lmazuel/useragent REVERT: 8212eb8 Get formatted reference value for only sequence type or return name (#1051) REVERT: 4624e6f Update ServiceClient.cs REVERT: 4630b69 Update ServiceClient.cs REVERT: a63879d Merge pull request #1020 from annatisch/py-dev REVERT: 5681eea Merge branch 'netcore' of github.com:Azure/AutoRest into netcore REVERT: bc85f48 Merge pull request #1052 from Azure/master REVERT: ffe7e89 Fixed netcore build warnings. REVERT: 69a989d Fixed gulpfile.js REVERT: 92a2f95 Merge pull request #1039 from jianghaolu/master REVERT: 9d48136 Add a test for request id header REVERT: 29d8857 Fix request id to be generated each time REVERT: cab9d04 Merge pull request #1023 from csmengwan/master REVERT: 689423c Merge pull request #1001 from tbombach/getting-started REVERT: e0e5bd1 Fixed failed test REVERT: 640df1a Review feedback REVERT: 9f62082 Set customer headers default to None REVERT: 4104a56 Support for x-ms-enum ModelAsString REVERT: 1d37145 removed base64 encoding/decoding REVERT: 914f60f Added support for base64url serialization REVERT: 3e08cfa Regenerated REVERT: 1991851 Added unix url test REVERT: 6500965 Revert "Change body serialization for complex type" REVERT: 24cd72e review cleanups REVERT: 88438df Regenerated tests REVERT: 05f68a6 Test dict serialization REVERT: 51948d7 Refactored dict serialization REVERT: 00ff9b3 tox cleanups REVERT: c951cb8 regenerated python tests REVERT: 71f8973 support for unix timestamps REVERT: 64e0b96 Removed config objects from tests REVERT: 42219a6 Merged config and client objects REVERT: fae2d8a Change body serialization for complex type REVERT: 7ef8f8c Updating documentation in the running AutoRest section REVERT: 833c80d Merge pull request #1045 from daschult/master REVERT: 2c27c28 Update ServiceClient.cs REVERT: ca5a350 Update ServiceClient.cs REVERT: 6cb707c Merge branch 'netcore' of github.com:Azure/AutoRest into netcore REVERT: e23db71 Merge pull request #1047 from Azure/master REVERT: 111d7d5 Merge branch 'master' of github.com:Azure/AutoRest into netcore REVERT: 71bc552 Moved to CoreClr RC2 public preview REVERT: eff510f Fix analysis errors REVERT: b39ebd5 Merge pull request #1046 from tbombach/update-autorest-version-0.17.0 REVERT: 8e26ebe Merge branch 'master' of https://github.com/Azure/autorest REVERT: 4d6e574 code revise REVERT: e39bf6d Merge branch 'master' of github.com:Azure/AutoRest into netcore REVERT: 52f3fbf Bumping AutoRest version to 0.17.0 REVERT: e518b9c Merge branch 'master' of https://github.com/Azure/autorest REVERT: e9adb9d Update expected azure resource schemas and remove InternalsVisibleTo in AzureResourceSchema generator project REVERT: 328825f Update ServiceClient.cs REVERT: b2f822e Merge pull request #1010 from hovsepm/master REVERT: 8124fb7 Merge pull request #1040 from matthchr/feature/param-group-comments REVERT: a0a620d Regenerate expected REVERT: ac754e6 Refactor parameter grouping and enable better comments REVERT: f69f5ce Merge pull request #1018 from daschult/master REVERT: 68b02be Merge pull request #1035 from brnleehng/feature/doc-strings-1 REVERT: a30c462 Merge pull request #1016 from kirthik/master REVERT: 6de0b6d Adding support for Unix date-time in ruby (#1014) REVERT: 3285bee Merge pull request #1038 from Azure/release REVERT: f1585bd Use SNAPSHOT runtime as dependency REVERT: 530c90c5 Use SNAPSHOT runtime as dependency REVERT: 41224f8 ComputeManager, rename region->location, etc REVERT: 6196277 Updating the dockerfile to use AutoRest 0.16.0 REVERT: dcdca06 Added null check for property REVERT: 374455a Regenerated expected files REVERT: 78356b5 Updated comments for references REVERT: 5e2de11 enabling Azure.authenticate(File).withDefaultSubscription() based on the subscription provided in the file REVERT: 09ffae3 Merge pull request #1032 from tbombach/package_namespace_null REVERT: 927a9d4 Add platform in Python UserAgent REVERT: fe3e5a4 Fix for a null reference exception in JavaCodeNamer when the namespace parameter is not provided as a command line parameter REVERT: 38aa357 Merge branch 'release' of https://github.com/Azure/autorest into release REVERT: a5e2004 Merge branch 'master' of https://github.com/Azure/autorest REVERT: e1d41ab Patch support for long running operation in ruby (#1011) REVERT: a76ce51 Merge pull request #1029 from amarzavery/optional REVERT: 2777e8f Merge pull request #1031 from jianghaolu/release REVERT: af4d522 fix env tests REVERT: 12ac648 Use 1.0.0-SNAPSHOT for Java & Azure.Java REVERT: 7c948e1 Merge branch 'release' of github.com:Azure/autorest into optional REVERT: ca68a08 updated activeDirectoryEndpointUrl with slashes REVERT: 7f90ee0 Adding release notes for 0.16.0 release REVERT: 30ed59c Added expression support REVERT: daacda8 Merge pull request #702 from jianghaolu/master REVERT: 075398c Merge branch 'dev/daschult/AddChildResources' REVERT: b14c51d Merge branch 'master' of https://github.com/Azure/autorest REVERT: fb19554 Add support for child resources REVERT: 1150967 updated node.js clientruntime version to 1.13.0 & 1.3.1 for ms-rest-azure & ms-rest resp. (#1026) REVERT: 788f625 support for Azure.authenticate(File propertiesFile) REVERT: 4f7dc49 updated node.js clientruntime version to 1.13.0 & 1.3.1 for ms-rest-azure and ms-rest resp. REVERT: dab7626 Address eclipse build errors REVERT: cb980a4 Merge branch 'master' of github.com:Azure/autorest into optional REVERT: 5604cf9 Added support for Microsoft.Web. Change resource schema resource names to be resource type with '_' instead of '/' REVERT: 630d39b Fix LRO issue in C# code gen REVERT: e0fde05 Rename JSONSchema.cs to JsonSchema.cs REVERT: 01d7a12 Merge branch 'master' of https://github.com/Azure/autorest REVERT: d406c85 Add Network test REVERT: 31f3a92 Fixed parsing SequenceTypes and add Compute acceptance test REVERT: cfdf8a8 Appended additional operation names to the documentation for Parameter Groups (#1002) REVERT: 3eef4f2 Fixed all analysis errors REVERT: 42cd603 Storage, Batch, and CDN schemas generating REVERT: 9562283 Fix for #967: C# generator generates code that contains compiler warnings REVERT: 79b3093 Update ServiceClient.cs REVERT: 8a2fd9a Update ServiceClient.cs REVERT: c4c32d2 Working on model REVERT: 19cb26d Fixed typos in comments REVERT: 5e54326 Storage and Batch passing REVERT: c8ecc0f Merge pull request #13 from jianghaolu/snap REVERT: 69f21a2 Use sonatype as public snapshots REVERT: 6cdb496 Merge pull request #12 from Azure/javavnext REVERT: df8fb81 Merge branch 'master' of https://github.com/Azure/autorest REVERT: 4c5f556 Add Batch acceptance test REVERT: 14c2966 Adding more instructions to the building code documentation REVERT: 0142862 [NodeJS] Redesigned the structure of AzureEnvironment and updated environment info (#998) REVERT: 88e3679 getting rid of underscore.js as a dependency from ms-rest-azure REVERT: 2a447e5 Merge branch 'master' of github.com:Azure/autorest into optional REVERT: 55af5be Redesigned the structure of AzureEnvironment and updated the environments with more values. REVERT: 49cc5e0 Can now generate fleshed out storage schema REVERT: f41092a Implement x-ms-parameterized-host extension for ruby (#992) REVERT: 16eebb8 Merge pull request #971 from tbombach/test-documentation REVERT: 5101bc7 Fixing arrays with collection format not replaced correctly in URLs (#990) REVERT: 47753e5 Fix AzureResourceSchema projects (#956) REVERT: 1f4cc35 msrest/msrestazure 0.3.0 (#982) REVERT: 78ce979 Updated the UserAgent ProductInfoHeaderValue to use the AssemblyInformationalVersion or the AssemblyFileVersion, if neither attribute is available it will default to the Assembly Version. (#979) REVERT: b274bbe Merge pull request #875 from csmengwan/master REVERT: 37a5369 UnixTime in node.js (#987) REVERT: 5e85f67 FxCop warnings REVERT: 340132b Merge branch 'master' of https://github.com/Azure/autorest REVERT: 63fee4f UnixTime tests REVERT: 54cfaac modification REVERT: ff64ad6 Merge branch 'master' of github.com:Azure/autorest into optional REVERT: 2f82af1 unixTime in node.js REVERT: 90d7f8b Merge pull request #11 from Azure/revert-10-revert-9-pagedListFix REVERT: 18066d8 Revert "Revert "Fixing UnsupportedOperation exception in PagedList"" REVERT: 651b102 fixed setting default value for a complex object containing constant properties (#985) REVERT: 6e44a66 Merge pull request #10 from Azure/revert-9-pagedListFix REVERT: 5a032ae remove null check validation for unixtime as they are treated as long in java REVERT: 8b7b17a Revert "Fixing UnsupportedOperation exception in PagedList" REVERT: 2e67caa Merge pull request #9 from anuchandy/pagedListFix REVERT: c3f7a46 Fixing UnsupportedOperation exception in PagedList REVERT: f0dff3d Fixed fxcop warnings REVERT: 845fc5b result of executing gulp regenerate:expected REVERT: 7750284 fixed setting default value for a complex object containing constant properties. REVERT: 82bdc8b Merge pull request #8 from anuchandy/gradlefix REVERT: d56d5e0 Merge commit 'ae4c3ba611076c6d1a2e6fedb6616d5c3b0fdb3d' into exp REVERT: 2a37759 Merge pull request #7 from jianghaolu/restclient REVERT: 9295380 Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext REVERT: eee9f2a Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext REVERT: 4a965fd Merge pull request #984 from jianghaolu/builder REVERT: 73b3ae3 Merge pull request #984 from jianghaolu/builder REVERT: 4cfb906 Merge pull request #958 from jianghaolu/javartremoval REVERT: 8009399 Address checkstyle errors REVERT: 168b99e Address checkstyle errors REVERT: 9a27d68 Support base URL replace using Interceptor (Retrofit 2.0) REVERT: fa1ac24 Support base URL replace using Interceptor (Retrofit 2.0) REVERT: b6592da Removing unused VersionInfo task from runtime gradle files REVERT: e5cbc40 Fixing few compilation errors, removing gitrevision artifacts from the POM and Gradle files REVERT: 1a6bf4e code revise REVERT: 2f7d3e4 Deprecate two old functions REVERT: b6c78d5 Add RestClient REVERT: fcfb315 Add RestClient REVERT: 46b1540 Merge branch 'master' of https://github.com/Azure/autorest REVERT: f82044b Merge branch 'master' of github.com:Azure/autorest into optional REVERT: dfba322 Move .build() from collection calls to initialize() REVERT: 75e08f0 Move .build() from collection calls to initialize() REVERT: f510e4d Merge branch 'master' of github.com:Azure/AutoRest into netcore REVERT: 32d190e Merge pull request #974 from hovsepm/master REVERT: 88cef20 Fixes Issue #944 by catching the JSONException that may occur on a Non-Success StatusCode when attempting to Deserialize the HTTPResponse.Content when it is not JSON. REVERT: af6fa32 Fixed the test REVERT: 72ba2d6 Added tests to Odata filter generation REVERT: f76e16f Merge pull request #973 from Azure/revert-902-master REVERT: 1e0252d Revert "Escape data strings for odata queries." REVERT: a7b6eb9 Added an ExitCode to Autorest.exe (#966) REVERT: 08bd336 Adding documentation for instructions on writing tests in AutoRest REVERT: c38771d Fix FXCopy issues REVERT: f325514 Merge branch 'master' of https://github.com/Azure/autorest REVERT: ab9cb34 Merge pull request #948 from tbombach/issue-909 REVERT: d1d781c Python Read-only and UTF-8 support (#959) REVERT: 468c8c4 Fixes the issue where the contents of the output file for SingleFileGeneration are appended to each time Autorest is run (#968) REVERT: dccbc73 Simplifying the logic for determining SerializationSettings REVERT: 1819c56 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-909 REVERT: b6ee9ef Merge pull request #947 from alesvi/master REVERT: 05e8518 Fixed build.proj to use netcore instead of dnu. REVERT: 62dfbcc Fixed CSharp Generators test project REVERT: 74692a0 Fixed Microsoft.Rest.ClientRuntime.Tracing.Tests test and removed xproj and csproj files REVERT: a757cc4 Can generate storage schema from swagger REVERT: 16b8f29 Set the intial coverage for the LRONonRetryPut201Creating400InvalidJson to 1 REVERT: 0b4ee07 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-944 REVERT: d41d44c Added a LRO acceptance test to verify that a CloudException is thrown when a JSONException occurs during Deserialization of the response content REVERT: 0e5da7e Merge commit '7162a39ae50d95c1a20cbb521282752955ed722a' as 'ClientRuntimes/Java' REVERT: 88f2de6 Remove submodule REVERT: a6eef1f Merge pull request #5 from Azure/jianghaolu-patch-1 REVERT: 2c03d76 Update README REVERT: 7c87e37 Use latest javavnext runtime REVERT: 78359ef Merge pull request #4 from jianghaolu/javavnext REVERT: f7a6b01 Use snapshot in build.gradle in azure-client-runtime REVERT: 2ad3332 Use javavnext branch consistently REVERT: f1d7b46 [Azure/autorest#957] Merge pull request #3 from jianghaolu/javavnext REVERT: 831f725 Runtime changes in javavnext REVERT: 8979cac Use relative path in .gitmodules REVERT: 1c70756 Add Java runtimes as a submodule REVERT: e8eb547 Remove Java/ in ClientRuntimes REVERT: d7f6ea2 Merge pull request #2 from jianghaolu/master REVERT: dadd75f [Azure/autorest#957] Add gradle wrapper jar REVERT: e1947d8 Add travis file REVERT: 391afe5 Compiles REVERT: 6981bc8 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-909 REVERT: ce58306 Fix AzureResourceSchema project REVERT: 0eb8d0f Merge latest from Azure/AutoRest REVERT: f277902 Merge remote-tracking branch 'upstream/master' REVERT: a373026 Add dependencies in parent pom REVERT: 0e14ae1 Merge pull request #955 from jianghaolu/javavnext REVERT: 6e56f78 Initial commit REVERT: 3dd9e99 Merge branch 'master' of github.com:Azure/autorest into optional REVERT: 91d73c6 Python Streaming Test Fix (#953) REVERT: f674f3c Add fluent to pageimpl REVERT: 7082f8e Use String for OData REVERT: b7dc878 Use String for OData REVERT: 42a3277 Use String for OData REVERT: 9a03f63 Fix paged list to use hasNextPage() for hasNext() REVERT: ea61512 Fix paged list to use hasNextPage() for hasNext() REVERT: 88c8aad Fix paged list to use hasNextPage() for hasNext() REVERT: 77a7eb1 Extend functionality for paged lists REVERT: 4ff082d Extend functionality for paged lists REVERT: 8b1aeed Extend functionality for paged lists REVERT: 3d236fe Regenerate after merge REVERT: 07bda32 Address code analysis errors REVERT: 8bd5afd Rename method group impl to inner REVERT: 6333912 Rename only top level parameters & responses to Inner REVERT: 51f17c3 Move into implementation.api subpackage REVERT: 175a66e Rename models to end with impl REVERT: b877cbf Seperate type name generation and client name generation REVERT: cd01cf8 Remove interfaces for method groups and service clients REVERT: b81317e Remove get prefix on model property getters REVERT: cea6f72 Remove get prefix on model property getters REVERT: c0b92a9 Remove get prefix on model property getters REVERT: 5573dc8 Move impl classes to implementation subpackage REVERT: b2c127f Rename AutoRestException to RestException REVERT: fc7d9a9 Rename AutoRestException to RestException REVERT: c009c93 Rename AutoRestException to RestException REVERT: 4c181b2 Address code analysis REVERT: 3a885ff Shorten operations names to simple plurals REVERT: b7de51d Rename method groups without Operations suffix REVERT: 29dc46d Python Bug Fixes (#928) REVERT: 14b4e56 Merge pull request #951 from jianghaolu/master REVERT: a6feaf0 Okio 1.7.0 REVERT: 0592481 Okio 1.7.0 REVERT: cd746ab Okio 1.7.0 REVERT: 3622e2b Added a new LongRunningOperations test to verify that a CloudException is thrown even when a JSONException occurs Deserializing the HTTPResponse.Content REVERT: 8b015ac Captured the JSONException that may occur on a Non-Success StatusCode when attempting to Deserialize the HTTPResponse.Content when it is not JSON REVERT: b6bf4cc Adding a User-Agent header to the request done in FileSystem.ReadFileAsText REVERT: 5577875 Updating test coverage list REVERT: 59d3fa9 Adding test for Unix time encoded values in path REVERT: 166ff89 Updating test server to add test scenarios for unix time REVERT: 1833d26 Adding a new primary type for unix time and updating namers to handle this type REVERT: 646e72a Converting CSharp ClientRuntime projects to CoreClr REVERT: 296bb25 Correct bug link re: multi (#939) REVERT: 56a20fa Merge pull request #917 from AzCiS/master REVERT: 1ac04c3 Merge branch 'master' of github.com:Azure/autorest into optional REVERT: 0e2d13a Update swagger-extensions.md REVERT: 016cef6 Enhancement to "x-ms-parameterized-host" extension (#929) REVERT: d8110cf positionInOperation defaults to first REVERT: 63b9fd6 Enhancement to x-ms-parameterized-host extension REVERT: 5b4ca29 change code gen in node js to merge LRO operations into one method REVERT: ffb8fa3 Almost have Storage schema generating from swagger spec REVERT: b9d642d add 204 poll state for post REVERT: b73c784 Fix: https://github.com/Azure/autorest/issues/923 REVERT: 9573dee code revise REVERT: d1ff941 fix the naming issue in azure serviceClientTest REVERT: 39b4b19 code revise REVERT: ab93a4a Merge pull request #927 from jianghaolu/master REVERT: 7c26136 Android license split into 2 REVERT: a8c0328 AzureResourceSchemaCodeGenerator shows up in AutoRest help and tests pass REVERT: 7bfc5c2 Add AzureResourceSchema to configuration file REVERT: f7840bf Update AzureResourceSchema projects and add initial c# files REVERT: 3106fb8 Automatically detect MSBuild tools version in Windows platform REVERT: 0522974 Add initial AzureResourceSchema project and test project REVERT: 1f44695 msrestazure 0.2.1 REVERT: 12e9590 Python model kwargs removal REVERT: 5915c65 removing logic to require('moment') from model classes REVERT: 94b15ef Automatically detect MSBuild tools version in Windows platform REVERT: 97545e3 fixes issue #890 REVERT: 965e722 Adding a method in the AzureClientExtensions to handle the PutOrPatch async calls with 202 responses which have no body and no specific headers REVERT: 6142fb7 csv array in path #900 REVERT: afd67f1 added test for flattening generic properties of a model to be flattened REVERT: e4ba498 Merge pull request #908 from jianghaolu/master REVERT: 70fe5ce Merge pull request #908 from jianghaolu/master REVERT: bb0d05b Merge pull request #908 from jianghaolu/master REVERT: 4c4604f Merge pull request #904 from amarzavery/enum REVERT: 5a6f236 Merge pull request #891 from dtretyakov/master REVERT: 6158597 Merge pull request #891 from dtretyakov/master REVERT: e97388a Merge pull request #891 from dtretyakov/master REVERT: 711df83 Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors REVERT: de0232b Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors REVERT: 73e516c Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors REVERT: 360619a Merge pull request #901 from jianghaolu/optional REVERT: 12f4d00 base64Url support for node.js and inclusion of composed properties while flattening. REVERT: e70afa7 Merge pull request #902 from begoldsm/master REVERT: 1ec7248 Fix test breaks. REVERT: ed2d74f Merge branch 'master' of https://github.com/Azure/autorest REVERT: dd478b8 Add missing condition in Azure template REVERT: 4ffe90d Re-gen and address code analysis errors REVERT: 107c6c9 Add null checks to optional flattened wire parameters REVERT: e941db6 bring variable declarations back REVERT: 89a40ba Merge pull request #878 from tbombach/base64url REVERT: 8ab297f Fixing merge conflict for renaming base64url type in Java REVERT: 6daa5ef Remove useless nulls when input is optional REVERT: 15b977f Merge remote-tracking branch 'Azure/master' into base64url REVERT: 7ff9d25 Merge branch 'master' of github.com:Azure/AutoRest REVERT: 36b2ce5 Merge pull request #898 from jianghaolu/nocodegenheader REVERT: ab982ac Escape data strings for odata queries. REVERT: c0d3614 Merge remote-tracking branch 'Azure/master' into base64url REVERT: 49a0c03 Fix head response with headers REVERT: 4163396 Fix head response with headers REVERT: 3b3c788 Fix head response with headers REVERT: c174932 update paging extension documentation. REVERT: b37fc5e Add option for license header w/o codgen info REVERT: 3992b7e Merge pull request #893 from jianghaolu/defaultvalue REVERT: 1aab052 Updating the client runtime package version REVERT: 24a74a0 Fix type normalization [stackoverflow in network] REVERT: 5732fa5 Update swagger-extensions.md REVERT: d468bfc Fix parameter conversion REVERT: bf5456a #889: Fix credentials setup in service client REVERT: b5163a9 Adding test case for accepting a base64url encoded string in the path REVERT: eb7cf92 Merge pull request #892 from annatisch/PythonPollingBuxFix REVERT: f25e20c Merge pull request #894 from lmazuel/msrest020-msrestazure020 REVERT: bef80e6 msrest-msrestazure 0.2.0 REVERT: d0a6e6f Add default value support for optional parameters REVERT: 725c1f6 Merge pull request #880 from jianghaolu/refactoring REVERT: ecb8a4c Remove unnecessary serializations for some primary types REVERT: 32a8ff1 Edited changes REVERT: e8b8f7d LRO polling fix for status enums REVERT: 045fb77 Fix status code validation in java client REVERT: 6b0d795 Fix status code validation in java client REVERT: 3b59c0f Fix status code validation in java client REVERT: f4a4543 Merge pull request #887 from Azure/devigned-patch-1 REVERT: 78c499d Update swagger-extensions.json REVERT: f32e739 fix test compilation errors REVERT: b8cfd81 Add parameter conversion REVERT: 9b1bb48 Fix parameter invocation REVERT: 754785b Fix some imports REVERT: de7c6e9 Add property model and fix type conversion REVERT: 52beb9d Merge pull request #879 from lmazuel/enum_as_int REVERT: c1bcfb9 Merge pull request #883 from amarzavery/enum REVERT: 3b3b14e pusblished 1.12.0 version of ms-rest and ms-rest-azure REVERT: d824238 Address code analysis errors REVERT: 83c8291 Move all string templates to ResponseModel REVERT: 05a7ebc Let Response model handle client type string REVERT: 4ab8892 style change REVERT: f72ae19 Merge branch 'master' of https://github.com/csmengwan/autorest REVERT: 6e478d4 fix async patch and post run REVERT: 9c7e28b code revise REVERT: 5dfaf9b Explicit comment as a temp workaround REVERT: 1539446 Move OperationResponseType to ResponseModel REVERT: f35d545 Move folder REVERT: 3c7cc6c Fix type token type REVERT: 406a741 Some renamings and cleanups REVERT: 671703c Add JavaResponse REVERT: ac318cf Allows to parse integer as enum valid values REVERT: b48d906 Let JavaParameter handle invoke REVERT: 3e4df71 Adding tests to ensure base64url format works in a dictionary and an array REVERT: 8466b63 Generate import list from JavaParameter REVERT: b9e1bbb Merge pull request #873 from annatisch/AzureOperationChanges REVERT: b3fd265 Merge pull request #877 from matthchr/feature/optional-body-fixes REVERT: 285b432 Adding the code coverage exception for base64url format for all languages until they implement the serialization for the type REVERT: b74a654 Updating nodejs coverage test to exclude base64url tests that haven't yet been implemented in the language REVERT: fe85341 Add JavaParameter REVERT: 53693bc Move primary type normalization to JavaPrimaryType REVERT: b789377 add test for fixing the post/patch async operation REVERT: baefd44 Fix nodejs server to correctly check optional body REVERT: f900898 Merge remote-tracking branch 'refs/remotes/Azure/master' into base64url REVERT: 6ae67cc Adding a test for handling a null value when it is expected to be base64url encoded REVERT: 9337878 Updating unit tests for swagger generation for base64url format REVERT: d6f7539 Making the code namers for each language treat base64url encoding as string if they don't handle encoding/decoding REVERT: daf75d9 Adding tests for C# for base64url REVERT: f058543 fix async patch and post run REVERT: 0faa880 Merge pull request #872 from jianghaolu/large REVERT: 7a39169 Merge pull request #872 from jianghaolu/large REVERT: f375b91 Merge pull request #872 from jianghaolu/large REVERT: 53c6ca7 Merge pull request #874 from jianghaolu/typefix REVERT: 7fbb811 Fix stream type in input mappings REVERT: e39b8c0 Fix stream type in input mappings REVERT: f92ffb3 Fix stream type in input mappings REVERT: e108283 Fix DateTimeRfc in parameter mappings REVERT: 74c3a75 Update travis node version to 4 REVERT: a26728c Added accept header REVERT: 1aeb717 Reformatted docstring REVERT: 081e7f6 Merge pull request #866 from jianghaolu/rfc1123 REVERT: f2319c8 Merge pull request #865 from lmazuel/msrest013-msrestazure012 REVERT: a8419ee more regression fix in azure codegen REVERT: 8381aa9 Fix regression in azure codegen REVERT: 84c75d9 #742 Hide RFC1123 on parameters REVERT: 99e6538 #742 Hide RFC1123 on parameters REVERT: 10ba216 #742 Hide RFC1123 on parameters REVERT: 8a326f2 Clean up method model and add wrapping to models REVERT: 812528f Address code analysis error REVERT: d9c5f88 #742: Hide DateTimeRfc1123 REVERT: 20649f3 #742: Hide DateTimeRfc1123 REVERT: c5cb522 #742: Hide DateTimeRfc1123 REVERT: ba3ca3d Remove entry from coverage reporter REVERT: a718459 commons-io was for debugging REVERT: cd818c8 commons-io was for debugging REVERT: 50561ec commons-io was for debugging REVERT: 589df22 Add download streaming support REVERT: 22d1d5a Add download streaming support REVERT: 3522036 Add download streaming support REVERT: b321647 Merge pull request #870 from jianghaolu/stream REVERT: 93075ab Remove unused imports REVERT: 67bb5a3 Stream support: change back to byte[] REVERT: 48d268a Updating C# Client runtime to handle the base64url format and add the associated Json serializer for properties of that format REVERT: 95dbe37 Merge pull request #869 from matthchr/feature/stream-fix REVERT: 34f7a98 Fix out of memory exception streaming large streams REVERT: 8250693 Merge pull request #868 from amarzavery/enum REVERT: d67b08f Adding primary type for base64url format REVERT: 7f3bb55 Updated tests and regenerated REVERT: 9e8d436 Merge branch 'master' of github.com:Azure/autorest into enum REVERT: 619ce59 Changed raw LROs in Python generator REVERT: b6ef4b7 [node.js] Add responseBody as one of the parameters in the callback while processing stream response REVERT: e8ad92f Removed raw from Azure LRO REVERT: beefee6 Merge pull request #851 from jianghaolu/lazy REVERT: b85040d Merge pull request #851 from jianghaolu/lazy REVERT: 6aed2ce Merge pull request #851 from jianghaolu/lazy REVERT: f24b0b6 Merge pull request #864 from jianghaolu/stream REVERT: 1898038 Reset server change REVERT: 58648e9 msrest 0.1.3 - msrestazure 0.1.2 REVERT: 26c3d3a Fix NPE REVERT: f72eb22 Fix NPE REVERT: d47a7df Fix NPE REVERT: 4d07844 Remove system.err REVERT: 43ae403 Remove system.err REVERT: e5cdce2 Remove system.err REVERT: 639f69e Change file upload type to java.io.File REVERT: 1eca766 Change file upload type to java.io.File REVERT: 8ef1fc6 Change file upload type to java.io.File REVERT: 9946a01 Fix close() in retry handler REVERT: 3301f3a Fix close() in retry handler REVERT: cfd8472 Fix close() in retry handler REVERT: 4bbb4a5 add close() to response bodies REVERT: 524b8c4 add close() to response bodies REVERT: f4adb86 add close() to response bodies REVERT: 6ac47d9 Manually change byte[] to File REVERT: 815bd1e Manually change byte[] to File REVERT: e21f437 Manually change byte[] to File REVERT: 8238efd Merge branch 'master' of github.com:Azure/AutoRest into lazy REVERT: cef40a4 Merge pull request #859 from jianghaolu/stream REVERT: 0dfd694 Merge pull request #856 from lmazuel/master REVERT: 8ae1e78 Merge pull request #861 from lmazuel/generic_deserialization REVERT: d1d64d7 Add missing javadoc REVERT: ea0f751 Add missing javadoc REVERT: 2b47ec9 Add missing javadoc REVERT: ec5a338 Re-generate REVERT: 689ff03 Add more laziness to PagedList REVERT: 510be3f Add more laziness to PagedList REVERT: 3ab0c6a Add more laziness to PagedList REVERT: 3b9f993 Fix PythonSDK bug 544 REVERT: 17485d7 Reset unnecessary changes REVERT: bebc9e8 Fix incorrect content type REVERT: fe83a2e Merge pull request #858 from NiklasGustafsson/master REVERT: 7031098 Merge pull request #860 from amarzavery/enum REVERT: f8a4da6 Merge branch 'enum' of github.com:amarzavery/AutoRest into enum REVERT: 542d576 Merge branch 'master' of github.com:Azure/autorest into enum REVERT: 71d5bd2 Fix python test REVERT: c6153ea Add missing multipart declarations REVERT: ca2ac16 Merge branch 'master' of github.com:Azure/autorest into enum REVERT: 07a49c1 fixes #782 for node.js and JSON.stringify of null value during serialization REVERT: 7b7b334 Remove invalid formdata parameter REVERT: b457065 Add support for file uploading REVERT: 77408ae 1) Implementing synchronous and HTTP-response-free operation methods for Ruby. This will lead to silent breaking changes in any generated libraries as the type returned will have changed for all non-LRO operations. 2) Modified tests to use the '_async' methods, except for LRO tests. 3) Added 'x-ms-client-name' to Swagger extensions schema. REVERT: e2c8d09 Merge pull request #852 from NiklasGustafsson/master REVERT: 45733bd Wait() must raises Exception if query failed REVERT: f4307d2 Fix iterator and add tests for PagedList REVERT: 227bea7 Fix iterator and add tests for PagedList REVERT: b439852 Fix iterator and add tests for PagedList REVERT: 7932d97 published 1.11.0 version of nodejs runtime REVERT: 1189e2d Merge pull request #853 from yaxia/master REVERT: c78174c Merge branch 'master' of https://github.com/NiklasGustafsson/autorest REVERT: 8254303 Merge pull request #11 from NiklasGustafsson/merged REVERT: baa5088 Fixed tests that depended on constant parameters not being supported. REVERT: 4cc03f7 Merge pull request #10 from NiklasGustafsson/master REVERT: 2b9f18a Added synchronous method versions for each operation. REVERT: 943e073 Fix error message in serializer REVERT: 31794ef Add lazy behavior in get() REVERT: c0c49bc Add lazy behavior in get() REVERT: fb0db57 Add lazy behavior in get() REVERT: 6fc1dd9 Add Javadoc and cleanup REVERT: 30d986f Add Javadoc and cleanup REVERT: a48a647 Add Javadoc and cleanup REVERT: 9d24b97 Merge pull request #9 from Azure/master REVERT: 2fed13f Fixed byte-array-to-string conversion logic. REVERT: 5fa2ff1 Merge pull request #850 from annatisch/optional_param REVERT: 6aa18d7 Adjusted Ruby tests for the new constant parameter logic. REVERT: b1e5619 A working solution for lazy initiliazed paging REVERT: 61447f3 A working solution for lazy initiliazed paging REVERT: 724ea5a A working solution for lazy initiliazed paging REVERT: c5ab686 Merge branch 'master' of https://github.com/NiklasGustafsson/autorest REVERT: 3beff93 Ruby pays attention to constancy of parameters. REVERT: cb48887 Merge pull request #8 from Azure/master REVERT: abbaf81 Regenerated Python tests REVERT: afd0528 Fixed optional body parameter bug REVERT: 13323c2 Merge remote-tracking branch 'refs/remotes/Azure/master' REVERT: 3a88ef7 Merge pull request #848 from amarzavery/enum REVERT: bf70f23 exported USGov envt. REVERT: 23ac4ba added support for default Errors for stream response in node.js REVERT: b5fd67a updated nodejs enum check REVERT: 749e8e7 Fixed issue #847 for C# and node.js REVERT: 68ea21c Merge pull request #846 from annatisch/SwaggerModelerBugFix REVERT: b96e980 Bug fix REVERT: 2515e68 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting REVERT: 3db1c62 Merge pull request #832 from devigned/fix/unit_const_rb REVERT: 9c9e7f6 generate require module_definition when namespace is present REVERT: e67a8f8 Merge pull request #841 from begoldsm/master REVERT: a12d73e Merge pull request #844 from jianghaolu/const REVERT: 5667e2d Add missing declarations in interfaces REVERT: 86f25b8 Add overloads without optional parameters REVERT: 3546e52 Remove composite lazy initialization for now REVERT: 7e7a4fe Fix tests in Azure as well REVERT: e425151 Support constant values REVERT: 10c8f40 Merge pull request #842 from lmazuel/master REVERT: 8c9c8d3 Release msrest 0.1.2 REVERT: bbe5f85 Remove accidental empty line. REVERT: 8d5a0fa Merge pull request #840 from annatisch/docstring_formatting REVERT: 58292d8 Make code analysis happy. REVERT: d4bccbd Safer parse. REVERT: 3f07b14 Change to the Azure code generator to pass settings REVERT: fd1492c More C# cleanups REVERT: e60a95e Merge pull request #829 from jianghaolu/baseresource REVERT: f865082 C# code analysis fixes REVERT: af63d63 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting REVERT: 151f80c formatting fix REVERT: 40a6d12 Merge pull request #839 from Azure/devigned-patch-1 REVERT: d577042 Docstring change cleanups REVERT: bb35608 #838 add document relative $ref path REVERT: 6a2033e Regenerated Python tests REVERT: 687c451 Merge pull request #7 from Azure/master REVERT: 99908b7 Merge pull request #830 from lmazuel/msrestdoc REVERT: 8f3f697 Resources don't extend com.microsoft.azure.Resource REVERT: afd7864 More docstring touchups REVERT: cc87632 Address code analysis errors REVERT: 7bc5b64 Model classes import the runtime Resource & SubResource REVERT: 5e04616 Use 1.0.0-SNAPSHOT for new dev phase REVERT: 1eb3988 Use 1.0.0-SNAPSHOT for new dev phase REVERT: a8dddd8 Use 1.0.0-SNAPSHOT for new dev phase REVERT: 97b7174 Unify resources in runtime REVERT: f681c43 Unify resources in runtime REVERT: 66e0bf7 Unify resources in runtime REVERT: 14f9234 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting REVERT: d66ba97 Improved sphinx references in docstrings REVERT: dab0418 Do not flask8 the doc configuration REVERT: 750abb8 add msrest to mrestazure requirements REVERT: beecc7a Basic doc REVERT: 645f383 Merge pull request #828 from amarzavery/enum REVERT: bc5ef85 Adding test generation changes REVERT: e3aa58f Merge branch 'master' of github.com:Azure/autorest into enum REVERT: 9fb8544 optional single enum will not be treated as a constant REVERT: 5d88aaf Merge pull request #827 from begoldsm/master REVERT: ab14e38 Merge pull request #818 from devigned/fix/resource-serialization REVERT: 5467ffb Adding examples of x-ms-parameterized-host to documentation REVERT: 1d029fa add suppressions REVERT: 89c3525 Merge pull request #6 from Azure/master REVERT: 305c958 Merge pull request #817 from jhancock93/partialinit2 REVERT: 22f4c66 Merge pull request #810 from brodyberg/xunitversion REVERT: 056297d Merge pull request #826 from annatisch/urllib_fix REVERT: 9370ea5 Merge pull request #801 from NiklasGustafsson/master REVERT: 2b6b6a2 Fixed missing test REVERT: b9b93fc Fix for urllib bug REVERT: d34ebf6 resource and sub-resource serialization fix for ruby REVERT: 8b4c10a Update cli.md REVERT: b8117a0 Merge pull request #5 from Azure/master REVERT: 0e78508 Fix the client-name implementation. Added tests. REVERT: 5071471 Merge pull request #821 from jianghaolu/moredev REVERT: 5a68c4d Merge pull request #821 from jianghaolu/moredev REVERT: 523d79e Merge pull request #821 from jianghaolu/moredev REVERT: d75ac2c parameter.getClass() -> parameterType REVERT: edf5caf parameter.getClass() -> parameterType REVERT: c6b8393 parameter.getClass() -> parameterType REVERT: aa043b7 Fix recursive validation REVERT: a2b7aa0 Fix recursive validation REVERT: 59d204e Fix recursive validation REVERT: 04c19cd Merge pull request #749 from jhancock93/nullresponse REVERT: 8bca5cb Fixed reference in MD file. REVERT: 2727c44 Merge pull request #4 from Azure/master REVERT: a015249 CSharp: Add partial method CustomInitialize to client initialization REVERT: f90395d Merge pull request #814 from devigned/fix/version-dependency REVERT: 1149348 fix version dependency for ms_rest REVERT: beb9f19 Merge pull request #813 from devigned/chore/bump-versions REVERT: ee4633b bump rb gem versions to 0.2.1 REVERT: c3c4501 Merge pull request #812 from devigned/bug/path-template REVERT: d4eb3d4 check path templates and add user agent REVERT: 46dc5c9 add Running to long running states REVERT: 76aec4f Add Uuid to NodeJs dictionary to avoid analysis warning REVERT: e96ada3 Fix warning about xunit build version REVERT: 6e2c21c Merge remote-tracking branch 'upstream/master' REVERT: d236a3f Change docs to be more clear about build flavor REVERT: 492b2b8 Fixes problem with null response content in CSharp generator for non-documented codes REVERT: 391a2e0 Added documentation for x-ms-client-name. REVERT: 5de974d Merge pull request #807 from amarzavery/release-0.15.0 REVERT: 20b7f10 Merge pull request #808 from lmazuel/revert-799-malnick/fix_setup REVERT: 0a66583 Revert "Setup.py references a file that does not exist" REVERT: 2faa42e Restructured x-ms-client-name support REVERT: 09365a1 Merge pull request #800 from lmazuel/master REVERT: ac8a5a5 Merge pull request #799 from malnick/malnick/fix_setup REVERT: 1f13aa5 Merge pull request #803 from jianghaolu/moredev REVERT: f6c2f7c Merge pull request #803 from jianghaolu/moredev REVERT: bbe6ec5 Merge pull request #803 from jianghaolu/moredev REVERT: 9bc89f1 Update building-code.md REVERT: 07c0a66 Update README.md REVERT: da5e7ea bumped autorest version REVERT: c46de70 Update ChangeLog.md REVERT: 688c538 Merge pull request #804 from Azure/release-0.15.0 REVERT: 93862a8 Update building-code.md REVERT: 8dcfa4b Update ChangeLog.md REVERT: 4456e9f Update building-code.md REVERT: 896d0d2 Update ChangeLog.md REVERT: 5ea42fd Update ChangeLog.md REVERT: 5b68453 ChangeLog 0.1.1 REVERT: 1e66161 Fix MANIFEST issue again REVERT: 667ddc9 Merge pull request #798 from Azure/master REVERT: 231e596 Correcting comments and description in Swagger test file. REVERT: 75f320b Setup.py references a file that does not exist REVERT: 86aefd6 Merge branch 'Azure-master' REVERT: 7e59f37 Manual merge REVERT: 939a90d Implemented ClientName on model properties, added more tests. REVERT: eea487d Merge pull request #795 from devigned/chore/gem-version REVERT: a857359 Merge pull request #797 from stankovski/escapedot REVERT: 2232196 Merge pull request #796 from stankovski/master REVERT: fdf5ea4 escape dots in serialized name if present in the property name REVERT: a7fa96a Merge pull request #793 from annatisch/PythonLogging REVERT: 3b7f02e Fixed fxcop issue REVERT: 86daf21 provide the gem-version information when generating REVERT: 73a65fa Merge pull request #784 from jhancock93/uuid2 REVERT: 26a89bd Add Assert.fail() in new java test REVERT: f2988f4 Merge pull request #773 from jianghaolu/master REVERT: d44df63 Fix credentials test REVERT: bd1a7e4 Fix credentials test REVERT: ac2175d Fix credentials test REVERT: a02d30c Merge pull request #794 from stankovski/release-0.15.0 REVERT: d85fe59 Merge pull request #1 from amarzavery/uuid REVERT: 714be24 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 REVERT: 5db8a35 Merge pull request #791 from stankovski/master REVERT: a376290 Added test fixes for logging changes REVERT: cdd9616 Fixed Python constants tests REVERT: b54f623 Merge remote-tracking branch 'refs/remotes/lmazuel/master' into PythonLogging REVERT: 2b0fb7e Merge remote-tracking branch 'refs/remotes/Azure/master' REVERT: 3f50788 Merge remote-tracking branch 'refs/remotes/Azure/master' REVERT: efd505f New simple log system REVERT: 309b3a2 Improved NodeJS support for uuid REVERT: 115c762 Merge branch 'master' of https://github.com/Azure/AutoRest REVERT: 98e13ff Merge pull request #790 from xingwu1/arg_defaults REVERT: be03738 Added support for ClientName on properties. Added unit tests for client properties and parameters. REVERT: bcab638 Regenerated code and fixed tests REVERT: 4c97607 ServiceClient null check REVERT: c1ce2de Add more info to revision file REVERT: 29e57b8 Add more info to revision file REVERT: d031031 Add more info to revision file REVERT: 7b3a479 Added cultureinfo REVERT: 54f180a Add gradle task to generate git revision REVERT: 3405154 Add gradle task to generate git revision REVERT: 8d37635 Add gradle task to generate git revision REVERT: f21af20 Updated readme REVERT: 0910a29 Merge pull request #792 from devigned/bug/rb-lros REVERT: 0735c94 fix long running operations in ruby REVERT: ebda362 Change constant behavior to not initialize parent of child is a constant #782 REVERT: c28a3cf Regenerated tests REVERT: 04b87c6 Updated test cases REVERT: c73b362 Added model **kwargs REVERT: 0101efd Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults REVERT: 8735578 Merge pull request #788 from devigned/feature/rb-cleaner-code REVERT: 75a8271 Added validationerror to generated exceptions REVERT: 607598b Replaced ValueError with ValidationError REVERT: 52170aa Updated runtime version history REVERT: 021f448 regen samples REVERT: 9af9db9 Replaced Python None with constant REVERT: 43caf6a move skipUrlEncoding to generic ruby REVERT: f6edb1b Regenerated java fixtures to fix merge issue REVERT: 045a370 cleaner ms-rest lib and code generation REVERT: 466c7b7 Model uuid format with Guid in CSharp, UUID in Java REVERT: 71deef2 Restructured body validation REVERT: d24ff9a Restructured generated validation REVERT: 25554ee Started reworking model validation REVERT: 6f8539e Cleaned up ValidationError REVERT: d761a79 Merge pull request #780 from annatisch/test-reformat REVERT: ebed0bb Regenerated REVERT: d3f3abd Merge pull request #779 from stankovski/release-0.15.0 REVERT: 15899df custom uri test reformat REVERT: d307ddc Merge remote-tracking branch 'refs/remotes/Azure/master' REVERT: 8ee8d12 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 REVERT: 46c5ba0 Merge pull request #778 from amarzavery/readonly REVERT: a5f284e update REVERT: f410906 Merge branch 'readonly' of github.com:amarzavery/AutoRest into readonly REVERT: bcd6b2e updated readme for ms-rest-azure REVERT: 2dc5805 updated readme for ms-rest-azure REVERT: 8cbc5d3 updated README for ms-rest REVERT: 1bb5892 Fix for #633 - C# generator emits some empty classes REVERT: 81c1f31 append query parameetrs correctly for partial nextLink REVERT: 5a2a726 Merge branch 'release-0.15.0' of github.com:Azure/autorest into readonly REVERT: 567c771 nodejs release versioning REVERT: 53ff42d Cleaned up param validation REVERT: 6d6492f Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 REVERT: 9a37902 Merge pull request #777 from amarzavery/readonly REVERT: ff32fbf small fix REVERT: 9171816 generated code REVERT: a13e603 Merge branch 'master' of github.com:Azure/autorest into readonly REVERT: 240bd7e check for '?' in the url and append query parameters accordingly REVERT: a585257 Regenerated tests REVERT: 854ea71 Review feedback REVERT: f7f9103 review feedback REVERT: 39bc0e8 Implemented request validation REVERT: 9062b1f Support x-ms-client-name for parameters. REVERT: 3734c93 Update building-code.md REVERT: 03d3782 Update building-code.md REVERT: 89fa58f Merge pull request #772 from stankovski/master REVERT: 90e4160 Updated documentation REVERT: 51ca2f0 Update README.md REVERT: df2ddf1 Merge pull request #765 from stankovski/release-0.15.0 REVERT: 6b40d06 Merge pull request #771 from stankovski/master REVERT: 541631d Updated swagger extensions schema REVERT: 705495a Merge pull request #2 from Azure/master REVERT: 23b9424 Fix flattening and bump up to 1.0.0-beta1 REVERT: 81ccae9 Fix flattening and bump up to 1.0.0-beta1 REVERT: ba87677 Fix flattening and bump up to 1.0.0-beta1 REVERT: 77613e4 Merge pull request #766 from stankovski/master REVERT: 4fd8504 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name REVERT: 2904f93 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name REVERT: c166d99 Added release notes for 0.15.0 release REVERT: d5f1998 Merge pull request #764 from devigned/chore/rb-versions REVERT: d25e28a Merge pull request #763 from begoldsm/master REVERT: 762e518 Merge pull request #720 from stankovski/flattening REVERT: 6a1dd49 update the gem dependencies REVERT: b350e49 bump versions for rb client libs REVERT: 23bb817 Merge pull request #7 from jianghaolu/flattening REVERT: 32af735 Fix interface import when there is parameter mapping REVERT: 05227ba Enable the Azure version of the tests as well. REVERT: 0f6d1a1 Merge pull request #6 from jianghaolu/flattening REVERT: eebe17c Fix input mappings in Java REVERT: d125d7a Moved ruby resource flattening tests under generic code gen REVERT: 0fccf94 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into flattening REVERT: b6b7223 Merge pull request #5 from jianghaolu/flattening REVERT: 9fa5f9f Merge pull request #5 from jianghaolu/flattening REVERT: 0d1a5f5 Merge pull request #5 from jianghaolu/flattening REVERT: bd8413e Merge pull request #761 from lmazuel/master REVERT: 3001234 Merge branch 'master' of https://github.com/Azure/autorest REVERT: ffb25e4 Add simple support for const properties in Java REVERT: 10e61fd Updated Ruby based on the latest code gen changes REVERT: b16c9c8 Minor change to the pyproj to include the customBaseUri tests REVERT: 80e868b Merge branch 'master' of https://github.com/Azure/AutoRest into flattening REVERT: 064dbb5 Merge pull request #758 from devigned/bug/ruby-val-deserial REVERT: …
jianghaolu
added a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Aug 10, 2016
ca25c1c Fix compilation error 5e6d8d2 Merge commit '2da17cd075822328b42931f8bc04f8e3b01eee7b' into pagingfix 012d715 More fixes to LROs e32f486 Merge pull request #43 from Azure/sdk_1007 6f4812f Merge branch 'master' of github.com:Azure/autorest-clientruntime-for-java into sdk_1007 2701ea4 Add missing .failure() to parallel service call 804c07b Merge pull request #41 from jianghaolu/javafixes 438fe15 Support Future based ServiceCall in LRO & Paging 57a0754 Simply signature for async service calls c66cd48 Make ServiceCall Future-like 6286c69 Bring Future like ServiceCall to SDK ebe8783 Merge commit 'aedc87712089b11122ec15c722ffbb90e05872b8' into future cd7ad22 Merge commit 'f218f80a44d342d7b1ba363e98ec9a5a8d09570f' into future 36cb7b7 Merge pull request #39 from Azure/sdk_983 6625ef4 Fixing the issue of circular depedency due to the use of non-unique key 3d39357 Merge pull request #37 from Azure/sdk_973 afc4173 Adding comments for EdgeType num 0493b5e Simplify the parallel async logic and adding circular depedency detection logic b6d1b5e Merge branch 'master' of github.com:Azure/azure-sdk-for-java into parallel-create 686ac75 Wiring up the final call-back correctly 3967255 Remove subtree checks in travis fb0172e Updated runtime sync script, Fixing the bug of not calling callback on stg create success, fixing the bug of not unlocking node 34b47c4 Merge branch 'master' of github.com:Azure/azure-sdk-for-java into parallel-create f989dc7 Merge pull request #32 from Azure/sdk_975 817b71c Make a change in subtree da1f9a4 last checkstyle fix d0abca4 More check-style fixes f05ff94 Fixing checkstyle errors bdb7479 Restructuring and inital parallization work 6dcdbdf Simplifying the task group logic 8fbe3cb Merge pull request #26 from Azure/revert-24-revert-23-master d67a862 Merge pull request #25 from jianghaolu/master 7ad505c Revert "Revert "Changes from AutoRest & SDK"" e4d8dda Merge pull request #24 from Azure/revert-23-master 06e3169 Revert "Changes from AutoRest & SDK" ea7edb9 Merge branch 'master' of github.com:Azure/AutoRest 910cf5a Merge pull request #23 from jianghaolu/master d7987f9 Merge commit '140542e7c5ceaaa632a9a146a1d603f2cd8acfdd' as 'src/client/Java' 3722243 Reconstruct subtree 262b35c Sync runtime with SDK repo 3596f48 Merge branch 'master' of github.com:jianghaolu/autorest-clientruntime-for-java into runtimes b108e05 Merge commit 'c0aa84911ceec370c33616c3658df16313b8dfde' 3fa32be Merge pull request #22 from jianghaolu/master 0a31705 Should use debug version of autorest when building on windows (#1268) 0933d58 Aligning Authentication releases with the master branch (#1250) 904ef23 Remove HEAD operation status code warning (#1265) d0168cd Ruby - Update ms_rest & ms_rest_azure version to 0.3.0 (#1260) 34f56ea Throw code gen error if pageable operation does not return pageable type (#1262) 62173d1 Ruby - Adding warning instead of Validation failure when unknown property found on object. (#1263) d8ef424 Fix exception in Log4NetTracingInterceptor default constructor (#1237) 5d64b77 Ruby - ms_rest should throw validation error instead of NameError (#1255) c6106a3 Remove Gemfile.lock and adding it to .gitignore (#1257) 08b89cf Updating build instructions with the answers to some common gotchas (#1258) 4f327ee [In- review] Improving pageable extension adding autopagination (#1211) 4a489e9 Adding "clean" Swagger validation test (#1254) 5069891 Support Char format for string (#1252) 0da7d34 OS X platform name is darwin. (#1253) 2a491e8 Ruby - Polymorphic discriminator hashmap should have exact model name as hash value instead of lowercased in Ruby (#1245) 34a1832 Prepare for next development iteration f0805a7 Use beta2 for other packages 693fdd8 Remove deprecated methods from ms_rest_azure client_runtime. This change is related to PR #1011 where generalized method was introduced. (#1236) fcbeb84 Handling lookup for provisioning_state in ruby client runtime (#1223) 0c749da Adding Swagger file linting infrastructure and rules (#1246) b348fdd Support Base64url (#1238) 93de90c Fix for Issue #1202 (#1235) a9acdd5 Fix runtime part of #1217 (#1224) 6226c15 Support unix style timestamp (#1239) ba86230 custom paths on different plats (#1248) 7045fdb node clientruntime updates (#1244) aaf8fd1 pulled in @stankovski 's fix for the comment problem (fixes #1228) (#1243) 43432e9 don't compile windows-only projects on not windows. 3f9053e put node tests back in f4d008a Adding Roslyn support for unit testing 19f629b Code changes for dotnet cli conversion 32f7ccb Swapped out csproj build script for project.json and .xproj cbe17c8 update license in header of source files to MIT 000948f Update building-code.md 45ddc1a Re-organize entire code repo (#1220) 762eaa6 Prepare for next development iteration 86aa2fc Merge pull request #1216 from vishrutshah/regen-samples 8825f41 Removing check style for hiding utility class constructor. 42c7200 Regenerate Java Samples 20b4a28 Regenerate Ruby Samples and remove old Samples 8b15c24 Increase ruby test coverage bar (#1188) f8d2a9c Bump up version numbers for beta2 release 8a01cb7 Java beta2 release (#1213) 0c0e87b [Ruby - In Review] Restructuring generated Ruby & Azure.Ruby code into generated sub-folder (#1189) 987e8db Updated the error message to include the method name and property when the NextLink property could not be found (#1206) 79eb329 Migration to CoreCLR RTM (#1210) 592ec93 Added parameter documentation to model constructors (#1184) ab8f357 Fix parameter flattening codes handling of documentation string (#1199) f8a2ad4 Adding javadoc gen as a part of build since javadoc generation catches some of the checkstyle and reference issue 44645a6 Update Redis swagger test and add support for Pattern properties (#1191) cf2fdb5 Adding publicIp sample, only mark sub-DAGs as non-prepare - the root DAG stay as preparer 47b9652 Adding publicIp sample, only mark sub-DAGs as non-prepare - the root DAG stay as preparer 5cc6367 Merge pull request #1157 from vishrutshah/x-ms-client-flatten 882a7dc Merge pull request #1193 from hovsepm/master 0e506fc Changed ClientRuntime.Authentication dependency range for Microsoft.IdentityModel.Clients.ActiveDirectory 4d24335 Regenerating samples with gulp regenerate:expected:samples d734d1a Fix for Issue #1075 (#1182) 5c1cea8 Update README.md to include MS Code of Conduct (#1187) cd769c3 Escapse . in property name for Ruby a6aa047 Apply x-ms-client-flatten extension for Ruby & Azure.Ruby generator e918ef8 Ruby - x-ms-parameter-grouping for Ruby & Azure.Ruby Generator (#1139) 1d5e9c1 improving comment as per review f84bd3d improving comment as per review dc3d0ca Regenerating Samples in Azure.Ruby 04a9525 x-ms-parameter-grouping for Ruby & Azure.Ruby Generator 8c6ad3e Merge pull request #1186 from hovsepm/master 25beef0 Addressing review comments [javadoc, simplfying the map iteration] bf4c5ea Addressing review comments [javadoc, simplfying the map iteration] af6f602 Upgraded to the latest version of net core on Ubuntu. cfbafd0 comment corrections 4688b88 comment corrections ac633da Making DAG to work correctly to handle more cases c841500 Making DAG to work correctly to handle more cases 4aaef63 Adding a null check for reading Content from a response as a string (#1170) 45c3d88 couple of javadoc fixes a56b045 couple of javadoc fixes 64a7b86 Do not need check property availability if nextLinkName is null (#1177) 57288f4 Merge pull request #819 from jianghaolu/async f3fe387 Merge pull request #819 from jianghaolu/async 999fb18 Add retry for 404 GET 99abc58 Add retry for 404 GET 9c048fc Add a bunch of configs to RestClient 22f2053 Add a bunch of configs to RestClient 89bf350 Reuse the global autorest parameter. (#1171) f1df2ab Add AzureResourceSchema Microsoft.Resources test (#1134) 46a53cd Merge branch 'master' of github.com:Azure/azure-sdk-for-java into async ad7507e Merge branch 'master' of github.com:Azure/azure-sdk-for-java into async 76e3ae9 Merge pull request #832 from jianghaolu/restclient 0c8a460 Merge pull request #832 from jianghaolu/restclient 53ae9e7 Merge pull request #21 from jianghaolu/restclient 7be25fe Merge commit '486acdc633c498d4335711e30817cc70faacc487' into restclient 5ab5ddf Merge commit '486acdc633c498d4335711e30817cc70faacc487' into restclient 04af976 Regenerate azure & azure.fluent fecda5c Move RestClient into azure runtime f84d8eb making dag::prepare to work for update 5e5647f making dag::prepare to work for update 05105b4 Remove rest client from generic codegen 5dfea14 Ruby - Regenerating samples for ruby (#1179) 74917b9 Summary comments contain improperly escaped backslashes (Issue #1152) (#1176) bb4a917 Fixing the bug of trying to create created resources during update, adding better way to name gen resource names 8604dee Fixing the bug of trying to create created resources during update, adding better way to name gen resource names 61d1467 Improve support for "Summary" and "Description" documentation fields (#1163) 1773d49 Add stage for base url 4a7b25e Remove required mapper adapter 6b71dda Ruby - Move serialization/deserialization into clientruntime from sdk (#1106) b4a493d Ruby - Adding Model name on the properties of the ServiceClient (#1158) 738d121 use AZURE_GERMANY insteadof AZURE_GERMAN 1fd9e5f use AZURE_GERMANY insteadof AZURE_GERMAN 6196ce0 Merge pull request #20 from jianghaolu/master dc4ff41 Page with links to Issues Queries 4ff4583 requestLibrarySink should be called with requestOptions if no additional arguments specified. (#1108) ac312fe (C#) Adding support for "see" URLs in documentation (#1167) 6c8f63a ensuring trailing slash for urls 012a68b ensuring trailing slash for urls c8db8d3 correcting environment name 281f61c correcting environment name 0261a6e Adding few more Azure environments 91d4bb5 Adding few more Azure environments 45a4711 Local gulp run produces expected file changes. (#1137) 5aac1fa Add applyAsync() b8d6ab8 Add applyAsync() bc57070 Basic prototyping of async in fluent 618091b Basic prototyping of async in fluent 6b8360d Fix python code gen bug in handling "." in property name. (#1144) 29ba650 Merge pull request #1160 from hovsepm/master 958aedd remove stale token from tokencache for sp auth as adal does not remove it. (#1145) d8c60c1 Downgrading ClientRuntime versions. f8683d0 Merge pull request #1159 from hovsepm/master b3084e2 Downgraded C# ClientRuntime reference to Json.Net in net45 platform to 6.0.8 06f30cf Checkstyle passes everywhere 1bc2ab8 Checkstyle passes everywhere 31e5a52 Supply CodeGenSettings via a JSON file to AutoRest. CodeGenSettings is de-serialized as Dictionary<string, object> so it can contain more complex properties than just strings. (#1147) 89362bb Addresses issue #1087 (#1110) 2bf6b8b Merge pull request #783 from jianghaolu/javadocs e622549 Merge pull request #783 from jianghaolu/javadocs b14cc72 Merge pull request #779 from jianghaolu/paramhostfix b415da0 Merge pull request #779 from jianghaolu/paramhostfix 546e068 Network passes checkstyle 9ab4ca6 Network passes checkstyle 14b071c Merge commit '4aa3dd4b847e747387475e9249c4aba97b6ef8ac' into paramhostfix ef99c9e Merge commit '4aa3dd4b847e747387475e9249c4aba97b6ef8ac' into paramhostfix 1ae4191 Merge pull request #19 from jianghaolu/updates 623601d Schema typos (#1138) 8b43962 Remove header after use 3e644d9 Fix parameterized host concurrency issue 95fa032 Done storage usages 0b7ad46 Done storage usages 7ad2207 Update dependencies to official releases 87afa33 Merge pull request #18 from jianghaolu/renamesetters 86e9bd7 Merge pull request #1105 from hovsepm/master 194f509 Added gulp-msbuild normal level of verbosity. 12c3135 Updated to the latest stable nuget version. 9d078fe fixed nuget symbols push location. 9c4442d Address checkstyle errors c09b620 Merge commit '083e8ab0c10b58e1491cd38235da5110121ef326' into javavnext b5859aa Merge pull request #17 from jianghaolu/renamesetters 8a35466 Fixed broken test MappingExtensionTests.TestInputMappings (#1123) f1f371c Merge commit '469f44270c1f37e6fe16bc324fea487a6354679a' into rename-setters 24d5c1e Fix all sets to be withs 6dd1aa6 Fixed assembly versions in client runtime. 9efe50a Added license header to CertificateAuthenticationProvider cs file. 9e11dd2 Some more renamings 81ba78c Fixes #881 - failure to accept x-* vendor extension in path (#1122) cd47ac1 Merge pull request #1136 from hovsepm/ClientRuntimeVersionUpdate 6b34175 Changed minor version bump to patch update for RC2 migration 1b17bc9 Renamed setXXX() to withXXX() for non-top level methods 14a2cdf [Python] Fixed bug in enum namespace docs (#1074) ae0f0a3 msrest/msrestazure 0.4.0 (#1092) 88a5f61 Fix bug with custom client request id generation (#1104) 26e44ad Updated documentation regarding dictionaries (#1115) 6d06584 Issue 669 - added Exception xml doc comments (#1076) 5ad191b Fixes #1019 - Verbose parameter and other costmetic issues (#1113) f980c82 Merge pull request #1089 from daschult/master 836c71f Support additionalProperties that accept all unbound properties. (see #1057) (#1112) 09341fd Merge pull request #1107 from tbombach/master d08d280 Changing YamlDotNet signing exception since the dll odesn't follow the same naming convention as Newtonsoft 4f80e3e Merge pull request #1103 from tbombach/master b859906 Framework for Creatable composition, managing dependency between them and creating resources based on topotogical order f764ac5 Changing nuget reference to YamlDotNet.Signed, since we're referencing it from a signed assembly 1a9e4e5 Add DevTestLabs acceptance test. Add 'format' property to JsonSchema 242834c Moving web.yaml into Web/2015-08-01/ folder 9ade282 Merge branch 'master' of https://github.com/Azure/autorest 9b84c45 Add DataLakeStore acceptance test 78906b1 Merge pull request #1100 from stankovski/syncwrapper 85f149b Addressed code review feedback fbdcc27 Addressed fxcop issues e6f05e8 Added tests f04e04a Adding script to can verify that developer system has correct setup (#1098) b338faa Propagated SyncWrapper property e4be13a Added XXXWithHttpMessages() method f427898 Merge pull request #1096 from fearthecowboy/add-yaml-support f233c04 Adding YAML support to Autorest. 81937b8 Add DataLakeAnalytics acceptance test ab5315f Merge pull request #1012 from abhivijay96/master ca2b687 Merge pull request #1 from tbombach/user-agent-cleanup 73987f0 Merge pull request #1068 from TimLovellSmith/fixDotNetRedisInheritanceScenario 93d4e1c Merge pull request #1081 from daniel-ms/master 22f7fc7 Cleaning up typos and comments for ServiceClient SetUserAgent 47e95a5 Merge pull request #1093 from hovsepm/master 58366bd Adding more logging for gulp.msbuild and retrying for http failures. faf7508 Merge commit '97bc529bbb06017de0bb069012c016c2949157be' into javavnext 9f4f7d6 Bumped up gulp npm versions 18c6a84 Add CognitiveServices test 40748df Merge branch 'master' of https://github.com/Azure/autorest 7954a99 Turn off CA1822 for test projects, warnings about performance of non-static unit test methods are a waste of time! f116efa Merge branch 'master' of github.com:Azure/AutoRest into quickvm 1d34f9e Add tests for additional Network api versions 4268976 Add acceptance test for additional compute api version 2f45870 Add extra Storage api version acceptance tests b403b9a Simplify the unit test for verifying redis swagger modelling inheritance scenarios. c54836a Merge pull request #1091 from tbombach/dnx-gitignore ef4d3ed Add additional CDN swagger and schema 0b05742 Merge pull request #1090 from Azure/hovsepm-patch-3 24bc68e [Python] LRO and AAD updates and fixes (#1078) 55a3b8e Adding dnx folders and files to gitignore since developers might still have them in their working copy after upgrading to CoreCLR RC2 19a6cc5 Add ability to seperate acceptance tests for AzureResourceSchema generator by resource provider and api version 92d9a16 Update building-code.md 4652810 Merge branch 'master' of https://github.com/Azure/autorest 083672e Update AzureResourceSchema generator to create DNS schema de936fb Merge pull request #1086 from Azure/hovsepm-patch-2 6a8c6d6 Merge pull request #1085 from Azure/hovsepm-patch-1 871cb9a Update building-code.md 87c1603 Update building-code.md 337d976 Merge pull request #1084 from hovsepm/netcore 3f84226 Enumerating over create method parameter enum values d5a44b0 Adding x-ms-client-flatten parameter to the swagger scehma, as it was missing: the spec defines that it is possible to add that extension to a body parameter. f32e824 Rename Microsoft.DNS.json expected schema to Microsoft.Network.json eb56294 Getting baseline for dns schema generation 80d8030 Merge branch 'master' of https://github.com/Azure/autorest 2707593 Fix code analysis warnings from using ToLower(CultureInfo.InvariantCulture). 1382a5e Merge pull request #1061 from daschult/master 568ded9 Merge pull request #1067 from veronicagg/changelog 7f5ae11 Fixed AutoRest.sln test references fro CSharp Generators 25a2716 Removed dnxcore50 from generated code. 59e6389 Merge branch 'master' of https://github.com/Azure/autorest 4736d63 Merge pull request #16 from jianghaolu/checkstyle 9b363b4 Making corresponding changes to gradle 122b780 Update travis to install build tools 62865c0 Move checkstyle to build-tools 72b915b Cleaning dnx from gitignore and tools 5f97447 Modify the circular detection logic for circular 'allOf' inheritance so that there can again be a passing test 'ClientModelWithCircularDependencyThrowsError'. eb8754b Add checkstyle to travis build f1f7584 updates to readme (#1071) f9a1606 updates to node.js clientruntime (#1070) 3cb1bec interactive login in the node runtime (ms-rest-azure) (#1066) de3e3c4 Added Generator CSharp tests to ClientRuntime solution de698f7 Optional suppression file for maven scenario 630ea05 Changed nuget package test to be called after each language generator test 0ba790b Fix Swagger SchemaResolver to allow for the fact that properties may be defined by chains of indirect references to some type which inherits from another compatible type - and that should be fine! 55702f0 Merge commit 'bebdec5b1bbf8d0d2b6be78eb00cd2fc85646763' into checkstyle 0bcf347 Move checkstyle rules to runtimes 3ea49f8 Adding ChangeLog 9c26eea Added AcceptanceTestPath to the exception message. 79a1c2c Fixed test project build failure in VS2015 eba3a94 fixed python test with . in base UR 7f2b179 Fixed remaining Java tests with . in the base URI 191cac8 Bringing back Generator tests to Linux run a1ac974 Changed . in Java test URI 8fa3955 Changed the url for LROS and paging on the test server 7dc762c Changing NodeJS Azure LRO tests base URI 9071c8d Add checkstyle rules 4ce0ca2 removed mono from travis.yml 9a0b774 updated NuGet.exe to 3.5-beta f1ac322 Fixed travis.yml d25043a Merge pull request #1062 from veronicagg/relprep 6c2547a changed test server package dependency d76911a Skipped Generators tests in travis. 45413a8 Updating ms-rest-azure version 7282bf8 Merge pull request #14 from jianghaolu/ua 9750fcb Fix generated file name 13575b4 Pull runtimes subtree 5202139 Fix styles and tests b443c0f Fix styles and tests 99cd7ee Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua aabe677 Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua 63803e0 Fix runtime tests c2765e5 Merge commit '3420556ca4cee622a71e11aa166f8e9ec894f818' into ua 6037451 Send client specific user agent b887e80 Add user agent to every method 6825c6c Fixing net 4.5.2 reference in test project. 8151cf6 Fixed travis.yml to use coreclr rc2 instead of dnx 773e9f1 Merge branch 'netcore' of github.com:Azure/AutoRest into netcore 02f34b8 Merge pull request #1058 from Azure/master adee9ea Http method get with status code 204 should be success in longrunning operation. (#1056) 35e197f Merge pull request #1033 from lmazuel/useragent 8212eb8 Get formatted reference value for only sequence type or return name (#1051) 4624e6f Update ServiceClient.cs 4630b69 Update ServiceClient.cs a63879d Merge pull request #1020 from annatisch/py-dev 5681eea Merge branch 'netcore' of github.com:Azure/AutoRest into netcore bc85f48 Merge pull request #1052 from Azure/master ffe7e89 Fixed netcore build warnings. 69a989d Fixed gulpfile.js 92a2f95 Merge pull request #1039 from jianghaolu/master 9d48136 Add a test for request id header 29d8857 Fix request id to be generated each time cab9d04 Merge pull request #1023 from csmengwan/master 689423c Merge pull request #1001 from tbombach/getting-started e0e5bd1 Fixed failed test 640df1a Review feedback 9f62082 Set customer headers default to None 4104a56 Support for x-ms-enum ModelAsString 1d37145 removed base64 encoding/decoding 914f60f Added support for base64url serialization 3e08cfa Regenerated 1991851 Added unix url test 6500965 Revert "Change body serialization for complex type" 24cd72e review cleanups 88438df Regenerated tests 05f68a6 Test dict serialization 51948d7 Refactored dict serialization 00ff9b3 tox cleanups c951cb8 regenerated python tests 71f8973 support for unix timestamps 64e0b96 Removed config objects from tests 42219a6 Merged config and client objects fae2d8a Change body serialization for complex type 7ef8f8c Updating documentation in the running AutoRest section 833c80d Merge pull request #1045 from daschult/master 2c27c28 Update ServiceClient.cs ca5a350 Update ServiceClient.cs 6cb707c Merge branch 'netcore' of github.com:Azure/AutoRest into netcore e23db71 Merge pull request #1047 from Azure/master 111d7d5 Merge branch 'master' of github.com:Azure/AutoRest into netcore 71bc552 Moved to CoreClr RC2 public preview eff510f Fix analysis errors b39ebd5 Merge pull request #1046 from tbombach/update-autorest-version-0.17.0 8e26ebe Merge branch 'master' of https://github.com/Azure/autorest 4d6e574 code revise e39bf6d Merge branch 'master' of github.com:Azure/AutoRest into netcore 52f3fbf Bumping AutoRest version to 0.17.0 e518b9c Merge branch 'master' of https://github.com/Azure/autorest e9adb9d Update expected azure resource schemas and remove InternalsVisibleTo in AzureResourceSchema generator project 328825f Update ServiceClient.cs b2f822e Merge pull request #1010 from hovsepm/master 8124fb7 Merge pull request #1040 from matthchr/feature/param-group-comments a0a620d Regenerate expected ac754e6 Refactor parameter grouping and enable better comments f69f5ce Merge pull request #1018 from daschult/master 68b02be Merge pull request #1035 from brnleehng/feature/doc-strings-1 a30c462 Merge pull request #1016 from kirthik/master 6de0b6d Adding support for Unix date-time in ruby (#1014) 3285bee Merge pull request #1038 from Azure/release f1585bd Use SNAPSHOT runtime as dependency 530c90c Use SNAPSHOT runtime as dependency 41224f8 ComputeManager, rename region->location, etc 6196277 Updating the dockerfile to use AutoRest 0.16.0 dcdca06 Added null check for property 374455a Regenerated expected files 78356b5 Updated comments for references 5e2de11 enabling Azure.authenticate(File).withDefaultSubscription() based on the subscription provided in the file 09ffae3 Merge pull request #1032 from tbombach/package_namespace_null 927a9d4 Add platform in Python UserAgent fe3e5a4 Fix for a null reference exception in JavaCodeNamer when the namespace parameter is not provided as a command line parameter 38aa357 Merge branch 'release' of https://github.com/Azure/autorest into release a5e2004 Merge branch 'master' of https://github.com/Azure/autorest e1d41ab Patch support for long running operation in ruby (#1011) a76ce51 Merge pull request #1029 from amarzavery/optional 2777e8f Merge pull request #1031 from jianghaolu/release af4d522 fix env tests 12ac648 Use 1.0.0-SNAPSHOT for Java & Azure.Java 7c948e1 Merge branch 'release' of github.com:Azure/autorest into optional ca68a08 updated activeDirectoryEndpointUrl with slashes 7f90ee0 Adding release notes for 0.16.0 release 30ed59c Added expression support daacda8 Merge pull request #702 from jianghaolu/master 075398c Merge branch 'dev/daschult/AddChildResources' b14c51d Merge branch 'master' of https://github.com/Azure/autorest fb19554 Add support for child resources 1150967 updated node.js clientruntime version to 1.13.0 & 1.3.1 for ms-rest-azure & ms-rest resp. (#1026) 788f625 support for Azure.authenticate(File propertiesFile) 4f7dc49 updated node.js clientruntime version to 1.13.0 & 1.3.1 for ms-rest-azure and ms-rest resp. dab7626 Address eclipse build errors cb980a4 Merge branch 'master' of github.com:Azure/autorest into optional 5604cf9 Added support for Microsoft.Web. Change resource schema resource names to be resource type with '_' instead of '/' 630d39b Fix LRO issue in C# code gen e0fde05 Rename JSONSchema.cs to JsonSchema.cs 01d7a12 Merge branch 'master' of https://github.com/Azure/autorest d406c85 Add Network test 31f3a92 Fixed parsing SequenceTypes and add Compute acceptance test cfdf8a8 Appended additional operation names to the documentation for Parameter Groups (#1002) 3eef4f2 Fixed all analysis errors 42cd603 Storage, Batch, and CDN schemas generating 9562283 Fix for #967: C# generator generates code that contains compiler warnings 79b3093 Update ServiceClient.cs 8a2fd9a Update ServiceClient.cs c4c32d2 Working on model 19cb26d Fixed typos in comments 5e54326 Storage and Batch passing c8ecc0f Merge pull request #13 from jianghaolu/snap 69f21a2 Use sonatype as public snapshots 6cdb496 Merge pull request #12 from Azure/javavnext df8fb81 Merge branch 'master' of https://github.com/Azure/autorest 4c5f556 Add Batch acceptance test 14c2966 Adding more instructions to the building code documentation 0142862 [NodeJS] Redesigned the structure of AzureEnvironment and updated environment info (#998) 88e3679 getting rid of underscore.js as a dependency from ms-rest-azure 2a447e5 Merge branch 'master' of github.com:Azure/autorest into optional 55af5be Redesigned the structure of AzureEnvironment and updated the environments with more values. 49cc5e0 Can now generate fleshed out storage schema f41092a Implement x-ms-parameterized-host extension for ruby (#992) 16eebb8 Merge pull request #971 from tbombach/test-documentation 5101bc7 Fixing arrays with collection format not replaced correctly in URLs (#990) 47753e5 Fix AzureResourceSchema projects (#956) 1f4cc35 msrest/msrestazure 0.3.0 (#982) 78ce979 Updated the UserAgent ProductInfoHeaderValue to use the AssemblyInformationalVersion or the AssemblyFileVersion, if neither attribute is available it will default to the Assembly Version. (#979) b274bbe Merge pull request #875 from csmengwan/master 37a5369 UnixTime in node.js (#987) 5e85f67 FxCop warnings 340132b Merge branch 'master' of https://github.com/Azure/autorest 63fee4f UnixTime tests 54cfaac modification ff64ad6 Merge branch 'master' of github.com:Azure/autorest into optional 2f82af1 unixTime in node.js 90d7f8b Merge pull request #11 from Azure/revert-10-revert-9-pagedListFix 18066d8 Revert "Revert "Fixing UnsupportedOperation exception in PagedList"" 651b102 fixed setting default value for a complex object containing constant properties (#985) 6e44a66 Merge pull request #10 from Azure/revert-9-pagedListFix 5a032ae remove null check validation for unixtime as they are treated as long in java 8b7b17a Revert "Fixing UnsupportedOperation exception in PagedList" 2e67caa Merge pull request #9 from anuchandy/pagedListFix c3f7a46 Fixing UnsupportedOperation exception in PagedList f0dff3d Fixed fxcop warnings 845fc5b result of executing gulp regenerate:expected 7750284 fixed setting default value for a complex object containing constant properties. 82bdc8b Merge pull request #8 from anuchandy/gradlefix d56d5e0 Merge commit 'ae4c3ba611076c6d1a2e6fedb6616d5c3b0fdb3d' into exp 2a37759 Merge pull request #7 from jianghaolu/restclient 9295380 Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext eee9f2a Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext 4a965fd Merge pull request #984 from jianghaolu/builder 73b3ae3 Merge pull request #984 from jianghaolu/builder 4cfb906 Merge pull request #958 from jianghaolu/javartremoval 8009399 Address checkstyle errors 168b99e Address checkstyle errors 9a27d68 Support base URL replace using Interceptor (Retrofit 2.0) fa1ac24 Support base URL replace using Interceptor (Retrofit 2.0) b6592da Removing unused VersionInfo task from runtime gradle files e5cbc40 Fixing few compilation errors, removing gitrevision artifacts from the POM and Gradle files 1a6bf4e code revise 2f7d3e4 Deprecate two old functions b6c78d5 Add RestClient fcfb315 Add RestClient 46b1540 Merge branch 'master' of https://github.com/Azure/autorest f82044b Merge branch 'master' of github.com:Azure/autorest into optional dfba322 Move .build() from collection calls to initialize() 75e08f0 Move .build() from collection calls to initialize() f510e4d Merge branch 'master' of github.com:Azure/AutoRest into netcore 32d190e Merge pull request #974 from hovsepm/master 88cef20 Fixes Issue #944 by catching the JSONException that may occur on a Non-Success StatusCode when attempting to Deserialize the HTTPResponse.Content when it is not JSON. af6fa32 Fixed the test 72ba2d6 Added tests to Odata filter generation f76e16f Merge pull request #973 from Azure/revert-902-master 1e0252d Revert "Escape data strings for odata queries." a7b6eb9 Added an ExitCode to Autorest.exe (#966) 08bd336 Adding documentation for instructions on writing tests in AutoRest c38771d Fix FXCopy issues f325514 Merge branch 'master' of https://github.com/Azure/autorest ab9cb34 Merge pull request #948 from tbombach/issue-909 d1d781c Python Read-only and UTF-8 support (#959) 468c8c4 Fixes the issue where the contents of the output file for SingleFileGeneration are appended to each time Autorest is run (#968) dccbc73 Simplifying the logic for determining SerializationSettings 1819c56 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-909 b6ee9ef Merge pull request #947 from alesvi/master 05e8518 Fixed build.proj to use netcore instead of dnu. 62dfbcc Fixed CSharp Generators test project 74692a0 Fixed Microsoft.Rest.ClientRuntime.Tracing.Tests test and removed xproj and csproj files a757cc4 Can generate storage schema from swagger 16b8f29 Set the intial coverage for the LRONonRetryPut201Creating400InvalidJson to 1 0b4ee07 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-944 d41d44c Added a LRO acceptance test to verify that a CloudException is thrown when a JSONException occurs during Deserialization of the response content 0e5da7e Merge commit '7162a39ae50d95c1a20cbb521282752955ed722a' as 'ClientRuntimes/Java' 88f2de6 Remove submodule a6eef1f Merge pull request #5 from Azure/jianghaolu-patch-1 2c03d76 Update README 7c87e37 Use latest javavnext runtime 78359ef Merge pull request #4 from jianghaolu/javavnext f7a6b01 Use snapshot in build.gradle in azure-client-runtime 2ad3332 Use javavnext branch consistently f1d7b46 [Azure/autorest#957] Merge pull request #3 from jianghaolu/javavnext 831f725 Runtime changes in javavnext 8979cac Use relative path in .gitmodules 1c70756 Add Java runtimes as a submodule e8eb547 Remove Java/ in ClientRuntimes d7f6ea2 Merge pull request #2 from jianghaolu/master dadd75f [Azure/autorest#957] Add gradle wrapper jar e1947d8 Add travis file 391afe5 Compiles 6981bc8 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-909 ce58306 Fix AzureResourceSchema project 0eb8d0f Merge latest from Azure/AutoRest f277902 Merge remote-tracking branch 'upstream/master' a373026 Add dependencies in parent pom 0e14ae1 Merge pull request #955 from jianghaolu/javavnext 6e56f78 Initial commit 3dd9e99 Merge branch 'master' of github.com:Azure/autorest into optional 91d73c6 Python Streaming Test Fix (#953) f674f3c Add fluent to pageimpl 7082f8e Use String for OData b7dc878 Use String for OData 42a3277 Use String for OData 9a03f63 Fix paged list to use hasNextPage() for hasNext() ea61512 Fix paged list to use hasNextPage() for hasNext() 88c8aad Fix paged list to use hasNextPage() for hasNext() 77a7eb1 Extend functionality for paged lists 4ff082d Extend functionality for paged lists 8b1aeed Extend functionality for paged lists 3d236fe Regenerate after merge 07bda32 Address code analysis errors 8bd5afd Rename method group impl to inner 6333912 Rename only top level parameters & responses to Inner 51f17c3 Move into implementation.api subpackage 175a66e Rename models to end with impl b877cbf Seperate type name generation and client name generation cd01cf8 Remove interfaces for method groups and service clients b81317e Remove get prefix on model property getters cea6f72 Remove get prefix on model property getters c0b92a9 Remove get prefix on model property getters 5573dc8 Move impl classes to implementation subpackage b2c127f Rename AutoRestException to RestException fc7d9a9 Rename AutoRestException to RestException c009c93 Rename AutoRestException to RestException 4c181b2 Address code analysis 3a885ff Shorten operations names to simple plurals b7de51d Rename method groups without Operations suffix 29dc46d Python Bug Fixes (#928) 14b4e56 Merge pull request #951 from jianghaolu/master a6feaf0 Okio 1.7.0 0592481 Okio 1.7.0 cd746ab Okio 1.7.0 3622e2b Added a new LongRunningOperations test to verify that a CloudException is thrown even when a JSONException occurs Deserializing the HTTPResponse.Content 8b015ac Captured the JSONException that may occur on a Non-Success StatusCode when attempting to Deserialize the HTTPResponse.Content when it is not JSON b6bf4cc Adding a User-Agent header to the request done in FileSystem.ReadFileAsText 5577875 Updating test coverage list 59d3fa9 Adding test for Unix time encoded values in path 166ff89 Updating test server to add test scenarios for unix time 1833d26 Adding a new primary type for unix time and updating namers to handle this type 646e72a Converting CSharp ClientRuntime projects to CoreClr 296bb25 Correct bug link re: multi (#939) 56a20fa Merge pull request #917 from AzCiS/master 1ac04c3 Merge branch 'master' of github.com:Azure/autorest into optional 0e2d13a Update swagger-extensions.md 016cef6 Enhancement to "x-ms-parameterized-host" extension (#929) d8110cf positionInOperation defaults to first 63b9fd6 Enhancement to x-ms-parameterized-host extension 5b4ca29 change code gen in node js to merge LRO operations into one method ffb8fa3 Almost have Storage schema generating from swagger spec b9d642d add 204 poll state for post b73c784 Fix: https://github.com/Azure/autorest/issues/923 9573dee code revise d1ff941 fix the naming issue in azure serviceClientTest 39b4b19 code revise ab93a4a Merge pull request #927 from jianghaolu/master 7c26136 Android license split into 2 a8c0328 AzureResourceSchemaCodeGenerator shows up in AutoRest help and tests pass 7bfc5c2 Add AzureResourceSchema to configuration file f7840bf Update AzureResourceSchema projects and add initial c# files 3106fb8 Automatically detect MSBuild tools version in Windows platform 0522974 Add initial AzureResourceSchema project and test project 1f44695 msrestazure 0.2.1 12e9590 Python model kwargs removal 5915c65 removing logic to require('moment') from model classes 94b15ef Automatically detect MSBuild tools version in Windows platform 97545e3 fixes issue #890 965e722 Adding a method in the AzureClientExtensions to handle the PutOrPatch async calls with 202 responses which have no body and no specific headers 6142fb7 csv array in path #900 afd67f1 added test for flattening generic properties of a model to be flattened e4ba498 Merge pull request #908 from jianghaolu/master 70fe5ce Merge pull request #908 from jianghaolu/master bb0d05b Merge pull request #908 from jianghaolu/master 4c4604f Merge pull request #904 from amarzavery/enum 5a6f236 Merge pull request #891 from dtretyakov/master 6158597 Merge pull request #891 from dtretyakov/master e97388a Merge pull request #891 from dtretyakov/master 711df83 Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors de0232b Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 73e516c Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 360619a Merge pull request #901 from jianghaolu/optional 12f4d00 base64Url support for node.js and inclusion of composed properties while flattening. e70afa7 Merge pull request #902 from begoldsm/master 1ec7248 Fix test breaks. ed2d74f Merge branch 'master' of https://github.com/Azure/autorest dd478b8 Add missing condition in Azure template 4ffe90d Re-gen and address code analysis errors 107c6c9 Add null checks to optional flattened wire parameters e941db6 bring variable declarations back 89a40ba Merge pull request #878 from tbombach/base64url 8ab297f Fixing merge conflict for renaming base64url type in Java 6daa5ef Remove useless nulls when input is optional 15b977f Merge remote-tracking branch 'Azure/master' into base64url 7ff9d25 Merge branch 'master' of github.com:Azure/AutoRest 36b2ce5 Merge pull request #898 from jianghaolu/nocodegenheader ab982ac Escape data strings for odata queries. c0d3614 Merge remote-tracking branch 'Azure/master' into base64url 49a0c03 Fix head response with headers 4163396 Fix head response with headers 3b3c788 Fix head response with headers c174932 update paging extension documentation. b37fc5e Add option for license header w/o codgen info 3992b7e Merge pull request #893 from jianghaolu/defaultvalue 1aab052 Updating the client runtime package version 24a74a0 Fix type normalization [stackoverflow in network] 5732fa5 Update swagger-extensions.md d468bfc Fix parameter conversion bf5456a #889: Fix credentials setup in service client b5163a9 Adding test case for accepting a base64url encoded string in the path eb7cf92 Merge pull request #892 from annatisch/PythonPollingBuxFix f25e20c Merge pull request #894 from lmazuel/msrest020-msrestazure020 bef80e6 msrest-msrestazure 0.2.0 d0a6e6f Add default value support for optional parameters 725c1f6 Merge pull request #880 from jianghaolu/refactoring ecb8a4c Remove unnecessary serializations for some primary types 32a8ff1 Edited changes e8b8f7d LRO polling fix for status enums 045fb77 Fix status code validation in java client 6b0d795 Fix status code validation in java client 3b59c0f Fix status code validation in java client f4a4543 Merge pull request #887 from Azure/devigned-patch-1 78c499d Update swagger-extensions.json f32e739 fix test compilation errors b8cfd81 Add parameter conversion 9b1bb48 Fix parameter invocation 754785b Fix some imports de7c6e9 Add property model and fix type conversion 52beb9d Merge pull request #879 from lmazuel/enum_as_int c1bcfb9 Merge pull request #883 from amarzavery/enum 3b3b14e pusblished 1.12.0 version of ms-rest and ms-rest-azure d824238 Address code analysis errors 83c8291 Move all string templates to ResponseModel 05a7ebc Let Response model handle client type string 4ab8892 style change f72ae19 Merge branch 'master' of https://github.com/csmengwan/autorest 6e478d4 fix async patch and post run 9c7e28b code revise 5dfaf9b Explicit comment as a temp workaround 1539446 Move OperationResponseType to ResponseModel f35d545 Move folder 3c7cc6c Fix type token type 406a741 Some renamings and cleanups 671703c Add JavaResponse ac318cf Allows to parse integer as enum valid values b48d906 Let JavaParameter handle invoke 3e4df71 Adding tests to ensure base64url format works in a dictionary and an array 8466b63 Generate import list from JavaParameter b9e1bbb Merge pull request #873 from annatisch/AzureOperationChanges b3fd265 Merge pull request #877 from matthchr/feature/optional-body-fixes 285b432 Adding the code coverage exception for base64url format for all languages until they implement the serialization for the type b74a654 Updating nodejs coverage test to exclude base64url tests that haven't yet been implemented in the language fe85341 Add JavaParameter 53693bc Move primary type normalization to JavaPrimaryType b789377 add test for fixing the post/patch async operation baefd44 Fix nodejs server to correctly check optional body f900898 Merge remote-tracking branch 'refs/remotes/Azure/master' into base64url 6ae67cc Adding a test for handling a null value when it is expected to be base64url encoded 9337878 Updating unit tests for swagger generation for base64url format d6f7539 Making the code namers for each language treat base64url encoding as string if they don't handle encoding/decoding daf75d9 Adding tests for C# for base64url f058543 fix async patch and post run 0faa880 Merge pull request #872 from jianghaolu/large 7a39169 Merge pull request #872 from jianghaolu/large f375b91 Merge pull request #872 from jianghaolu/large 53c6ca7 Merge pull request #874 from jianghaolu/typefix 7fbb811 Fix stream type in input mappings e39b8c0 Fix stream type in input mappings f92ffb3 Fix stream type in input mappings e108283 Fix DateTimeRfc in parameter mappings 74c3a75 Update travis node version to 4 a26728c Added accept header 1aeb717 Reformatted docstring 081e7f6 Merge pull request #866 from jianghaolu/rfc1123 f2319c8 Merge pull request #865 from lmazuel/msrest013-msrestazure012 a8419ee more regression fix in azure codegen 8381aa9 Fix regression in azure codegen 84c75d9 #742 Hide RFC1123 on parameters 99e6538 #742 Hide RFC1123 on parameters 10ba216 #742 Hide RFC1123 on parameters 8a326f2 Clean up method model and add wrapping to models 812528f Address code analysis error d9c5f88 #742: Hide DateTimeRfc1123 20649f3 #742: Hide DateTimeRfc1123 c5cb522 #742: Hide DateTimeRfc1123 ba3ca3d Remove entry from coverage reporter a718459 commons-io was for debugging cd818c8 commons-io was for debugging 50561ec commons-io was for debugging 589df22 Add download streaming support 22d1d5a Add download streaming support 3522036 Add download streaming support b321647 Merge pull request #870 from jianghaolu/stream 93075ab Remove unused imports 67bb5a3 Stream support: change back to byte[] 48d268a Updating C# Client runtime to handle the base64url format and add the associated Json serializer for properties of that format 95dbe37 Merge pull request #869 from matthchr/feature/stream-fix 34f7a98 Fix out of memory exception streaming large streams 8250693 Merge pull request #868 from amarzavery/enum d67b08f Adding primary type for base64url format 7f3bb55 Updated tests and regenerated 9e8d436 Merge branch 'master' of github.com:Azure/autorest into enum 619ce59 Changed raw LROs in Python generator b6ef4b7 [node.js] Add responseBody as one of the parameters in the callback while processing stream response e8ad92f Removed raw from Azure LRO beefee6 Merge pull request #851 from jianghaolu/lazy b85040d Merge pull request #851 from jianghaolu/lazy 6aed2ce Merge pull request #851 from jianghaolu/lazy f24b0b6 Merge pull request #864 from jianghaolu/stream 1898038 Reset server change 58648e9 msrest 0.1.3 - msrestazure 0.1.2 26c3d3a Fix NPE f72eb22 Fix NPE d47a7df Fix NPE 4d07844 Remove system.err 43ae403 Remove system.err e5cdce2 Remove system.err 639f69e Change file upload type to java.io.File 1eca766 Change file upload type to java.io.File 8ef1fc6 Change file upload type to java.io.File 9946a01 Fix close() in retry handler 3301f3a Fix close() in retry handler cfd8472 Fix close() in retry handler 4bbb4a5 add close() to response bodies 524b8c4 add close() to response bodies f4adb86 add close() to response bodies 6ac47d9 Manually change byte[] to File 815bd1e Manually change byte[] to File e21f437 Manually change byte[] to File 8238efd Merge branch 'master' of github.com:Azure/AutoRest into lazy cef40a4 Merge pull request #859 from jianghaolu/stream 0dfd694 Merge pull request #856 from lmazuel/master 8ae1e78 Merge pull request #861 from lmazuel/generic_deserialization d1d64d7 Add missing javadoc ea0f751 Add missing javadoc 2b47ec9 Add missing javadoc ec5a338 Re-generate 689ff03 Add more laziness to PagedList 510be3f Add more laziness to PagedList 3ab0c6a Add more laziness to PagedList 3b9f993 Fix PythonSDK bug 544 17485d7 Reset unnecessary changes bebc9e8 Fix incorrect content type fe83a2e Merge pull request #858 from NiklasGustafsson/master 7031098 Merge pull request #860 from amarzavery/enum f8a4da6 Merge branch 'enum' of github.com:amarzavery/AutoRest into enum 542d576 Merge branch 'master' of github.com:Azure/autorest into enum 71d5bd2 Fix python test c6153ea Add missing multipart declarations ca2ac16 Merge branch 'master' of github.com:Azure/autorest into enum 07a49c1 fixes #782 for node.js and JSON.stringify of null value during serialization 7b7b334 Remove invalid formdata parameter b457065 Add support for file uploading 77408ae 1) Implementing synchronous and HTTP-response-free operation methods for Ruby. This will lead to silent breaking changes in any generated libraries as the type returned will have changed for all non-LRO operations. 2) Modified tests to use the '_async' methods, except for LRO tests. 3) Added 'x-ms-client-name' to Swagger extensions schema. e2c8d09 Merge pull request #852 from NiklasGustafsson/master 45733bd Wait() must raises Exception if query failed f4307d2 Fix iterator and add tests for PagedList 227bea7 Fix iterator and add tests for PagedList b439852 Fix iterator and add tests for PagedList 7932d97 published 1.11.0 version of nodejs runtime 1189e2d Merge pull request #853 from yaxia/master c78174c Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 8254303 Merge pull request #11 from NiklasGustafsson/merged baa5088 Fixed tests that depended on constant parameters not being supported. 4cc03f7 Merge pull request #10 from NiklasGustafsson/master 2b9f18a Added synchronous method versions for each operation. 943e073 Fix error message in serializer 31794ef Add lazy behavior in get() c0c49bc Add lazy behavior in get() fb0db57 Add lazy behavior in get() 6fc1dd9 Add Javadoc and cleanup 30d986f Add Javadoc and cleanup a48a647 Add Javadoc and cleanup 9d24b97 Merge pull request #9 from Azure/master 2fed13f Fixed byte-array-to-string conversion logic. 5fa2ff1 Merge pull request #850 from annatisch/optional_param 6aa18d7 Adjusted Ruby tests for the new constant parameter logic. b1e5619 A working solution for lazy initiliazed paging 61447f3 A working solution for lazy initiliazed paging 724ea5a A working solution for lazy initiliazed paging c5ab686 Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 3beff93 Ruby pays attention to constancy of parameters. cb48887 Merge pull request #8 from Azure/master abbaf81 Regenerated Python tests afd0528 Fixed optional body parameter bug 13323c2 Merge remote-tracking branch 'refs/remotes/Azure/master' 3a88ef7 Merge pull request #848 from amarzavery/enum bf70f23 exported USGov envt. 23ac4ba added support for default Errors for stream response in node.js b5fd67a updated nodejs enum check 749e8e7 Fixed issue #847 for C# and node.js 68ea21c Merge pull request #846 from annatisch/SwaggerModelerBugFix b96e980 Bug fix 2515e68 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 3db1c62 Merge pull request #832 from devigned/fix/unit_const_rb 9c9e7f6 generate require module_definition when namespace is present e67a8f8 Merge pull request #841 from begoldsm/master a12d73e Merge pull request #844 from jianghaolu/const 5667e2d Add missing declarations in interfaces 86f25b8 Add overloads without optional parameters 3546e52 Remove composite lazy initialization for now 7e7a4fe Fix tests in Azure as well e425151 Support constant values 10c8f40 Merge pull request #842 from lmazuel/master 8c9c8d3 Release msrest 0.1.2 bbe5f85 Remove accidental empty line. 8d5a0fa Merge pull request #840 from annatisch/docstring_formatting 58292d8 Make code analysis happy. d4bccbd Safer parse. 3f07b14 Change to the Azure code generator to pass settings fd1492c More C# cleanups e60a95e Merge pull request #829 from jianghaolu/baseresource f865082 C# code analysis fixes af63d63 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 151f80c formatting fix 40a6d12 Merge pull request #839 from Azure/devigned-patch-1 d577042 Docstring change cleanups bb35608 #838 add document relative $ref path 6a2033e Regenerated Python tests 687c451 Merge pull request #7 from Azure/master 99908b7 Merge pull request #830 from lmazuel/msrestdoc 8f3f697 Resources don't extend com.microsoft.azure.Resource afd7864 More docstring touchups cc87632 Address code analysis errors 7bc5b64 Model classes import the runtime Resource & SubResource 5e04616 Use 1.0.0-SNAPSHOT for new dev phase 1eb3988 Use 1.0.0-SNAPSHOT for new dev phase a8dddd8 Use 1.0.0-SNAPSHOT for new dev phase 97b7174 Unify resources in runtime f681c43 Unify resources in runtime 66e0bf7 Unify resources in runtime 14f9234 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting d66ba97 Improved sphinx references in docstrings dab0418 Do not flask8 the doc configuration 750abb8 add msrest to mrestazure requirements beecc7a Basic doc 645f383 Merge pull request #828 from amarzavery/enum bc5ef85 Adding test generation changes e3aa58f Merge branch 'master' of github.com:Azure/autorest into enum 9fb8544 optional single enum will not be treated as a constant 5d88aaf Merge pull request #827 from begoldsm/master ab14e38 Merge pull request #818 from devigned/fix/resource-serialization 5467ffb Adding examples of x-ms-parameterized-host to documentation 1d029fa add suppressions 89c3525 Merge pull request #6 from Azure/master 305c958 Merge pull request #817 from jhancock93/partialinit2 22f4c66 Merge pull request #810 from brodyberg/xunitversion 056297d Merge pull request #826 from annatisch/urllib_fix 9370ea5 Merge pull request #801 from NiklasGustafsson/master 2b6b6a2 Fixed missing test b9b93fc Fix for urllib bug d34ebf6 resource and sub-resource serialization fix for ruby 8b4c10a Update cli.md b8117a0 Merge pull request #5 from Azure/master 0e78508 Fix the client-name implementation. Added tests. 5071471 Merge pull request #821 from jianghaolu/moredev 5a68c4d Merge pull request #821 from jianghaolu/moredev 523d79e Merge pull request #821 from jianghaolu/moredev d75ac2c parameter.getClass() -> parameterType edf5caf parameter.getClass() -> parameterType c6b8393 parameter.getClass() -> parameterType aa043b7 Fix recursive validation a2b7aa0 Fix recursive validation 59d204e Fix recursive validation 04c19cd Merge pull request #749 from jhancock93/nullresponse 8bca5cb Fixed reference in MD file. 2727c44 Merge pull request #4 from Azure/master a015249 CSharp: Add partial method CustomInitialize to client initialization f90395d Merge pull request #814 from devigned/fix/version-dependency 1149348 fix version dependency for ms_rest beb9f19 Merge pull request #813 from devigned/chore/bump-versions ee4633b bump rb gem versions to 0.2.1 c3c4501 Merge pull request #812 from devigned/bug/path-template d4eb3d4 check path templates and add user agent 46dc5c9 add Running to long running states 76aec4f Add Uuid to NodeJs dictionary to avoid analysis warning e96ada3 Fix warning about xunit build version 6e2c21c Merge remote-tracking branch 'upstream/master' d236a3f Change docs to be more clear about build flavor 492b2b8 Fixes problem with null response content in CSharp generator for non-documented codes 391a2e0 Added documentation for x-ms-client-name. 5de974d Merge pull request #807 from amarzavery/release-0.15.0 20b7f10 Merge pull request #808 from lmazuel/revert-799-malnick/fix_setup 0a66583 Revert "Setup.py references a file that does not exist" 2faa42e Restructured x-ms-client-name support 09365a1 Merge pull request #800 from lmazuel/master ac8a5a5 Merge pull request #799 from malnick/malnick/fix_setup 1f13aa5 Merge pull request #803 from jianghaolu/moredev f6c2f7c Merge pull request #803 from jianghaolu/moredev bbe6ec5 Merge pull request #803 from jianghaolu/moredev 9bc89f1 Update building-code.md 07c0a66 Update README.md da5e7ea bumped autorest version c46de70 Update ChangeLog.md 688c538 Merge pull request #804 from Azure/release-0.15.0 93862a8 Update building-code.md 8dcfa4b Update ChangeLog.md 4456e9f Update building-code.md 896d0d2 Update ChangeLog.md 5ea42fd Update ChangeLog.md 5b68453 ChangeLog 0.1.1 1e66161 Fix MANIFEST issue again 667ddc9 Merge pull request #798 from Azure/master 231e596 Correcting comments and description in Swagger test file. 75f320b Setup.py references a file that does not exist 86aefd6 Merge branch 'Azure-master' 7e59f37 Manual merge 939a90d Implemented ClientName on model properties, added more tests. eea487d Merge pull request #795 from devigned/chore/gem-version a857359 Merge pull request #797 from stankovski/escapedot 2232196 Merge pull request #796 from stankovski/master fdf5ea4 escape dots in serialized name if present in the property name a7fa96a Merge pull request #793 from annatisch/PythonLogging 3b7f02e Fixed fxcop issue 86daf21 provide the gem-version information when generating 73a65fa Merge pull request #784 from jhancock93/uuid2 26a89bd Add Assert.fail() in new java test f2988f4 Merge pull request #773 from jianghaolu/master d44df63 Fix credentials test bd1a7e4 Fix credentials test ac2175d Fix credentials test a02d30c Merge pull request #794 from stankovski/release-0.15.0 d85fe59 Merge pull request #1 from amarzavery/uuid 714be24 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 5db8a35 Merge pull request #791 from stankovski/master a376290 Added test fixes for logging changes cdd9616 Fixed Python constants tests b54f623 Merge remote-tracking branch 'refs/remotes/lmazuel/master' into PythonLogging 2b0fb7e Merge remote-tracking branch 'refs/remotes/Azure/master' 3f50788 Merge remote-tracking branch 'refs/remotes/Azure/master' efd505f New simple log system 309b3a2 Improved NodeJS support for uuid 115c762 Merge branch 'master' of https://github.com/Azure/AutoRest 98e13ff Merge pull request #790 from xingwu1/arg_defaults be03738 Added support for ClientName on properties. Added unit tests for client properties and parameters. bcab638 Regenerated code and fixed tests 4c97607 ServiceClient null check c1ce2de Add more info to revision file 29e57b8 Add more info to revision file d031031 Add more info to revision file 7b3a479 Added cultureinfo 54f180a Add gradle task to generate git revision 3405154 Add gradle task to generate git revision 8d37635 Add gradle task to generate git revision f21af20 Updated readme 0910a29 Merge pull request #792 from devigned/bug/rb-lros 0735c94 fix long running operations in ruby ebda362 Change constant behavior to not initialize parent of child is a constant #782 c28a3cf Regenerated tests 04b87c6 Updated test cases c73b362 Added model **kwargs 0101efd Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 8735578 Merge pull request #788 from devigned/feature/rb-cleaner-code 75a8271 Added validationerror to generated exceptions 607598b Replaced ValueError with ValidationError 52170aa Updated runtime version history 021f448 regen samples 9af9db9 Replaced Python None with constant 43caf6a move skipUrlEncoding to generic ruby f6edb1b Regenerated java fixtures to fix merge issue 045a370 cleaner ms-rest lib and code generation 466c7b7 Model uuid format with Guid in CSharp, UUID in Java 71deef2 Restructured body validation d24ff9a Restructured generated validation 25554ee Started reworking model validation 6f8539e Cleaned up ValidationError d761a79 Merge pull request #780 from annatisch/test-reformat ebed0bb Regenerated d3f3abd Merge pull request #779 from stankovski/release-0.15.0 15899df custom uri test reformat d307ddc Merge remote-tracking branch 'refs/remotes/Azure/master' 8ee8d12 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 46c5ba0 Merge pull request #778 from amarzavery/readonly a5f284e update f410906 Merge branch 'readonly' of github.com:amarzavery/AutoRest into readonly bcd6b2e updated readme for ms-rest-azure 2dc5805 updated readme for ms-rest-azure 8cbc5d3 updated README for ms-rest 1bb5892 Fix for #633 - C# generator emits some empty classes 81c1f31 append query parameetrs correctly for partial nextLink 5a2a726 Merge branch 'release-0.15.0' of github.com:Azure/autorest into readonly 567c771 nodejs release versioning 53ff42d Cleaned up param validation 6d6492f Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 9a37902 Merge pull request #777 from amarzavery/readonly ff32fbf small fix 9171816 generated code a13e603 Merge branch 'master' of github.com:Azure/autorest into readonly 240bd7e check for '?' in the url and append query parameters accordingly a585257 Regenerated tests 854ea71 Review feedback f7f9103 review feedback 39bc0e8 Implemented request validation 9062b1f Support x-ms-client-name for parameters. 3734c93 Update building-code.md 03d3782 Update building-code.md 89fa58f Merge pull request #772 from stankovski/master 90e4160 Updated documentation 51ca2f0 Update README.md df2ddf1 Merge pull request #765 from stankovski/release-0.15.0 6b40d06 Merge pull request #771 from stankovski/master 541631d Updated swagger extensions schema 705495a Merge pull request #2 from Azure/master 23b9424 Fix flattening and bump up to 1.0.0-beta1 81ccae9 Fix flattening and bump up to 1.0.0-beta1 ba87677 Fix flattening and bump up to 1.0.0-beta1 77613e4 Merge pull request #766 from stankovski/master 4fd8504 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name 2904f93 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name c166d99 Added release notes for 0.15.0 release d5f1998 Merge pull request #764 from devigned/chore/rb-versions d25e28a Merge pull request #763 from begoldsm/master 762e518 Merge pull request #720 from stankovski/flattening 6a1dd49 update the gem dependencies b350e49 bump versions for rb client libs 23bb817 Merge pull request #7 from jianghaolu/flattening 32af735 Fix interface import when there is parameter mapping 05227ba Enable the Azure version of the tests as well. 0f6d1a1 Merge pull request #6 from jianghaolu/flattening eebe17c Fix input mappings in Java d125d7a Moved ruby resource flattening tests under generic code gen 0fccf94 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into flattening b6b7223 Merge pull request #5 from jianghaolu/flattening 9fa5f9f Merge pull request #5 from jianghaolu/flattening 0d1a5f5 Merge pull request #5 from jianghaolu/flattening bd8413e Merge pull request #761 from lmazuel/master 3001234 Merge branch 'master' of https://github.com/Azure/autorest ffb25e4 Add simple support for const properties in Java 10e61fd Updated Ruby based on the latest code gen changes b16c9c8 Minor change to the pyproj to include the customBaseUri tests 80e868b Merge branch 'master' of https://github.com/Azure/AutoRest into flattening 064dbb5 Merge pull request #758 from devigned/bug/ruby-val-deserial ab11f34 Regenerated tests 6133292 Add 2 more tests for Java aea3ce6 Add 2 more tests for Java 81b6118 Fixed potential arg ordering bug 3e3d9a2 Merge pull request #4 from annatisch/py-flattening 8bcb13e Added validation tests b404113 Extended defaults to required parameters b014bf3 Fixed missing Error import statement 3c0682e Merge pull request #1 from Azure/master dd35d89 Merge remote-tracking branch 'refs/remotes/stankovski/flattening' into py-flattening 2b74f27 Skipped tests pending constant support e6f78f0 Precompiled split regex 342b0c8 msrest 0.0.3 - msrestazure 0.0.2 160e1b7 Merge branch 'master' of https://github.com/Azure/AutoRest into flattening a3276af Merge pull request #760 from stankovski/docker fa97b10 add supressions 27cf3ec Added dockerfile for tool execution 484d00b Merge pull request #757 from jianghaolu/master f37d2bb fix code analysis issues 83dfb83 Fixed flattened serialization a231a2f Added flattening tests and regenerated 4a2492f Fixed bug in python generator 34fec02 Corrected and regenerated Azure Python 2167735 switch to ERB url_encoding rather than URI.escape c4c5b70 refacotr azure method template model for params, path and urls 03b8f29 the uri test for validity would fail on the URI.parse 3345133 odata is case sensitive -- correct $orderBy 021db0c refactor faraday usage for url and query params and url_prefix 763e83d improve variable naming and newline char 54f9391 better error messages and less reliance on full urls (backcompat) 945b4d7 brought back HttpOperationResponse as it is required in LRO 85d9361 removed unnecessary dependencies 2bcce1f Merge branch 'flattening' of github.com:stankovski/AutoRest into readonly ce89638 Added missing date serialization tests 40a4e5c Merge pull request #755 from stankovski/master 287cb90 Merge branch 'master' of https://github.com/Azure/AutoRest f49dde1 Merge pull request #756 from devigned/feature/packaging 1d9d0dd Fixed tests and fxcop issues 146ddf5 Add IllegalArgumentException throws on Async methods 0deeea8 Merge pull request #2 from amarzavery/readonly 6409d38 Remove constructors w/o credentials when required dffd229 add in version and package name to ruby generator a2c7240 Regenerate from master branch 35d7abe resolved conflicts and made test modifications 5abbdf5 Sorted parameters and generators in help c60a85b Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 0ece56c Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 1cfd7b0 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 82a8026 All Languages: provide a listing of code generators with their custom settings #753 21516d0 Merge branch 'master' of github.com:Azure/autorest into readonly a657654 fix jshint issues and a failing serialization scenario 13feba3 Merge pull request #3 from jianghaolu/flattening 8778c0e Support escaped dots in deserializer 3d3f0fe Support escaped dots in deserializer c06ced5 Unify initializations of JacksonMapperAdapter 0746708 Unify initializations of JacksonMapperAdapter a1ba79e Move flattening serializer to generic runtime 64012f1 Move flattening serializer to generic runtime ed2a757 Merge pull request #754 from stankovski/master 3df3eb5 Undo dotnet change e94fbd7 Added auto-generated samples 12acbbb readonly property supported in nodejs 558952a Merge pull request #750 from devigned/bug/ruby-enums b838ac0 updated msrest readme 58eab5f warn on enum deserialization in ruby 70e8f88 Updated readme a26bba1 Bumped versions ca85e0e Merge pull request #732 from lmazuel/master 105261e Merge pull request #748 from stankovski/master 4f66d24 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 39469cf Merge branch 'master' of github.com:Azure/autorest into rf 41f9979 Merge pull request #737 from jianghaolu/lrobegin 5e5e74b Merge pull request #737 from jianghaolu/lrobegin 1705578 Temporarily removed Java test code - will add back once #720 PR is merged 0b753cb Merge pull request #724 from devigned/bug/portable-post303 d640fe5 Fixed duplicate local variables when flattening parameters #730 0430d22 Move flattening deserializer to generic runtime 49c4ca2 Move flattening deserializer to generic runtime c3892f3 Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 16bfd31 Regenerated tests ddcce32 Added version generator to proj file a72a560 Merge pull request #740 from stankovski/master d7feabe Fixed serialization tests da706f1 Generate separate version file 07abc73 Paging inherits from iterable 1b3450e Command line help is not properly formatted when built in mono #738 fd7c08f Address code analysis errors b40b887 Unify method interface generation 9c58d07 Paging operations return updated ServiceCall 22535b3 Paging operations return updated ServiceCall 986ebd9 Moved Java tests 83a0fcf Added tests to C# for model flattening de8a280 fixed nodejs breaking tests 83782d2 nodejs model flattening works 5303175 Add Service call to allow LRO cancellation 7feab06 Add Service call to allow LRO cancellation 2743be2 Move Retrofit service to impls d0bca99 Treat odata filters as strings 49f6ba8 Add begin methods to LRO 381174b Merge pull request #725 from BurtBiel/AuthVerifySetting ca90bb9 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into rf accf2bf Merge pull request #728 from haocs/master 102b8c8 model flattening for node.js partially done cbe9129 resolve merge conflict 629e0b2 resolve merge conflict d342d0c regenerated bc050cc Merge pull request #727 from jianghaolu/objectserialize 8fcb754 Merge pull request #727 from jianghaolu/objectserialize 26ede53 Issue #718 - Manifest must be in capital letters e073080 fix typo 468599c Validate all complex parameters 07a5780 regenerated after moving resource flattening tests to generic and renaming it to model flattening 48d6763 Added fxcop suppression for AddParameterGroups d3b4aab Fixed style check errors ddaa7e8 Implemented flattening in Java 09d4c88 Merge pull request #2 from annatisch/python_custom_base_uri e6020d5 Skip putComplexReadOnlyPropertyValid test for node b506747 Merge pull request #726 from amarzavery/rf 5f83d53 Adding 2 more calls to check verify setting 22870b2 Update unit test to check verify setting is propogated 9c47e05 Bumped msrestaszure version 41c60a6 Changed version updates f7694b4 Added readonly property tests for C# e90ed76 Updated nodejs and python to escape backslash and other special characters bcab81d Added documentation c824b81 Added 'putComplexReadOnlyPropertyValid' coverage 3cab694 Added support for method argument flattening cac2cca Added tests for ReadOnlyPropertyObject b67c097 Added annotation in model 7761aa7 Added t…
jianghaolu
added a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Aug 10, 2016
ca25c1c Fix compilation error 5e6d8d2 Merge commit '2da17cd075822328b42931f8bc04f8e3b01eee7b' into pagingfix 012d715 More fixes to LROs e32f486 Merge pull request #43 from Azure/sdk_1007 6f4812f Merge branch 'master' of github.com:Azure/autorest-clientruntime-for-java into sdk_1007 2701ea4 Add missing .failure() to parallel service call 804c07b Merge pull request #41 from jianghaolu/javafixes 438fe15 Support Future based ServiceCall in LRO & Paging 57a0754 Simply signature for async service calls c66cd48 Make ServiceCall Future-like 6286c69 Bring Future like ServiceCall to SDK ebe8783 Merge commit 'aedc87712089b11122ec15c722ffbb90e05872b8' into future cd7ad22 Merge commit 'f218f80a44d342d7b1ba363e98ec9a5a8d09570f' into future 36cb7b7 Merge pull request #39 from Azure/sdk_983 6625ef4 Fixing the issue of circular depedency due to the use of non-unique key 3d39357 Merge pull request #37 from Azure/sdk_973 afc4173 Adding comments for EdgeType num 0493b5e Simplify the parallel async logic and adding circular depedency detection logic b6d1b5e Merge branch 'master' of github.com:Azure/azure-sdk-for-java into parallel-create 686ac75 Wiring up the final call-back correctly 3967255 Remove subtree checks in travis fb0172e Updated runtime sync script, Fixing the bug of not calling callback on stg create success, fixing the bug of not unlocking node 34b47c4 Merge branch 'master' of github.com:Azure/azure-sdk-for-java into parallel-create f989dc7 Merge pull request #32 from Azure/sdk_975 817b71c Make a change in subtree da1f9a4 last checkstyle fix d0abca4 More check-style fixes f05ff94 Fixing checkstyle errors bdb7479 Restructuring and inital parallization work 6dcdbdf Simplifying the task group logic 8fbe3cb Merge pull request #26 from Azure/revert-24-revert-23-master d67a862 Merge pull request #25 from jianghaolu/master 7ad505c Revert "Revert "Changes from AutoRest & SDK"" e4d8dda Merge pull request #24 from Azure/revert-23-master 06e3169 Revert "Changes from AutoRest & SDK" ea7edb9 Merge branch 'master' of github.com:Azure/AutoRest 910cf5a Merge pull request #23 from jianghaolu/master d7987f9 Merge commit '140542e7c5ceaaa632a9a146a1d603f2cd8acfdd' as 'src/client/Java' 3722243 Reconstruct subtree 262b35c Sync runtime with SDK repo 3596f48 Merge branch 'master' of github.com:jianghaolu/autorest-clientruntime-for-java into runtimes b108e05 Merge commit 'c0aa84911ceec370c33616c3658df16313b8dfde' 3fa32be Merge pull request #22 from jianghaolu/master 0a31705 Should use debug version of autorest when building on windows (#1268) 0933d58 Aligning Authentication releases with the master branch (#1250) 904ef23 Remove HEAD operation status code warning (#1265) d0168cd Ruby - Update ms_rest & ms_rest_azure version to 0.3.0 (#1260) 34f56ea Throw code gen error if pageable operation does not return pageable type (#1262) 62173d1 Ruby - Adding warning instead of Validation failure when unknown property found on object. (#1263) d8ef424 Fix exception in Log4NetTracingInterceptor default constructor (#1237) 5d64b77 Ruby - ms_rest should throw validation error instead of NameError (#1255) c6106a3 Remove Gemfile.lock and adding it to .gitignore (#1257) 08b89cf Updating build instructions with the answers to some common gotchas (#1258) 4f327ee [In- review] Improving pageable extension adding autopagination (#1211) 4a489e9 Adding "clean" Swagger validation test (#1254) 5069891 Support Char format for string (#1252) 0da7d34 OS X platform name is darwin. (#1253) 2a491e8 Ruby - Polymorphic discriminator hashmap should have exact model name as hash value instead of lowercased in Ruby (#1245) 34a1832 Prepare for next development iteration f0805a7 Use beta2 for other packages 693fdd8 Remove deprecated methods from ms_rest_azure client_runtime. This change is related to PR #1011 where generalized method was introduced. (#1236) fcbeb84 Handling lookup for provisioning_state in ruby client runtime (#1223) 0c749da Adding Swagger file linting infrastructure and rules (#1246) b348fdd Support Base64url (#1238) 93de90c Fix for Issue #1202 (#1235) a9acdd5 Fix runtime part of #1217 (#1224) 6226c15 Support unix style timestamp (#1239) ba86230 custom paths on different plats (#1248) 7045fdb node clientruntime updates (#1244) aaf8fd1 pulled in @stankovski 's fix for the comment problem (fixes #1228) (#1243) 43432e9 don't compile windows-only projects on not windows. 3f9053e put node tests back in f4d008a Adding Roslyn support for unit testing 19f629b Code changes for dotnet cli conversion 32f7ccb Swapped out csproj build script for project.json and .xproj cbe17c8 update license in header of source files to MIT 000948f Update building-code.md 45ddc1a Re-organize entire code repo (#1220) 762eaa6 Prepare for next development iteration 86aa2fc Merge pull request #1216 from vishrutshah/regen-samples 8825f41 Removing check style for hiding utility class constructor. 42c7200 Regenerate Java Samples 20b4a28 Regenerate Ruby Samples and remove old Samples 8b15c24 Increase ruby test coverage bar (#1188) f8d2a9c Bump up version numbers for beta2 release 8a01cb7 Java beta2 release (#1213) 0c0e87b [Ruby - In Review] Restructuring generated Ruby & Azure.Ruby code into generated sub-folder (#1189) 987e8db Updated the error message to include the method name and property when the NextLink property could not be found (#1206) 79eb329 Migration to CoreCLR RTM (#1210) 592ec93 Added parameter documentation to model constructors (#1184) ab8f357 Fix parameter flattening codes handling of documentation string (#1199) f8a2ad4 Adding javadoc gen as a part of build since javadoc generation catches some of the checkstyle and reference issue 44645a6 Update Redis swagger test and add support for Pattern properties (#1191) cf2fdb5 Adding publicIp sample, only mark sub-DAGs as non-prepare - the root DAG stay as preparer 47b9652 Adding publicIp sample, only mark sub-DAGs as non-prepare - the root DAG stay as preparer 5cc6367 Merge pull request #1157 from vishrutshah/x-ms-client-flatten 882a7dc Merge pull request #1193 from hovsepm/master 0e506fc Changed ClientRuntime.Authentication dependency range for Microsoft.IdentityModel.Clients.ActiveDirectory 4d24335 Regenerating samples with gulp regenerate:expected:samples d734d1a Fix for Issue #1075 (#1182) 5c1cea8 Update README.md to include MS Code of Conduct (#1187) cd769c3 Escapse . in property name for Ruby a6aa047 Apply x-ms-client-flatten extension for Ruby & Azure.Ruby generator e918ef8 Ruby - x-ms-parameter-grouping for Ruby & Azure.Ruby Generator (#1139) 1d5e9c1 improving comment as per review f84bd3d improving comment as per review dc3d0ca Regenerating Samples in Azure.Ruby 04a9525 x-ms-parameter-grouping for Ruby & Azure.Ruby Generator 8c6ad3e Merge pull request #1186 from hovsepm/master 25beef0 Addressing review comments [javadoc, simplfying the map iteration] bf4c5ea Addressing review comments [javadoc, simplfying the map iteration] af6f602 Upgraded to the latest version of net core on Ubuntu. cfbafd0 comment corrections 4688b88 comment corrections ac633da Making DAG to work correctly to handle more cases c841500 Making DAG to work correctly to handle more cases 4aaef63 Adding a null check for reading Content from a response as a string (#1170) 45c3d88 couple of javadoc fixes a56b045 couple of javadoc fixes 64a7b86 Do not need check property availability if nextLinkName is null (#1177) 57288f4 Merge pull request #819 from jianghaolu/async f3fe387 Merge pull request #819 from jianghaolu/async 999fb18 Add retry for 404 GET 99abc58 Add retry for 404 GET 9c048fc Add a bunch of configs to RestClient 22f2053 Add a bunch of configs to RestClient 89bf350 Reuse the global autorest parameter. (#1171) f1df2ab Add AzureResourceSchema Microsoft.Resources test (#1134) 46a53cd Merge branch 'master' of github.com:Azure/azure-sdk-for-java into async ad7507e Merge branch 'master' of github.com:Azure/azure-sdk-for-java into async 76e3ae9 Merge pull request #832 from jianghaolu/restclient 0c8a460 Merge pull request #832 from jianghaolu/restclient 53ae9e7 Merge pull request #21 from jianghaolu/restclient 7be25fe Merge commit '486acdc633c498d4335711e30817cc70faacc487' into restclient 5ab5ddf Merge commit '486acdc633c498d4335711e30817cc70faacc487' into restclient 04af976 Regenerate azure & azure.fluent fecda5c Move RestClient into azure runtime f84d8eb making dag::prepare to work for update 5e5647f making dag::prepare to work for update 05105b4 Remove rest client from generic codegen 5dfea14 Ruby - Regenerating samples for ruby (#1179) 74917b9 Summary comments contain improperly escaped backslashes (Issue #1152) (#1176) bb4a917 Fixing the bug of trying to create created resources during update, adding better way to name gen resource names 8604dee Fixing the bug of trying to create created resources during update, adding better way to name gen resource names 61d1467 Improve support for "Summary" and "Description" documentation fields (#1163) 1773d49 Add stage for base url 4a7b25e Remove required mapper adapter 6b71dda Ruby - Move serialization/deserialization into clientruntime from sdk (#1106) b4a493d Ruby - Adding Model name on the properties of the ServiceClient (#1158) 738d121 use AZURE_GERMANY insteadof AZURE_GERMAN 1fd9e5f use AZURE_GERMANY insteadof AZURE_GERMAN 6196ce0 Merge pull request #20 from jianghaolu/master dc4ff41 Page with links to Issues Queries 4ff4583 requestLibrarySink should be called with requestOptions if no additional arguments specified. (#1108) ac312fe (C#) Adding support for "see" URLs in documentation (#1167) 6c8f63a ensuring trailing slash for urls 012a68b ensuring trailing slash for urls c8db8d3 correcting environment name 281f61c correcting environment name 0261a6e Adding few more Azure environments 91d4bb5 Adding few more Azure environments 45a4711 Local gulp run produces expected file changes. (#1137) 5aac1fa Add applyAsync() b8d6ab8 Add applyAsync() bc57070 Basic prototyping of async in fluent 618091b Basic prototyping of async in fluent 6b8360d Fix python code gen bug in handling "." in property name. (#1144) 29ba650 Merge pull request #1160 from hovsepm/master 958aedd remove stale token from tokencache for sp auth as adal does not remove it. (#1145) d8c60c1 Downgrading ClientRuntime versions. f8683d0 Merge pull request #1159 from hovsepm/master b3084e2 Downgraded C# ClientRuntime reference to Json.Net in net45 platform to 6.0.8 06f30cf Checkstyle passes everywhere 1bc2ab8 Checkstyle passes everywhere 31e5a52 Supply CodeGenSettings via a JSON file to AutoRest. CodeGenSettings is de-serialized as Dictionary<string, object> so it can contain more complex properties than just strings. (#1147) 89362bb Addresses issue #1087 (#1110) 2bf6b8b Merge pull request #783 from jianghaolu/javadocs e622549 Merge pull request #783 from jianghaolu/javadocs b14cc72 Merge pull request #779 from jianghaolu/paramhostfix b415da0 Merge pull request #779 from jianghaolu/paramhostfix 546e068 Network passes checkstyle 9ab4ca6 Network passes checkstyle 14b071c Merge commit '4aa3dd4b847e747387475e9249c4aba97b6ef8ac' into paramhostfix ef99c9e Merge commit '4aa3dd4b847e747387475e9249c4aba97b6ef8ac' into paramhostfix 1ae4191 Merge pull request #19 from jianghaolu/updates 623601d Schema typos (#1138) 8b43962 Remove header after use 3e644d9 Fix parameterized host concurrency issue 95fa032 Done storage usages 0b7ad46 Done storage usages 7ad2207 Update dependencies to official releases 87afa33 Merge pull request #18 from jianghaolu/renamesetters 86e9bd7 Merge pull request #1105 from hovsepm/master 194f509 Added gulp-msbuild normal level of verbosity. 12c3135 Updated to the latest stable nuget version. 9d078fe fixed nuget symbols push location. 9c4442d Address checkstyle errors c09b620 Merge commit '083e8ab0c10b58e1491cd38235da5110121ef326' into javavnext b5859aa Merge pull request #17 from jianghaolu/renamesetters 8a35466 Fixed broken test MappingExtensionTests.TestInputMappings (#1123) f1f371c Merge commit '469f44270c1f37e6fe16bc324fea487a6354679a' into rename-setters 24d5c1e Fix all sets to be withs 6dd1aa6 Fixed assembly versions in client runtime. 9efe50a Added license header to CertificateAuthenticationProvider cs file. 9e11dd2 Some more renamings 81ba78c Fixes #881 - failure to accept x-* vendor extension in path (#1122) cd47ac1 Merge pull request #1136 from hovsepm/ClientRuntimeVersionUpdate 6b34175 Changed minor version bump to patch update for RC2 migration 1b17bc9 Renamed setXXX() to withXXX() for non-top level methods 14a2cdf [Python] Fixed bug in enum namespace docs (#1074) ae0f0a3 msrest/msrestazure 0.4.0 (#1092) 88a5f61 Fix bug with custom client request id generation (#1104) 26e44ad Updated documentation regarding dictionaries (#1115) 6d06584 Issue 669 - added Exception xml doc comments (#1076) 5ad191b Fixes #1019 - Verbose parameter and other costmetic issues (#1113) f980c82 Merge pull request #1089 from daschult/master 836c71f Support additionalProperties that accept all unbound properties. (see #1057) (#1112) 09341fd Merge pull request #1107 from tbombach/master d08d280 Changing YamlDotNet signing exception since the dll odesn't follow the same naming convention as Newtonsoft 4f80e3e Merge pull request #1103 from tbombach/master b859906 Framework for Creatable composition, managing dependency between them and creating resources based on topotogical order f764ac5 Changing nuget reference to YamlDotNet.Signed, since we're referencing it from a signed assembly 1a9e4e5 Add DevTestLabs acceptance test. Add 'format' property to JsonSchema 242834c Moving web.yaml into Web/2015-08-01/ folder 9ade282 Merge branch 'master' of https://github.com/Azure/autorest 9b84c45 Add DataLakeStore acceptance test 78906b1 Merge pull request #1100 from stankovski/syncwrapper 85f149b Addressed code review feedback fbdcc27 Addressed fxcop issues e6f05e8 Added tests f04e04a Adding script to can verify that developer system has correct setup (#1098) b338faa Propagated SyncWrapper property e4be13a Added XXXWithHttpMessages() method f427898 Merge pull request #1096 from fearthecowboy/add-yaml-support f233c04 Adding YAML support to Autorest. 81937b8 Add DataLakeAnalytics acceptance test ab5315f Merge pull request #1012 from abhivijay96/master ca2b687 Merge pull request #1 from tbombach/user-agent-cleanup 73987f0 Merge pull request #1068 from TimLovellSmith/fixDotNetRedisInheritanceScenario 93d4e1c Merge pull request #1081 from daniel-ms/master 22f7fc7 Cleaning up typos and comments for ServiceClient SetUserAgent 47e95a5 Merge pull request #1093 from hovsepm/master 58366bd Adding more logging for gulp.msbuild and retrying for http failures. faf7508 Merge commit '97bc529bbb06017de0bb069012c016c2949157be' into javavnext 9f4f7d6 Bumped up gulp npm versions 18c6a84 Add CognitiveServices test 40748df Merge branch 'master' of https://github.com/Azure/autorest 7954a99 Turn off CA1822 for test projects, warnings about performance of non-static unit test methods are a waste of time! f116efa Merge branch 'master' of github.com:Azure/AutoRest into quickvm 1d34f9e Add tests for additional Network api versions 4268976 Add acceptance test for additional compute api version 2f45870 Add extra Storage api version acceptance tests b403b9a Simplify the unit test for verifying redis swagger modelling inheritance scenarios. c54836a Merge pull request #1091 from tbombach/dnx-gitignore ef4d3ed Add additional CDN swagger and schema 0b05742 Merge pull request #1090 from Azure/hovsepm-patch-3 24bc68e [Python] LRO and AAD updates and fixes (#1078) 55a3b8e Adding dnx folders and files to gitignore since developers might still have them in their working copy after upgrading to CoreCLR RC2 19a6cc5 Add ability to seperate acceptance tests for AzureResourceSchema generator by resource provider and api version 92d9a16 Update building-code.md 4652810 Merge branch 'master' of https://github.com/Azure/autorest 083672e Update AzureResourceSchema generator to create DNS schema de936fb Merge pull request #1086 from Azure/hovsepm-patch-2 6a8c6d6 Merge pull request #1085 from Azure/hovsepm-patch-1 871cb9a Update building-code.md 87c1603 Update building-code.md 337d976 Merge pull request #1084 from hovsepm/netcore 3f84226 Enumerating over create method parameter enum values d5a44b0 Adding x-ms-client-flatten parameter to the swagger scehma, as it was missing: the spec defines that it is possible to add that extension to a body parameter. f32e824 Rename Microsoft.DNS.json expected schema to Microsoft.Network.json eb56294 Getting baseline for dns schema generation 80d8030 Merge branch 'master' of https://github.com/Azure/autorest 2707593 Fix code analysis warnings from using ToLower(CultureInfo.InvariantCulture). 1382a5e Merge pull request #1061 from daschult/master 568ded9 Merge pull request #1067 from veronicagg/changelog 7f5ae11 Fixed AutoRest.sln test references fro CSharp Generators 25a2716 Removed dnxcore50 from generated code. 59e6389 Merge branch 'master' of https://github.com/Azure/autorest 4736d63 Merge pull request #16 from jianghaolu/checkstyle 9b363b4 Making corresponding changes to gradle 122b780 Update travis to install build tools 62865c0 Move checkstyle to build-tools 72b915b Cleaning dnx from gitignore and tools 5f97447 Modify the circular detection logic for circular 'allOf' inheritance so that there can again be a passing test 'ClientModelWithCircularDependencyThrowsError'. eb8754b Add checkstyle to travis build f1f7584 updates to readme (#1071) f9a1606 updates to node.js clientruntime (#1070) 3cb1bec interactive login in the node runtime (ms-rest-azure) (#1066) de3e3c4 Added Generator CSharp tests to ClientRuntime solution de698f7 Optional suppression file for maven scenario 630ea05 Changed nuget package test to be called after each language generator test 0ba790b Fix Swagger SchemaResolver to allow for the fact that properties may be defined by chains of indirect references to some type which inherits from another compatible type - and that should be fine! 55702f0 Merge commit 'bebdec5b1bbf8d0d2b6be78eb00cd2fc85646763' into checkstyle 0bcf347 Move checkstyle rules to runtimes 3ea49f8 Adding ChangeLog 9c26eea Added AcceptanceTestPath to the exception message. 79a1c2c Fixed test project build failure in VS2015 eba3a94 fixed python test with . in base UR 7f2b179 Fixed remaining Java tests with . in the base URI 191cac8 Bringing back Generator tests to Linux run a1ac974 Changed . in Java test URI 8fa3955 Changed the url for LROS and paging on the test server 7dc762c Changing NodeJS Azure LRO tests base URI 9071c8d Add checkstyle rules 4ce0ca2 removed mono from travis.yml 9a0b774 updated NuGet.exe to 3.5-beta f1ac322 Fixed travis.yml d25043a Merge pull request #1062 from veronicagg/relprep 6c2547a changed test server package dependency d76911a Skipped Generators tests in travis. 45413a8 Updating ms-rest-azure version 7282bf8 Merge pull request #14 from jianghaolu/ua 9750fcb Fix generated file name 13575b4 Pull runtimes subtree 5202139 Fix styles and tests b443c0f Fix styles and tests 99cd7ee Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua aabe677 Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua 63803e0 Fix runtime tests c2765e5 Merge commit '3420556ca4cee622a71e11aa166f8e9ec894f818' into ua 6037451 Send client specific user agent b887e80 Add user agent to every method 6825c6c Fixing net 4.5.2 reference in test project. 8151cf6 Fixed travis.yml to use coreclr rc2 instead of dnx 773e9f1 Merge branch 'netcore' of github.com:Azure/AutoRest into netcore 02f34b8 Merge pull request #1058 from Azure/master adee9ea Http method get with status code 204 should be success in longrunning operation. (#1056) 35e197f Merge pull request #1033 from lmazuel/useragent 8212eb8 Get formatted reference value for only sequence type or return name (#1051) 4624e6f Update ServiceClient.cs 4630b69 Update ServiceClient.cs a63879d Merge pull request #1020 from annatisch/py-dev 5681eea Merge branch 'netcore' of github.com:Azure/AutoRest into netcore bc85f48 Merge pull request #1052 from Azure/master ffe7e89 Fixed netcore build warnings. 69a989d Fixed gulpfile.js 92a2f95 Merge pull request #1039 from jianghaolu/master 9d48136 Add a test for request id header 29d8857 Fix request id to be generated each time cab9d04 Merge pull request #1023 from csmengwan/master 689423c Merge pull request #1001 from tbombach/getting-started e0e5bd1 Fixed failed test 640df1a Review feedback 9f62082 Set customer headers default to None 4104a56 Support for x-ms-enum ModelAsString 1d37145 removed base64 encoding/decoding 914f60f Added support for base64url serialization 3e08cfa Regenerated 1991851 Added unix url test 6500965 Revert "Change body serialization for complex type" 24cd72e review cleanups 88438df Regenerated tests 05f68a6 Test dict serialization 51948d7 Refactored dict serialization 00ff9b3 tox cleanups c951cb8 regenerated python tests 71f8973 support for unix timestamps 64e0b96 Removed config objects from tests 42219a6 Merged config and client objects fae2d8a Change body serialization for complex type 7ef8f8c Updating documentation in the running AutoRest section 833c80d Merge pull request #1045 from daschult/master 2c27c28 Update ServiceClient.cs ca5a350 Update ServiceClient.cs 6cb707c Merge branch 'netcore' of github.com:Azure/AutoRest into netcore e23db71 Merge pull request #1047 from Azure/master 111d7d5 Merge branch 'master' of github.com:Azure/AutoRest into netcore 71bc552 Moved to CoreClr RC2 public preview eff510f Fix analysis errors b39ebd5 Merge pull request #1046 from tbombach/update-autorest-version-0.17.0 8e26ebe Merge branch 'master' of https://github.com/Azure/autorest 4d6e574 code revise e39bf6d Merge branch 'master' of github.com:Azure/AutoRest into netcore 52f3fbf Bumping AutoRest version to 0.17.0 e518b9c Merge branch 'master' of https://github.com/Azure/autorest e9adb9d Update expected azure resource schemas and remove InternalsVisibleTo in AzureResourceSchema generator project 328825f Update ServiceClient.cs b2f822e Merge pull request #1010 from hovsepm/master 8124fb7 Merge pull request #1040 from matthchr/feature/param-group-comments a0a620d Regenerate expected ac754e6 Refactor parameter grouping and enable better comments f69f5ce Merge pull request #1018 from daschult/master 68b02be Merge pull request #1035 from brnleehng/feature/doc-strings-1 a30c462 Merge pull request #1016 from kirthik/master 6de0b6d Adding support for Unix date-time in ruby (#1014) 3285bee Merge pull request #1038 from Azure/release f1585bd Use SNAPSHOT runtime as dependency 530c90c Use SNAPSHOT runtime as dependency 41224f8 ComputeManager, rename region->location, etc 6196277 Updating the dockerfile to use AutoRest 0.16.0 dcdca06 Added null check for property 374455a Regenerated expected files 78356b5 Updated comments for references 5e2de11 enabling Azure.authenticate(File).withDefaultSubscription() based on the subscription provided in the file 09ffae3 Merge pull request #1032 from tbombach/package_namespace_null 927a9d4 Add platform in Python UserAgent fe3e5a4 Fix for a null reference exception in JavaCodeNamer when the namespace parameter is not provided as a command line parameter 38aa357 Merge branch 'release' of https://github.com/Azure/autorest into release a5e2004 Merge branch 'master' of https://github.com/Azure/autorest e1d41ab Patch support for long running operation in ruby (#1011) a76ce51 Merge pull request #1029 from amarzavery/optional 2777e8f Merge pull request #1031 from jianghaolu/release af4d522 fix env tests 12ac648 Use 1.0.0-SNAPSHOT for Java & Azure.Java 7c948e1 Merge branch 'release' of github.com:Azure/autorest into optional ca68a08 updated activeDirectoryEndpointUrl with slashes 7f90ee0 Adding release notes for 0.16.0 release 30ed59c Added expression support daacda8 Merge pull request #702 from jianghaolu/master 075398c Merge branch 'dev/daschult/AddChildResources' b14c51d Merge branch 'master' of https://github.com/Azure/autorest fb19554 Add support for child resources 1150967 updated node.js clientruntime version to 1.13.0 & 1.3.1 for ms-rest-azure & ms-rest resp. (#1026) 788f625 support for Azure.authenticate(File propertiesFile) 4f7dc49 updated node.js clientruntime version to 1.13.0 & 1.3.1 for ms-rest-azure and ms-rest resp. dab7626 Address eclipse build errors cb980a4 Merge branch 'master' of github.com:Azure/autorest into optional 5604cf9 Added support for Microsoft.Web. Change resource schema resource names to be resource type with '_' instead of '/' 630d39b Fix LRO issue in C# code gen e0fde05 Rename JSONSchema.cs to JsonSchema.cs 01d7a12 Merge branch 'master' of https://github.com/Azure/autorest d406c85 Add Network test 31f3a92 Fixed parsing SequenceTypes and add Compute acceptance test cfdf8a8 Appended additional operation names to the documentation for Parameter Groups (#1002) 3eef4f2 Fixed all analysis errors 42cd603 Storage, Batch, and CDN schemas generating 9562283 Fix for #967: C# generator generates code that contains compiler warnings 79b3093 Update ServiceClient.cs 8a2fd9a Update ServiceClient.cs c4c32d2 Working on model 19cb26d Fixed typos in comments 5e54326 Storage and Batch passing c8ecc0f Merge pull request #13 from jianghaolu/snap 69f21a2 Use sonatype as public snapshots 6cdb496 Merge pull request #12 from Azure/javavnext df8fb81 Merge branch 'master' of https://github.com/Azure/autorest 4c5f556 Add Batch acceptance test 14c2966 Adding more instructions to the building code documentation 0142862 [NodeJS] Redesigned the structure of AzureEnvironment and updated environment info (#998) 88e3679 getting rid of underscore.js as a dependency from ms-rest-azure 2a447e5 Merge branch 'master' of github.com:Azure/autorest into optional 55af5be Redesigned the structure of AzureEnvironment and updated the environments with more values. 49cc5e0 Can now generate fleshed out storage schema f41092a Implement x-ms-parameterized-host extension for ruby (#992) 16eebb8 Merge pull request #971 from tbombach/test-documentation 5101bc7 Fixing arrays with collection format not replaced correctly in URLs (#990) 47753e5 Fix AzureResourceSchema projects (#956) 1f4cc35 msrest/msrestazure 0.3.0 (#982) 78ce979 Updated the UserAgent ProductInfoHeaderValue to use the AssemblyInformationalVersion or the AssemblyFileVersion, if neither attribute is available it will default to the Assembly Version. (#979) b274bbe Merge pull request #875 from csmengwan/master 37a5369 UnixTime in node.js (#987) 5e85f67 FxCop warnings 340132b Merge branch 'master' of https://github.com/Azure/autorest 63fee4f UnixTime tests 54cfaac modification ff64ad6 Merge branch 'master' of github.com:Azure/autorest into optional 2f82af1 unixTime in node.js 90d7f8b Merge pull request #11 from Azure/revert-10-revert-9-pagedListFix 18066d8 Revert "Revert "Fixing UnsupportedOperation exception in PagedList"" 651b102 fixed setting default value for a complex object containing constant properties (#985) 6e44a66 Merge pull request #10 from Azure/revert-9-pagedListFix 5a032ae remove null check validation for unixtime as they are treated as long in java 8b7b17a Revert "Fixing UnsupportedOperation exception in PagedList" 2e67caa Merge pull request #9 from anuchandy/pagedListFix c3f7a46 Fixing UnsupportedOperation exception in PagedList f0dff3d Fixed fxcop warnings 845fc5b result of executing gulp regenerate:expected 7750284 fixed setting default value for a complex object containing constant properties. 82bdc8b Merge pull request #8 from anuchandy/gradlefix d56d5e0 Merge commit 'ae4c3ba611076c6d1a2e6fedb6616d5c3b0fdb3d' into exp 2a37759 Merge pull request #7 from jianghaolu/restclient 9295380 Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext eee9f2a Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext 4a965fd Merge pull request #984 from jianghaolu/builder 73b3ae3 Merge pull request #984 from jianghaolu/builder 4cfb906 Merge pull request #958 from jianghaolu/javartremoval 8009399 Address checkstyle errors 168b99e Address checkstyle errors 9a27d68 Support base URL replace using Interceptor (Retrofit 2.0) fa1ac24 Support base URL replace using Interceptor (Retrofit 2.0) b6592da Removing unused VersionInfo task from runtime gradle files e5cbc40 Fixing few compilation errors, removing gitrevision artifacts from the POM and Gradle files 1a6bf4e code revise 2f7d3e4 Deprecate two old functions b6c78d5 Add RestClient fcfb315 Add RestClient 46b1540 Merge branch 'master' of https://github.com/Azure/autorest f82044b Merge branch 'master' of github.com:Azure/autorest into optional dfba322 Move .build() from collection calls to initialize() 75e08f0 Move .build() from collection calls to initialize() f510e4d Merge branch 'master' of github.com:Azure/AutoRest into netcore 32d190e Merge pull request #974 from hovsepm/master 88cef20 Fixes Issue #944 by catching the JSONException that may occur on a Non-Success StatusCode when attempting to Deserialize the HTTPResponse.Content when it is not JSON. af6fa32 Fixed the test 72ba2d6 Added tests to Odata filter generation f76e16f Merge pull request #973 from Azure/revert-902-master 1e0252d Revert "Escape data strings for odata queries." a7b6eb9 Added an ExitCode to Autorest.exe (#966) 08bd336 Adding documentation for instructions on writing tests in AutoRest c38771d Fix FXCopy issues f325514 Merge branch 'master' of https://github.com/Azure/autorest ab9cb34 Merge pull request #948 from tbombach/issue-909 d1d781c Python Read-only and UTF-8 support (#959) 468c8c4 Fixes the issue where the contents of the output file for SingleFileGeneration are appended to each time Autorest is run (#968) dccbc73 Simplifying the logic for determining SerializationSettings 1819c56 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-909 b6ee9ef Merge pull request #947 from alesvi/master 05e8518 Fixed build.proj to use netcore instead of dnu. 62dfbcc Fixed CSharp Generators test project 74692a0 Fixed Microsoft.Rest.ClientRuntime.Tracing.Tests test and removed xproj and csproj files a757cc4 Can generate storage schema from swagger 16b8f29 Set the intial coverage for the LRONonRetryPut201Creating400InvalidJson to 1 0b4ee07 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-944 d41d44c Added a LRO acceptance test to verify that a CloudException is thrown when a JSONException occurs during Deserialization of the response content 0e5da7e Merge commit '7162a39ae50d95c1a20cbb521282752955ed722a' as 'ClientRuntimes/Java' 88f2de6 Remove submodule a6eef1f Merge pull request #5 from Azure/jianghaolu-patch-1 2c03d76 Update README 7c87e37 Use latest javavnext runtime 78359ef Merge pull request #4 from jianghaolu/javavnext f7a6b01 Use snapshot in build.gradle in azure-client-runtime 2ad3332 Use javavnext branch consistently f1d7b46 [Azure/autorest#957] Merge pull request #3 from jianghaolu/javavnext 831f725 Runtime changes in javavnext 8979cac Use relative path in .gitmodules 1c70756 Add Java runtimes as a submodule e8eb547 Remove Java/ in ClientRuntimes d7f6ea2 Merge pull request #2 from jianghaolu/master dadd75f [Azure/autorest#957] Add gradle wrapper jar e1947d8 Add travis file 391afe5 Compiles 6981bc8 Merge remote-tracking branch 'refs/remotes/Azure/master' into issue-909 ce58306 Fix AzureResourceSchema project 0eb8d0f Merge latest from Azure/AutoRest f277902 Merge remote-tracking branch 'upstream/master' a373026 Add dependencies in parent pom 0e14ae1 Merge pull request #955 from jianghaolu/javavnext 6e56f78 Initial commit 3dd9e99 Merge branch 'master' of github.com:Azure/autorest into optional 91d73c6 Python Streaming Test Fix (#953) f674f3c Add fluent to pageimpl 7082f8e Use String for OData b7dc878 Use String for OData 42a3277 Use String for OData 9a03f63 Fix paged list to use hasNextPage() for hasNext() ea61512 Fix paged list to use hasNextPage() for hasNext() 88c8aad Fix paged list to use hasNextPage() for hasNext() 77a7eb1 Extend functionality for paged lists 4ff082d Extend functionality for paged lists 8b1aeed Extend functionality for paged lists 3d236fe Regenerate after merge 07bda32 Address code analysis errors 8bd5afd Rename method group impl to inner 6333912 Rename only top level parameters & responses to Inner 51f17c3 Move into implementation.api subpackage 175a66e Rename models to end with impl b877cbf Seperate type name generation and client name generation cd01cf8 Remove interfaces for method groups and service clients b81317e Remove get prefix on model property getters cea6f72 Remove get prefix on model property getters c0b92a9 Remove get prefix on model property getters 5573dc8 Move impl classes to implementation subpackage b2c127f Rename AutoRestException to RestException fc7d9a9 Rename AutoRestException to RestException c009c93 Rename AutoRestException to RestException 4c181b2 Address code analysis 3a885ff Shorten operations names to simple plurals b7de51d Rename method groups without Operations suffix 29dc46d Python Bug Fixes (#928) 14b4e56 Merge pull request #951 from jianghaolu/master a6feaf0 Okio 1.7.0 0592481 Okio 1.7.0 cd746ab Okio 1.7.0 3622e2b Added a new LongRunningOperations test to verify that a CloudException is thrown even when a JSONException occurs Deserializing the HTTPResponse.Content 8b015ac Captured the JSONException that may occur on a Non-Success StatusCode when attempting to Deserialize the HTTPResponse.Content when it is not JSON b6bf4cc Adding a User-Agent header to the request done in FileSystem.ReadFileAsText 5577875 Updating test coverage list 59d3fa9 Adding test for Unix time encoded values in path 166ff89 Updating test server to add test scenarios for unix time 1833d26 Adding a new primary type for unix time and updating namers to handle this type 646e72a Converting CSharp ClientRuntime projects to CoreClr 296bb25 Correct bug link re: multi (#939) 56a20fa Merge pull request #917 from AzCiS/master 1ac04c3 Merge branch 'master' of github.com:Azure/autorest into optional 0e2d13a Update swagger-extensions.md 016cef6 Enhancement to "x-ms-parameterized-host" extension (#929) d8110cf positionInOperation defaults to first 63b9fd6 Enhancement to x-ms-parameterized-host extension 5b4ca29 change code gen in node js to merge LRO operations into one method ffb8fa3 Almost have Storage schema generating from swagger spec b9d642d add 204 poll state for post b73c784 Fix: https://github.com/Azure/autorest/issues/923 9573dee code revise d1ff941 fix the naming issue in azure serviceClientTest 39b4b19 code revise ab93a4a Merge pull request #927 from jianghaolu/master 7c26136 Android license split into 2 a8c0328 AzureResourceSchemaCodeGenerator shows up in AutoRest help and tests pass 7bfc5c2 Add AzureResourceSchema to configuration file f7840bf Update AzureResourceSchema projects and add initial c# files 3106fb8 Automatically detect MSBuild tools version in Windows platform 0522974 Add initial AzureResourceSchema project and test project 1f44695 msrestazure 0.2.1 12e9590 Python model kwargs removal 5915c65 removing logic to require('moment') from model classes 94b15ef Automatically detect MSBuild tools version in Windows platform 97545e3 fixes issue #890 965e722 Adding a method in the AzureClientExtensions to handle the PutOrPatch async calls with 202 responses which have no body and no specific headers 6142fb7 csv array in path #900 afd67f1 added test for flattening generic properties of a model to be flattened e4ba498 Merge pull request #908 from jianghaolu/master 70fe5ce Merge pull request #908 from jianghaolu/master bb0d05b Merge pull request #908 from jianghaolu/master 4c4604f Merge pull request #904 from amarzavery/enum 5a6f236 Merge pull request #891 from dtretyakov/master 6158597 Merge pull request #891 from dtretyakov/master e97388a Merge pull request #891 from dtretyakov/master 711df83 Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors de0232b Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 73e516c Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 360619a Merge pull request #901 from jianghaolu/optional 12f4d00 base64Url support for node.js and inclusion of composed properties while flattening. e70afa7 Merge pull request #902 from begoldsm/master 1ec7248 Fix test breaks. ed2d74f Merge branch 'master' of https://github.com/Azure/autorest dd478b8 Add missing condition in Azure template 4ffe90d Re-gen and address code analysis errors 107c6c9 Add null checks to optional flattened wire parameters e941db6 bring variable declarations back 89a40ba Merge pull request #878 from tbombach/base64url 8ab297f Fixing merge conflict for renaming base64url type in Java 6daa5ef Remove useless nulls when input is optional 15b977f Merge remote-tracking branch 'Azure/master' into base64url 7ff9d25 Merge branch 'master' of github.com:Azure/AutoRest 36b2ce5 Merge pull request #898 from jianghaolu/nocodegenheader ab982ac Escape data strings for odata queries. c0d3614 Merge remote-tracking branch 'Azure/master' into base64url 49a0c03 Fix head response with headers 4163396 Fix head response with headers 3b3c788 Fix head response with headers c174932 update paging extension documentation. b37fc5e Add option for license header w/o codgen info 3992b7e Merge pull request #893 from jianghaolu/defaultvalue 1aab052 Updating the client runtime package version 24a74a0 Fix type normalization [stackoverflow in network] 5732fa5 Update swagger-extensions.md d468bfc Fix parameter conversion bf5456a #889: Fix credentials setup in service client b5163a9 Adding test case for accepting a base64url encoded string in the path eb7cf92 Merge pull request #892 from annatisch/PythonPollingBuxFix f25e20c Merge pull request #894 from lmazuel/msrest020-msrestazure020 bef80e6 msrest-msrestazure 0.2.0 d0a6e6f Add default value support for optional parameters 725c1f6 Merge pull request #880 from jianghaolu/refactoring ecb8a4c Remove unnecessary serializations for some primary types 32a8ff1 Edited changes e8b8f7d LRO polling fix for status enums 045fb77 Fix status code validation in java client 6b0d795 Fix status code validation in java client 3b59c0f Fix status code validation in java client f4a4543 Merge pull request #887 from Azure/devigned-patch-1 78c499d Update swagger-extensions.json f32e739 fix test compilation errors b8cfd81 Add parameter conversion 9b1bb48 Fix parameter invocation 754785b Fix some imports de7c6e9 Add property model and fix type conversion 52beb9d Merge pull request #879 from lmazuel/enum_as_int c1bcfb9 Merge pull request #883 from amarzavery/enum 3b3b14e pusblished 1.12.0 version of ms-rest and ms-rest-azure d824238 Address code analysis errors 83c8291 Move all string templates to ResponseModel 05a7ebc Let Response model handle client type string 4ab8892 style change f72ae19 Merge branch 'master' of https://github.com/csmengwan/autorest 6e478d4 fix async patch and post run 9c7e28b code revise 5dfaf9b Explicit comment as a temp workaround 1539446 Move OperationResponseType to ResponseModel f35d545 Move folder 3c7cc6c Fix type token type 406a741 Some renamings and cleanups 671703c Add JavaResponse ac318cf Allows to parse integer as enum valid values b48d906 Let JavaParameter handle invoke 3e4df71 Adding tests to ensure base64url format works in a dictionary and an array 8466b63 Generate import list from JavaParameter b9e1bbb Merge pull request #873 from annatisch/AzureOperationChanges b3fd265 Merge pull request #877 from matthchr/feature/optional-body-fixes 285b432 Adding the code coverage exception for base64url format for all languages until they implement the serialization for the type b74a654 Updating nodejs coverage test to exclude base64url tests that haven't yet been implemented in the language fe85341 Add JavaParameter 53693bc Move primary type normalization to JavaPrimaryType b789377 add test for fixing the post/patch async operation baefd44 Fix nodejs server to correctly check optional body f900898 Merge remote-tracking branch 'refs/remotes/Azure/master' into base64url 6ae67cc Adding a test for handling a null value when it is expected to be base64url encoded 9337878 Updating unit tests for swagger generation for base64url format d6f7539 Making the code namers for each language treat base64url encoding as string if they don't handle encoding/decoding daf75d9 Adding tests for C# for base64url f058543 fix async patch and post run 0faa880 Merge pull request #872 from jianghaolu/large 7a39169 Merge pull request #872 from jianghaolu/large f375b91 Merge pull request #872 from jianghaolu/large 53c6ca7 Merge pull request #874 from jianghaolu/typefix 7fbb811 Fix stream type in input mappings e39b8c0 Fix stream type in input mappings f92ffb3 Fix stream type in input mappings e108283 Fix DateTimeRfc in parameter mappings 74c3a75 Update travis node version to 4 a26728c Added accept header 1aeb717 Reformatted docstring 081e7f6 Merge pull request #866 from jianghaolu/rfc1123 f2319c8 Merge pull request #865 from lmazuel/msrest013-msrestazure012 a8419ee more regression fix in azure codegen 8381aa9 Fix regression in azure codegen 84c75d9 #742 Hide RFC1123 on parameters 99e6538 #742 Hide RFC1123 on parameters 10ba216 #742 Hide RFC1123 on parameters 8a326f2 Clean up method model and add wrapping to models 812528f Address code analysis error d9c5f88 #742: Hide DateTimeRfc1123 20649f3 #742: Hide DateTimeRfc1123 c5cb522 #742: Hide DateTimeRfc1123 ba3ca3d Remove entry from coverage reporter a718459 commons-io was for debugging cd818c8 commons-io was for debugging 50561ec commons-io was for debugging 589df22 Add download streaming support 22d1d5a Add download streaming support 3522036 Add download streaming support b321647 Merge pull request #870 from jianghaolu/stream 93075ab Remove unused imports 67bb5a3 Stream support: change back to byte[] 48d268a Updating C# Client runtime to handle the base64url format and add the associated Json serializer for properties of that format 95dbe37 Merge pull request #869 from matthchr/feature/stream-fix 34f7a98 Fix out of memory exception streaming large streams 8250693 Merge pull request #868 from amarzavery/enum d67b08f Adding primary type for base64url format 7f3bb55 Updated tests and regenerated 9e8d436 Merge branch 'master' of github.com:Azure/autorest into enum 619ce59 Changed raw LROs in Python generator b6ef4b7 [node.js] Add responseBody as one of the parameters in the callback while processing stream response e8ad92f Removed raw from Azure LRO beefee6 Merge pull request #851 from jianghaolu/lazy b85040d Merge pull request #851 from jianghaolu/lazy 6aed2ce Merge pull request #851 from jianghaolu/lazy f24b0b6 Merge pull request #864 from jianghaolu/stream 1898038 Reset server change 58648e9 msrest 0.1.3 - msrestazure 0.1.2 26c3d3a Fix NPE f72eb22 Fix NPE d47a7df Fix NPE 4d07844 Remove system.err 43ae403 Remove system.err e5cdce2 Remove system.err 639f69e Change file upload type to java.io.File 1eca766 Change file upload type to java.io.File 8ef1fc6 Change file upload type to java.io.File 9946a01 Fix close() in retry handler 3301f3a Fix close() in retry handler cfd8472 Fix close() in retry handler 4bbb4a5 add close() to response bodies 524b8c4 add close() to response bodies f4adb86 add close() to response bodies 6ac47d9 Manually change byte[] to File 815bd1e Manually change byte[] to File e21f437 Manually change byte[] to File 8238efd Merge branch 'master' of github.com:Azure/AutoRest into lazy cef40a4 Merge pull request #859 from jianghaolu/stream 0dfd694 Merge pull request #856 from lmazuel/master 8ae1e78 Merge pull request #861 from lmazuel/generic_deserialization d1d64d7 Add missing javadoc ea0f751 Add missing javadoc 2b47ec9 Add missing javadoc ec5a338 Re-generate 689ff03 Add more laziness to PagedList 510be3f Add more laziness to PagedList 3ab0c6a Add more laziness to PagedList 3b9f993 Fix PythonSDK bug 544 17485d7 Reset unnecessary changes bebc9e8 Fix incorrect content type fe83a2e Merge pull request #858 from NiklasGustafsson/master 7031098 Merge pull request #860 from amarzavery/enum f8a4da6 Merge branch 'enum' of github.com:amarzavery/AutoRest into enum 542d576 Merge branch 'master' of github.com:Azure/autorest into enum 71d5bd2 Fix python test c6153ea Add missing multipart declarations ca2ac16 Merge branch 'master' of github.com:Azure/autorest into enum 07a49c1 fixes #782 for node.js and JSON.stringify of null value during serialization 7b7b334 Remove invalid formdata parameter b457065 Add support for file uploading 77408ae 1) Implementing synchronous and HTTP-response-free operation methods for Ruby. This will lead to silent breaking changes in any generated libraries as the type returned will have changed for all non-LRO operations. 2) Modified tests to use the '_async' methods, except for LRO tests. 3) Added 'x-ms-client-name' to Swagger extensions schema. e2c8d09 Merge pull request #852 from NiklasGustafsson/master 45733bd Wait() must raises Exception if query failed f4307d2 Fix iterator and add tests for PagedList 227bea7 Fix iterator and add tests for PagedList b439852 Fix iterator and add tests for PagedList 7932d97 published 1.11.0 version of nodejs runtime 1189e2d Merge pull request #853 from yaxia/master c78174c Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 8254303 Merge pull request #11 from NiklasGustafsson/merged baa5088 Fixed tests that depended on constant parameters not being supported. 4cc03f7 Merge pull request #10 from NiklasGustafsson/master 2b9f18a Added synchronous method versions for each operation. 943e073 Fix error message in serializer 31794ef Add lazy behavior in get() c0c49bc Add lazy behavior in get() fb0db57 Add lazy behavior in get() 6fc1dd9 Add Javadoc and cleanup 30d986f Add Javadoc and cleanup a48a647 Add Javadoc and cleanup 9d24b97 Merge pull request #9 from Azure/master 2fed13f Fixed byte-array-to-string conversion logic. 5fa2ff1 Merge pull request #850 from annatisch/optional_param 6aa18d7 Adjusted Ruby tests for the new constant parameter logic. b1e5619 A working solution for lazy initiliazed paging 61447f3 A working solution for lazy initiliazed paging 724ea5a A working solution for lazy initiliazed paging c5ab686 Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 3beff93 Ruby pays attention to constancy of parameters. cb48887 Merge pull request #8 from Azure/master abbaf81 Regenerated Python tests afd0528 Fixed optional body parameter bug 13323c2 Merge remote-tracking branch 'refs/remotes/Azure/master' 3a88ef7 Merge pull request #848 from amarzavery/enum bf70f23 exported USGov envt. 23ac4ba added support for default Errors for stream response in node.js b5fd67a updated nodejs enum check 749e8e7 Fixed issue #847 for C# and node.js 68ea21c Merge pull request #846 from annatisch/SwaggerModelerBugFix b96e980 Bug fix 2515e68 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 3db1c62 Merge pull request #832 from devigned/fix/unit_const_rb 9c9e7f6 generate require module_definition when namespace is present e67a8f8 Merge pull request #841 from begoldsm/master a12d73e Merge pull request #844 from jianghaolu/const 5667e2d Add missing declarations in interfaces 86f25b8 Add overloads without optional parameters 3546e52 Remove composite lazy initialization for now 7e7a4fe Fix tests in Azure as well e425151 Support constant values 10c8f40 Merge pull request #842 from lmazuel/master 8c9c8d3 Release msrest 0.1.2 bbe5f85 Remove accidental empty line. 8d5a0fa Merge pull request #840 from annatisch/docstring_formatting 58292d8 Make code analysis happy. d4bccbd Safer parse. 3f07b14 Change to the Azure code generator to pass settings fd1492c More C# cleanups e60a95e Merge pull request #829 from jianghaolu/baseresource f865082 C# code analysis fixes af63d63 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 151f80c formatting fix 40a6d12 Merge pull request #839 from Azure/devigned-patch-1 d577042 Docstring change cleanups bb35608 #838 add document relative $ref path 6a2033e Regenerated Python tests 687c451 Merge pull request #7 from Azure/master 99908b7 Merge pull request #830 from lmazuel/msrestdoc 8f3f697 Resources don't extend com.microsoft.azure.Resource afd7864 More docstring touchups cc87632 Address code analysis errors 7bc5b64 Model classes import the runtime Resource & SubResource 5e04616 Use 1.0.0-SNAPSHOT for new dev phase 1eb3988 Use 1.0.0-SNAPSHOT for new dev phase a8dddd8 Use 1.0.0-SNAPSHOT for new dev phase 97b7174 Unify resources in runtime f681c43 Unify resources in runtime 66e0bf7 Unify resources in runtime 14f9234 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting d66ba97 Improved sphinx references in docstrings dab0418 Do not flask8 the doc configuration 750abb8 add msrest to mrestazure requirements beecc7a Basic doc 645f383 Merge pull request #828 from amarzavery/enum bc5ef85 Adding test generation changes e3aa58f Merge branch 'master' of github.com:Azure/autorest into enum 9fb8544 optional single enum will not be treated as a constant 5d88aaf Merge pull request #827 from begoldsm/master ab14e38 Merge pull request #818 from devigned/fix/resource-serialization 5467ffb Adding examples of x-ms-parameterized-host to documentation 1d029fa add suppressions 89c3525 Merge pull request #6 from Azure/master 305c958 Merge pull request #817 from jhancock93/partialinit2 22f4c66 Merge pull request #810 from brodyberg/xunitversion 056297d Merge pull request #826 from annatisch/urllib_fix 9370ea5 Merge pull request #801 from NiklasGustafsson/master 2b6b6a2 Fixed missing test b9b93fc Fix for urllib bug d34ebf6 resource and sub-resource serialization fix for ruby 8b4c10a Update cli.md b8117a0 Merge pull request #5 from Azure/master 0e78508 Fix the client-name implementation. Added tests. 5071471 Merge pull request #821 from jianghaolu/moredev 5a68c4d Merge pull request #821 from jianghaolu/moredev 523d79e Merge pull request #821 from jianghaolu/moredev d75ac2c parameter.getClass() -> parameterType edf5caf parameter.getClass() -> parameterType c6b8393 parameter.getClass() -> parameterType aa043b7 Fix recursive validation a2b7aa0 Fix recursive validation 59d204e Fix recursive validation 04c19cd Merge pull request #749 from jhancock93/nullresponse 8bca5cb Fixed reference in MD file. 2727c44 Merge pull request #4 from Azure/master a015249 CSharp: Add partial method CustomInitialize to client initialization f90395d Merge pull request #814 from devigned/fix/version-dependency 1149348 fix version dependency for ms_rest beb9f19 Merge pull request #813 from devigned/chore/bump-versions ee4633b bump rb gem versions to 0.2.1 c3c4501 Merge pull request #812 from devigned/bug/path-template d4eb3d4 check path templates and add user agent 46dc5c9 add Running to long running states 76aec4f Add Uuid to NodeJs dictionary to avoid analysis warning e96ada3 Fix warning about xunit build version 6e2c21c Merge remote-tracking branch 'upstream/master' d236a3f Change docs to be more clear about build flavor 492b2b8 Fixes problem with null response content in CSharp generator for non-documented codes 391a2e0 Added documentation for x-ms-client-name. 5de974d Merge pull request #807 from amarzavery/release-0.15.0 20b7f10 Merge pull request #808 from lmazuel/revert-799-malnick/fix_setup 0a66583 Revert "Setup.py references a file that does not exist" 2faa42e Restructured x-ms-client-name support 09365a1 Merge pull request #800 from lmazuel/master ac8a5a5 Merge pull request #799 from malnick/malnick/fix_setup 1f13aa5 Merge pull request #803 from jianghaolu/moredev f6c2f7c Merge pull request #803 from jianghaolu/moredev bbe6ec5 Merge pull request #803 from jianghaolu/moredev 9bc89f1 Update building-code.md 07c0a66 Update README.md da5e7ea bumped autorest version c46de70 Update ChangeLog.md 688c538 Merge pull request #804 from Azure/release-0.15.0 93862a8 Update building-code.md 8dcfa4b Update ChangeLog.md 4456e9f Update building-code.md 896d0d2 Update ChangeLog.md 5ea42fd Update ChangeLog.md 5b68453 ChangeLog 0.1.1 1e66161 Fix MANIFEST issue again 667ddc9 Merge pull request #798 from Azure/master 231e596 Correcting comments and description in Swagger test file. 75f320b Setup.py references a file that does not exist 86aefd6 Merge branch 'Azure-master' 7e59f37 Manual merge 939a90d Implemented ClientName on model properties, added more tests. eea487d Merge pull request #795 from devigned/chore/gem-version a857359 Merge pull request #797 from stankovski/escapedot 2232196 Merge pull request #796 from stankovski/master fdf5ea4 escape dots in serialized name if present in the property name a7fa96a Merge pull request #793 from annatisch/PythonLogging 3b7f02e Fixed fxcop issue 86daf21 provide the gem-version information when generating 73a65fa Merge pull request #784 from jhancock93/uuid2 26a89bd Add Assert.fail() in new java test f2988f4 Merge pull request #773 from jianghaolu/master d44df63 Fix credentials test bd1a7e4 Fix credentials test ac2175d Fix credentials test a02d30c Merge pull request #794 from stankovski/release-0.15.0 d85fe59 Merge pull request #1 from amarzavery/uuid 714be24 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 5db8a35 Merge pull request #791 from stankovski/master a376290 Added test fixes for logging changes cdd9616 Fixed Python constants tests b54f623 Merge remote-tracking branch 'refs/remotes/lmazuel/master' into PythonLogging 2b0fb7e Merge remote-tracking branch 'refs/remotes/Azure/master' 3f50788 Merge remote-tracking branch 'refs/remotes/Azure/master' efd505f New simple log system 309b3a2 Improved NodeJS support for uuid 115c762 Merge branch 'master' of https://github.com/Azure/AutoRest 98e13ff Merge pull request #790 from xingwu1/arg_defaults be03738 Added support for ClientName on properties. Added unit tests for client properties and parameters. bcab638 Regenerated code and fixed tests 4c97607 ServiceClient null check c1ce2de Add more info to revision file 29e57b8 Add more info to revision file d031031 Add more info to revision file 7b3a479 Added cultureinfo 54f180a Add gradle task to generate git revision 3405154 Add gradle task to generate git revision 8d37635 Add gradle task to generate git revision f21af20 Updated readme 0910a29 Merge pull request #792 from devigned/bug/rb-lros 0735c94 fix long running operations in ruby ebda362 Change constant behavior to not initialize parent of child is a constant #782 c28a3cf Regenerated tests 04b87c6 Updated test cases c73b362 Added model **kwargs 0101efd Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 8735578 Merge pull request #788 from devigned/feature/rb-cleaner-code 75a8271 Added validationerror to generated exceptions 607598b Replaced ValueError with ValidationError 52170aa Updated runtime version history 021f448 regen samples 9af9db9 Replaced Python None with constant 43caf6a move skipUrlEncoding to generic ruby f6edb1b Regenerated java fixtures to fix merge issue 045a370 cleaner ms-rest lib and code generation 466c7b7 Model uuid format with Guid in CSharp, UUID in Java 71deef2 Restructured body validation d24ff9a Restructured generated validation 25554ee Started reworking model validation 6f8539e Cleaned up ValidationError d761a79 Merge pull request #780 from annatisch/test-reformat ebed0bb Regenerated d3f3abd Merge pull request #779 from stankovski/release-0.15.0 15899df custom uri test reformat d307ddc Merge remote-tracking branch 'refs/remotes/Azure/master' 8ee8d12 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 46c5ba0 Merge pull request #778 from amarzavery/readonly a5f284e update f410906 Merge branch 'readonly' of github.com:amarzavery/AutoRest into readonly bcd6b2e updated readme for ms-rest-azure 2dc5805 updated readme for ms-rest-azure 8cbc5d3 updated README for ms-rest 1bb5892 Fix for #633 - C# generator emits some empty classes 81c1f31 append query parameetrs correctly for partial nextLink 5a2a726 Merge branch 'release-0.15.0' of github.com:Azure/autorest into readonly 567c771 nodejs release versioning 53ff42d Cleaned up param validation 6d6492f Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 9a37902 Merge pull request #777 from amarzavery/readonly ff32fbf small fix 9171816 generated code a13e603 Merge branch 'master' of github.com:Azure/autorest into readonly 240bd7e check for '?' in the url and append query parameters accordingly a585257 Regenerated tests 854ea71 Review feedback f7f9103 review feedback 39bc0e8 Implemented request validation 9062b1f Support x-ms-client-name for parameters. 3734c93 Update building-code.md 03d3782 Update building-code.md 89fa58f Merge pull request #772 from stankovski/master 90e4160 Updated documentation 51ca2f0 Update README.md df2ddf1 Merge pull request #765 from stankovski/release-0.15.0 6b40d06 Merge pull request #771 from stankovski/master 541631d Updated swagger extensions schema 705495a Merge pull request #2 from Azure/master 23b9424 Fix flattening and bump up to 1.0.0-beta1 81ccae9 Fix flattening and bump up to 1.0.0-beta1 ba87677 Fix flattening and bump up to 1.0.0-beta1 77613e4 Merge pull request #766 from stankovski/master 4fd8504 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name 2904f93 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name c166d99 Added release notes for 0.15.0 release d5f1998 Merge pull request #764 from devigned/chore/rb-versions d25e28a Merge pull request #763 from begoldsm/master 762e518 Merge pull request #720 from stankovski/flattening 6a1dd49 update the gem dependencies b350e49 bump versions for rb client libs 23bb817 Merge pull request #7 from jianghaolu/flattening 32af735 Fix interface import when there is parameter mapping 05227ba Enable the Azure version of the tests as well. 0f6d1a1 Merge pull request #6 from jianghaolu/flattening eebe17c Fix input mappings in Java d125d7a Moved ruby resource flattening tests under generic code gen 0fccf94 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into flattening b6b7223 Merge pull request #5 from jianghaolu/flattening 9fa5f9f Merge pull request #5 from jianghaolu/flattening 0d1a5f5 Merge pull request #5 from jianghaolu/flattening bd8413e Merge pull request #761 from lmazuel/master 3001234 Merge branch 'master' of https://github.com/Azure/autorest ffb25e4 Add simple support for const properties in Java 10e61fd Updated Ruby based on the latest code gen changes b16c9c8 Minor change to the pyproj to include the customBaseUri tests 80e868b Merge branch 'master' of https://github.com/Azure/AutoRest into flattening 064dbb5 Merge pull request #758 from devigned/bug/ruby-val-deserial ab11f34 Regenerated tests 6133292 Add 2 more tests for Java aea3ce6 Add 2 more tests for Java 81b6118 Fixed potential arg ordering bug 3e3d9a2 Merge pull request #4 from annatisch/py-flattening 8bcb13e Added validation tests b404113 Extended defaults to required parameters b014bf3 Fixed missing Error import statement 3c0682e Merge pull request #1 from Azure/master dd35d89 Merge remote-tracking branch 'refs/remotes/stankovski/flattening' into py-flattening 2b74f27 Skipped tests pending constant support e6f78f0 Precompiled split regex 342b0c8 msrest 0.0.3 - msrestazure 0.0.2 160e1b7 Merge branch 'master' of https://github.com/Azure/AutoRest into flattening a3276af Merge pull request #760 from stankovski/docker fa97b10 add supressions 27cf3ec Added dockerfile for tool execution 484d00b Merge pull request #757 from jianghaolu/master f37d2bb fix code analysis issues 83dfb83 Fixed flattened serialization a231a2f Added flattening tests and regenerated 4a2492f Fixed bug in python generator 34fec02 Corrected and regenerated Azure Python 2167735 switch to ERB url_encoding rather than URI.escape c4c5b70 refacotr azure method template model for params, path and urls 03b8f29 the uri test for validity would fail on the URI.parse 3345133 odata is case sensitive -- correct $orderBy 021db0c refactor faraday usage for url and query params and url_prefix 763e83d improve variable naming and newline char 54f9391 better error messages and less reliance on full urls (backcompat) 945b4d7 brought back HttpOperationResponse as it is required in LRO 85d9361 removed unnecessary dependencies 2bcce1f Merge branch 'flattening' of github.com:stankovski/AutoRest into readonly ce89638 Added missing date serialization tests 40a4e5c Merge pull request #755 from stankovski/master 287cb90 Merge branch 'master' of https://github.com/Azure/AutoRest f49dde1 Merge pull request #756 from devigned/feature/packaging 1d9d0dd Fixed tests and fxcop issues 146ddf5 Add IllegalArgumentException throws on Async methods 0deeea8 Merge pull request #2 from amarzavery/readonly 6409d38 Remove constructors w/o credentials when required dffd229 add in version and package name to ruby generator a2c7240 Regenerate from master branch 35d7abe resolved conflicts and made test modifications 5abbdf5 Sorted parameters and generators in help c60a85b Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 0ece56c Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 1cfd7b0 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 82a8026 All Languages: provide a listing of code generators with their custom settings #753 21516d0 Merge branch 'master' of github.com:Azure/autorest into readonly a657654 fix jshint issues and a failing serialization scenario 13feba3 Merge pull request #3 from jianghaolu/flattening 8778c0e Support escaped dots in deserializer 3d3f0fe Support escaped dots in deserializer c06ced5 Unify initializations of JacksonMapperAdapter 0746708 Unify initializations of JacksonMapperAdapter a1ba79e Move flattening serializer to generic runtime 64012f1 Move flattening serializer to generic runtime ed2a757 Merge pull request #754 from stankovski/master 3df3eb5 Undo dotnet change e94fbd7 Added auto-generated samples 12acbbb readonly property supported in nodejs 558952a Merge pull request #750 from devigned/bug/ruby-enums b838ac0 updated msrest readme 58eab5f warn on enum deserialization in ruby 70e8f88 Updated readme a26bba1 Bumped versions ca85e0e Merge pull request #732 from lmazuel/master 105261e Merge pull request #748 from stankovski/master 4f66d24 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 39469cf Merge branch 'master' of github.com:Azure/autorest into rf 41f9979 Merge pull request #737 from jianghaolu/lrobegin 5e5e74b Merge pull request #737 from jianghaolu/lrobegin 1705578 Temporarily removed Java test code - will add back once #720 PR is merged 0b753cb Merge pull request #724 from devigned/bug/portable-post303 d640fe5 Fixed duplicate local variables when flattening parameters #730 0430d22 Move flattening deserializer to generic runtime 49c4ca2 Move flattening deserializer to generic runtime c3892f3 Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 16bfd31 Regenerated tests ddcce32 Added version generator to proj file a72a560 Merge pull request #740 from stankovski/master d7feabe Fixed serialization tests da706f1 Generate separate version file 07abc73 Paging inherits from iterable 1b3450e Command line help is not properly formatted when built in mono #738 fd7c08f Address code analysis errors b40b887 Unify method interface generation 9c58d07 Paging operations return updated ServiceCall 22535b3 Paging operations return updated ServiceCall 986ebd9 Moved Java tests 83a0fcf Added tests to C# for model flattening de8a280 fixed nodejs breaking tests 83782d2 nodejs model flattening works 5303175 Add Service call to allow LRO cancellation 7feab06 Add Service call to allow LRO cancellation 2743be2 Move Retrofit service to impls d0bca99 Treat odata filters as strings 49f6ba8 Add begin methods to LRO 381174b Merge pull request #725 from BurtBiel/AuthVerifySetting ca90bb9 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into rf accf2bf Merge pull request #728 from haocs/master 102b8c8 model flattening for node.js partially done cbe9129 resolve merge conflict 629e0b2 resolve merge conflict d342d0c regenerated bc050cc Merge pull request #727 from jianghaolu/objectserialize 8fcb754 Merge pull request #727 from jianghaolu/objectserialize 26ede53 Issue #718 - Manifest must be in capital letters e073080 fix typo 468599c Validate all complex parameters 07a5780 regenerated after moving resource flattening tests to generic and renaming it to model flattening 48d6763 Added fxcop suppression for AddParameterGroups d3b4aab Fixed style check errors ddaa7e8 Implemented flattening in Java 09d4c88 Merge pull request #2 from annatisch/python_custom_base_uri e6020d5 Skip putComplexReadOnlyPropertyValid test for node b506747 Merge pull request #726 from amarzavery/rf 5f83d53 Adding 2 more calls to check verify setting 22870b2 Update unit test to check verify setting is propogated 9c47e05 Bumped msrestaszure version 41c60a6 Changed version updates f7694b4 Added readonly property tests for C# e90ed76 Updated nodejs and python to escape backslash and other special characters bcab81d Added documentation c824b81 Added 'putComplexReadOnlyPropertyValid' coverage 3cab694 Added support for method argument flattening cac2cca Added tests for ReadOnlyPropertyObject b67c097 Added annotation in model 7761aa7 Added t…
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Feb 27, 2017
82bdc8b Merge pull request #8 from anuchandy/gradlefix d56d5e0 Merge commit 'ae4c3ba611076c6d1a2e6fedb6616d5c3b0fdb3d' into exp 2a37759 Merge pull request #7 from jianghaolu/restclient eee9f2a Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext 73b3ae3 Merge pull request #984 from jianghaolu/builder 4cfb906 Merge pull request #958 from jianghaolu/javartremoval 168b99e Address checkstyle errors fa1ac24 Support base URL replace using Interceptor (Retrofit 2.0) b6592da Removing unused VersionInfo task from runtime gradle files e5cbc40 Fixing few compilation errors, removing gitrevision artifacts from the POM and Gradle files fcfb315 Add RestClient 75e08f0 Move .build() from collection calls to initialize() 0e5da7e Merge commit '7162a39ae50d95c1a20cbb521282752955ed722a' as 'ClientRuntimes/Java' 88f2de6 Remove submodule a6eef1f Merge pull request #5 from Azure/jianghaolu-patch-1 2c03d76 Update README 7c87e37 Use latest javavnext runtime 78359ef Merge pull request #4 from jianghaolu/javavnext 2ad3332 Use javavnext branch consistently f1d7b46 [Azure/autorest#957] Merge pull request #3 from jianghaolu/javavnext 8979cac Use relative path in .gitmodules 1c70756 Add Java runtimes as a submodule e8eb547 Remove Java/ in ClientRuntimes 0e14ae1 Merge pull request #955 from jianghaolu/javavnext 91d73c6 Python Streaming Test Fix (#953) f674f3c Add fluent to pageimpl 7082f8e Use String for OData 42a3277 Use String for OData 9a03f63 Fix paged list to use hasNextPage() for hasNext() 88c8aad Fix paged list to use hasNextPage() for hasNext() 77a7eb1 Extend functionality for paged lists 8b1aeed Extend functionality for paged lists 3d236fe Regenerate after merge 07bda32 Address code analysis errors 8bd5afd Rename method group impl to inner 6333912 Rename only top level parameters & responses to Inner 51f17c3 Move into implementation.api subpackage 175a66e Rename models to end with impl b877cbf Seperate type name generation and client name generation cd01cf8 Remove interfaces for method groups and service clients b81317e Remove get prefix on model property getters c0b92a9 Remove get prefix on model property getters 5573dc8 Move impl classes to implementation subpackage b2c127f Rename AutoRestException to RestException c009c93 Rename AutoRestException to RestException 4c181b2 Address code analysis 3a885ff Shorten operations names to simple plurals b7de51d Rename method groups without Operations suffix 29dc46d Python Bug Fixes (#928) 14b4e56 Merge pull request #951 from jianghaolu/master 0592481 Okio 1.7.0 cd746ab Okio 1.7.0 296bb25 Correct bug link re: multi (#939) 56a20fa Merge pull request #917 from AzCiS/master 0e2d13a Update swagger-extensions.md 016cef6 Enhancement to "x-ms-parameterized-host" extension (#929) b73c784 Fix: https://github.com/Azure/autorest/issues/923 ab93a4a Merge pull request #927 from jianghaolu/master 7c26136 Android license split into 2 3106fb8 Automatically detect MSBuild tools version in Windows platform 1f44695 msrestazure 0.2.1 12e9590 Python model kwargs removal 5915c65 removing logic to require('moment') from model classes 97545e3 fixes issue #890 965e722 Adding a method in the AzureClientExtensions to handle the PutOrPatch async calls with 202 responses which have no body and no specific headers 6142fb7 csv array in path #900 afd67f1 added test for flattening generic properties of a model to be flattened 70fe5ce Merge pull request #908 from jianghaolu/master bb0d05b Merge pull request #908 from jianghaolu/master 4c4604f Merge pull request #904 from amarzavery/enum 6158597 Merge pull request #891 from dtretyakov/master e97388a Merge pull request #891 from dtretyakov/master de0232b Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 73e516c Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 360619a Merge pull request #901 from jianghaolu/optional 12f4d00 base64Url support for node.js and inclusion of composed properties while flattening. e70afa7 Merge pull request #902 from begoldsm/master 1ec7248 Fix test breaks. ed2d74f Merge branch 'master' of https://github.com/Azure/autorest dd478b8 Add missing condition in Azure template 4ffe90d Re-gen and address code analysis errors 107c6c9 Add null checks to optional flattened wire parameters e941db6 bring variable declarations back 89a40ba Merge pull request #878 from tbombach/base64url 8ab297f Fixing merge conflict for renaming base64url type in Java 6daa5ef Remove useless nulls when input is optional 15b977f Merge remote-tracking branch 'Azure/master' into base64url 7ff9d25 Merge branch 'master' of github.com:Azure/AutoRest 36b2ce5 Merge pull request #898 from jianghaolu/nocodegenheader ab982ac Escape data strings for odata queries. c0d3614 Merge remote-tracking branch 'Azure/master' into base64url 4163396 Fix head response with headers 3b3c788 Fix head response with headers c174932 update paging extension documentation. b37fc5e Add option for license header w/o codgen info 3992b7e Merge pull request #893 from jianghaolu/defaultvalue 1aab052 Updating the client runtime package version 24a74a0 Fix type normalization [stackoverflow in network] 5732fa5 Update swagger-extensions.md d468bfc Fix parameter conversion bf5456a #889: Fix credentials setup in service client b5163a9 Adding test case for accepting a base64url encoded string in the path eb7cf92 Merge pull request #892 from annatisch/PythonPollingBuxFix f25e20c Merge pull request #894 from lmazuel/msrest020-msrestazure020 bef80e6 msrest-msrestazure 0.2.0 d0a6e6f Add default value support for optional parameters 725c1f6 Merge pull request #880 from jianghaolu/refactoring ecb8a4c Remove unnecessary serializations for some primary types 32a8ff1 Edited changes e8b8f7d LRO polling fix for status enums 6b0d795 Fix status code validation in java client 3b59c0f Fix status code validation in java client f4a4543 Merge pull request #887 from Azure/devigned-patch-1 78c499d Update swagger-extensions.json f32e739 fix test compilation errors b8cfd81 Add parameter conversion 9b1bb48 Fix parameter invocation 754785b Fix some imports de7c6e9 Add property model and fix type conversion 52beb9d Merge pull request #879 from lmazuel/enum_as_int c1bcfb9 Merge pull request #883 from amarzavery/enum 3b3b14e pusblished 1.12.0 version of ms-rest and ms-rest-azure d824238 Address code analysis errors 83c8291 Move all string templates to ResponseModel 05a7ebc Let Response model handle client type string 5dfaf9b Explicit comment as a temp workaround 1539446 Move OperationResponseType to ResponseModel f35d545 Move folder 3c7cc6c Fix type token type 406a741 Some renamings and cleanups 671703c Add JavaResponse ac318cf Allows to parse integer as enum valid values b48d906 Let JavaParameter handle invoke 3e4df71 Adding tests to ensure base64url format works in a dictionary and an array 8466b63 Generate import list from JavaParameter b9e1bbb Merge pull request #873 from annatisch/AzureOperationChanges b3fd265 Merge pull request #877 from matthchr/feature/optional-body-fixes 285b432 Adding the code coverage exception for base64url format for all languages until they implement the serialization for the type b74a654 Updating nodejs coverage test to exclude base64url tests that haven't yet been implemented in the language fe85341 Add JavaParameter 53693bc Move primary type normalization to JavaPrimaryType baefd44 Fix nodejs server to correctly check optional body f900898 Merge remote-tracking branch 'refs/remotes/Azure/master' into base64url 6ae67cc Adding a test for handling a null value when it is expected to be base64url encoded 9337878 Updating unit tests for swagger generation for base64url format d6f7539 Making the code namers for each language treat base64url encoding as string if they don't handle encoding/decoding daf75d9 Adding tests for C# for base64url 0faa880 Merge pull request #872 from jianghaolu/large f375b91 Merge pull request #872 from jianghaolu/large 53c6ca7 Merge pull request #874 from jianghaolu/typefix e39b8c0 Fix stream type in input mappings f92ffb3 Fix stream type in input mappings e108283 Fix DateTimeRfc in parameter mappings 74c3a75 Update travis node version to 4 a26728c Added accept header 1aeb717 Reformatted docstring 081e7f6 Merge pull request #866 from jianghaolu/rfc1123 f2319c8 Merge pull request #865 from lmazuel/msrest013-msrestazure012 a8419ee more regression fix in azure codegen 8381aa9 Fix regression in azure codegen 99e6538 #742 Hide RFC1123 on parameters 10ba216 #742 Hide RFC1123 on parameters 8a326f2 Clean up method model and add wrapping to models 812528f Address code analysis error 20649f3 #742: Hide DateTimeRfc1123 c5cb522 #742: Hide DateTimeRfc1123 ba3ca3d Remove entry from coverage reporter cd818c8 commons-io was for debugging 50561ec commons-io was for debugging 22d1d5a Add download streaming support 3522036 Add download streaming support b321647 Merge pull request #870 from jianghaolu/stream 93075ab Remove unused imports 67bb5a3 Stream support: change back to byte[] 48d268a Updating C# Client runtime to handle the base64url format and add the associated Json serializer for properties of that format 95dbe37 Merge pull request #869 from matthchr/feature/stream-fix 34f7a98 Fix out of memory exception streaming large streams 8250693 Merge pull request #868 from amarzavery/enum d67b08f Adding primary type for base64url format 7f3bb55 Updated tests and regenerated 9e8d436 Merge branch 'master' of github.com:Azure/autorest into enum 619ce59 Changed raw LROs in Python generator b6ef4b7 [node.js] Add responseBody as one of the parameters in the callback while processing stream response e8ad92f Removed raw from Azure LRO b85040d Merge pull request #851 from jianghaolu/lazy 6aed2ce Merge pull request #851 from jianghaolu/lazy f24b0b6 Merge pull request #864 from jianghaolu/stream 1898038 Reset server change 58648e9 msrest 0.1.3 - msrestazure 0.1.2 f72eb22 Fix NPE d47a7df Fix NPE 43ae403 Remove system.err e5cdce2 Remove system.err 1eca766 Change file upload type to java.io.File 8ef1fc6 Change file upload type to java.io.File 3301f3a Fix close() in retry handler cfd8472 Fix close() in retry handler 524b8c4 add close() to response bodies f4adb86 add close() to response bodies 815bd1e Manually change byte[] to File e21f437 Manually change byte[] to File 8238efd Merge branch 'master' of github.com:Azure/AutoRest into lazy cef40a4 Merge pull request #859 from jianghaolu/stream 0dfd694 Merge pull request #856 from lmazuel/master 8ae1e78 Merge pull request #861 from lmazuel/generic_deserialization ea0f751 Add missing javadoc 2b47ec9 Add missing javadoc ec5a338 Re-generate 510be3f Add more laziness to PagedList 3ab0c6a Add more laziness to PagedList 3b9f993 Fix PythonSDK bug 544 17485d7 Reset unnecessary changes bebc9e8 Fix incorrect content type fe83a2e Merge pull request #858 from NiklasGustafsson/master 7031098 Merge pull request #860 from amarzavery/enum f8a4da6 Merge branch 'enum' of github.com:amarzavery/AutoRest into enum 542d576 Merge branch 'master' of github.com:Azure/autorest into enum 71d5bd2 Fix python test c6153ea Add missing multipart declarations ca2ac16 Merge branch 'master' of github.com:Azure/autorest into enum 07a49c1 fixes #782 for node.js and JSON.stringify of null value during serialization 7b7b334 Remove invalid formdata parameter b457065 Add support for file uploading 77408ae 1) Implementing synchronous and HTTP-response-free operation methods for Ruby. This will lead to silent breaking changes in any generated libraries as the type returned will have changed for all non-LRO operations. 2) Modified tests to use the '_async' methods, except for LRO tests. 3) Added 'x-ms-client-name' to Swagger extensions schema. e2c8d09 Merge pull request #852 from NiklasGustafsson/master 45733bd Wait() must raises Exception if query failed 227bea7 Fix iterator and add tests for PagedList b439852 Fix iterator and add tests for PagedList 7932d97 published 1.11.0 version of nodejs runtime 1189e2d Merge pull request #853 from yaxia/master c78174c Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 8254303 Merge pull request #11 from NiklasGustafsson/merged baa5088 Fixed tests that depended on constant parameters not being supported. 4cc03f7 Merge pull request #10 from NiklasGustafsson/master 2b9f18a Added synchronous method versions for each operation. 943e073 Fix error message in serializer c0c49bc Add lazy behavior in get() fb0db57 Add lazy behavior in get() 30d986f Add Javadoc and cleanup a48a647 Add Javadoc and cleanup 9d24b97 Merge pull request #9 from Azure/master 2fed13f Fixed byte-array-to-string conversion logic. 5fa2ff1 Merge pull request #850 from annatisch/optional_param 6aa18d7 Adjusted Ruby tests for the new constant parameter logic. 61447f3 A working solution for lazy initiliazed paging 724ea5a A working solution for lazy initiliazed paging c5ab686 Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 3beff93 Ruby pays attention to constancy of parameters. cb48887 Merge pull request #8 from Azure/master abbaf81 Regenerated Python tests afd0528 Fixed optional body parameter bug 13323c2 Merge remote-tracking branch 'refs/remotes/Azure/master' 3a88ef7 Merge pull request #848 from amarzavery/enum bf70f23 exported USGov envt. 23ac4ba added support for default Errors for stream response in node.js b5fd67a updated nodejs enum check 749e8e7 Fixed issue #847 for C# and node.js 68ea21c Merge pull request #846 from annatisch/SwaggerModelerBugFix b96e980 Bug fix 2515e68 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 3db1c62 Merge pull request #832 from devigned/fix/unit_const_rb 9c9e7f6 generate require module_definition when namespace is present e67a8f8 Merge pull request #841 from begoldsm/master a12d73e Merge pull request #844 from jianghaolu/const 5667e2d Add missing declarations in interfaces 86f25b8 Add overloads without optional parameters 3546e52 Remove composite lazy initialization for now 7e7a4fe Fix tests in Azure as well e425151 Support constant values 10c8f40 Merge pull request #842 from lmazuel/master 8c9c8d3 Release msrest 0.1.2 bbe5f85 Remove accidental empty line. 8d5a0fa Merge pull request #840 from annatisch/docstring_formatting 58292d8 Make code analysis happy. d4bccbd Safer parse. 3f07b14 Change to the Azure code generator to pass settings fd1492c More C# cleanups e60a95e Merge pull request #829 from jianghaolu/baseresource f865082 C# code analysis fixes af63d63 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 151f80c formatting fix 40a6d12 Merge pull request #839 from Azure/devigned-patch-1 d577042 Docstring change cleanups bb35608 #838 add document relative $ref path 6a2033e Regenerated Python tests 687c451 Merge pull request #7 from Azure/master 99908b7 Merge pull request #830 from lmazuel/msrestdoc 8f3f697 Resources don't extend com.microsoft.azure.Resource afd7864 More docstring touchups cc87632 Address code analysis errors 7bc5b64 Model classes import the runtime Resource & SubResource 1eb3988 Use 1.0.0-SNAPSHOT for new dev phase a8dddd8 Use 1.0.0-SNAPSHOT for new dev phase f681c43 Unify resources in runtime 66e0bf7 Unify resources in runtime 14f9234 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting d66ba97 Improved sphinx references in docstrings dab0418 Do not flask8 the doc configuration 750abb8 add msrest to mrestazure requirements beecc7a Basic doc 645f383 Merge pull request #828 from amarzavery/enum bc5ef85 Adding test generation changes e3aa58f Merge branch 'master' of github.com:Azure/autorest into enum 9fb8544 optional single enum will not be treated as a constant 5d88aaf Merge pull request #827 from begoldsm/master ab14e38 Merge pull request #818 from devigned/fix/resource-serialization 5467ffb Adding examples of x-ms-parameterized-host to documentation 1d029fa add suppressions 89c3525 Merge pull request #6 from Azure/master 305c958 Merge pull request #817 from jhancock93/partialinit2 22f4c66 Merge pull request #810 from brodyberg/xunitversion 056297d Merge pull request #826 from annatisch/urllib_fix 9370ea5 Merge pull request #801 from NiklasGustafsson/master 2b6b6a2 Fixed missing test b9b93fc Fix for urllib bug d34ebf6 resource and sub-resource serialization fix for ruby 8b4c10a Update cli.md b8117a0 Merge pull request #5 from Azure/master 0e78508 Fix the client-name implementation. Added tests. 5a68c4d Merge pull request #821 from jianghaolu/moredev 523d79e Merge pull request #821 from jianghaolu/moredev edf5caf parameter.getClass() -> parameterType c6b8393 parameter.getClass() -> parameterType a2b7aa0 Fix recursive validation 59d204e Fix recursive validation 04c19cd Merge pull request #749 from jhancock93/nullresponse 8bca5cb Fixed reference in MD file. 2727c44 Merge pull request #4 from Azure/master a015249 CSharp: Add partial method CustomInitialize to client initialization f90395d Merge pull request #814 from devigned/fix/version-dependency 1149348 fix version dependency for ms_rest beb9f19 Merge pull request #813 from devigned/chore/bump-versions ee4633b bump rb gem versions to 0.2.1 c3c4501 Merge pull request #812 from devigned/bug/path-template d4eb3d4 check path templates and add user agent 46dc5c9 add Running to long running states 76aec4f Add Uuid to NodeJs dictionary to avoid analysis warning e96ada3 Fix warning about xunit build version 6e2c21c Merge remote-tracking branch 'upstream/master' d236a3f Change docs to be more clear about build flavor 492b2b8 Fixes problem with null response content in CSharp generator for non-documented codes 391a2e0 Added documentation for x-ms-client-name. 5de974d Merge pull request #807 from amarzavery/release-0.15.0 20b7f10 Merge pull request #808 from lmazuel/revert-799-malnick/fix_setup 0a66583 Revert "Setup.py references a file that does not exist" 2faa42e Restructured x-ms-client-name support 09365a1 Merge pull request #800 from lmazuel/master ac8a5a5 Merge pull request #799 from malnick/malnick/fix_setup f6c2f7c Merge pull request #803 from jianghaolu/moredev bbe6ec5 Merge pull request #803 from jianghaolu/moredev 9bc89f1 Update building-code.md 07c0a66 Update README.md da5e7ea bumped autorest version c46de70 Update ChangeLog.md 688c538 Merge pull request #804 from Azure/release-0.15.0 93862a8 Update building-code.md 8dcfa4b Update ChangeLog.md 4456e9f Update building-code.md 896d0d2 Update ChangeLog.md 5ea42fd Update ChangeLog.md 5b68453 ChangeLog 0.1.1 1e66161 Fix MANIFEST issue again 667ddc9 Merge pull request #798 from Azure/master 231e596 Correcting comments and description in Swagger test file. 75f320b Setup.py references a file that does not exist 86aefd6 Merge branch 'Azure-master' 7e59f37 Manual merge 939a90d Implemented ClientName on model properties, added more tests. eea487d Merge pull request #795 from devigned/chore/gem-version a857359 Merge pull request #797 from stankovski/escapedot 2232196 Merge pull request #796 from stankovski/master fdf5ea4 escape dots in serialized name if present in the property name a7fa96a Merge pull request #793 from annatisch/PythonLogging 3b7f02e Fixed fxcop issue 86daf21 provide the gem-version information when generating 73a65fa Merge pull request #784 from jhancock93/uuid2 26a89bd Add Assert.fail() in new java test f2988f4 Merge pull request #773 from jianghaolu/master bd1a7e4 Fix credentials test ac2175d Fix credentials test a02d30c Merge pull request #794 from stankovski/release-0.15.0 d85fe59 Merge pull request #1 from amarzavery/uuid 714be24 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 5db8a35 Merge pull request #791 from stankovski/master a376290 Added test fixes for logging changes cdd9616 Fixed Python constants tests b54f623 Merge remote-tracking branch 'refs/remotes/lmazuel/master' into PythonLogging 2b0fb7e Merge remote-tracking branch 'refs/remotes/Azure/master' 3f50788 Merge remote-tracking branch 'refs/remotes/Azure/master' efd505f New simple log system 309b3a2 Improved NodeJS support for uuid 115c762 Merge branch 'master' of https://github.com/Azure/AutoRest 98e13ff Merge pull request #790 from xingwu1/arg_defaults be03738 Added support for ClientName on properties. Added unit tests for client properties and parameters. bcab638 Regenerated code and fixed tests 4c97607 ServiceClient null check 29e57b8 Add more info to revision file d031031 Add more info to revision file 7b3a479 Added cultureinfo 3405154 Add gradle task to generate git revision 8d37635 Add gradle task to generate git revision f21af20 Updated readme 0910a29 Merge pull request #792 from devigned/bug/rb-lros 0735c94 fix long running operations in ruby ebda362 Change constant behavior to not initialize parent of child is a constant #782 c28a3cf Regenerated tests 04b87c6 Updated test cases c73b362 Added model **kwargs 0101efd Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 8735578 Merge pull request #788 from devigned/feature/rb-cleaner-code 75a8271 Added validationerror to generated exceptions 607598b Replaced ValueError with ValidationError 52170aa Updated runtime version history 021f448 regen samples 9af9db9 Replaced Python None with constant 43caf6a move skipUrlEncoding to generic ruby f6edb1b Regenerated java fixtures to fix merge issue 045a370 cleaner ms-rest lib and code generation 466c7b7 Model uuid format with Guid in CSharp, UUID in Java 71deef2 Restructured body validation d24ff9a Restructured generated validation 25554ee Started reworking model validation 6f8539e Cleaned up ValidationError d761a79 Merge pull request #780 from annatisch/test-reformat ebed0bb Regenerated d3f3abd Merge pull request #779 from stankovski/release-0.15.0 15899df custom uri test reformat d307ddc Merge remote-tracking branch 'refs/remotes/Azure/master' 8ee8d12 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 46c5ba0 Merge pull request #778 from amarzavery/readonly a5f284e update f410906 Merge branch 'readonly' of github.com:amarzavery/AutoRest into readonly bcd6b2e updated readme for ms-rest-azure 2dc5805 updated readme for ms-rest-azure 8cbc5d3 updated README for ms-rest 1bb5892 Fix for #633 - C# generator emits some empty classes 81c1f31 append query parameetrs correctly for partial nextLink 5a2a726 Merge branch 'release-0.15.0' of github.com:Azure/autorest into readonly 567c771 nodejs release versioning 53ff42d Cleaned up param validation 6d6492f Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 9a37902 Merge pull request #777 from amarzavery/readonly ff32fbf small fix 9171816 generated code a13e603 Merge branch 'master' of github.com:Azure/autorest into readonly 240bd7e check for '?' in the url and append query parameters accordingly a585257 Regenerated tests 854ea71 Review feedback f7f9103 review feedback 39bc0e8 Implemented request validation 9062b1f Support x-ms-client-name for parameters. 3734c93 Update building-code.md 03d3782 Update building-code.md 89fa58f Merge pull request #772 from stankovski/master 90e4160 Updated documentation 51ca2f0 Update README.md df2ddf1 Merge pull request #765 from stankovski/release-0.15.0 6b40d06 Merge pull request #771 from stankovski/master 541631d Updated swagger extensions schema 705495a Merge pull request #2 from Azure/master 81ccae9 Fix flattening and bump up to 1.0.0-beta1 ba87677 Fix flattening and bump up to 1.0.0-beta1 77613e4 Merge pull request #766 from stankovski/master 4fd8504 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name 2904f93 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name c166d99 Added release notes for 0.15.0 release d5f1998 Merge pull request #764 from devigned/chore/rb-versions d25e28a Merge pull request #763 from begoldsm/master 762e518 Merge pull request #720 from stankovski/flattening 6a1dd49 update the gem dependencies b350e49 bump versions for rb client libs 23bb817 Merge pull request #7 from jianghaolu/flattening 32af735 Fix interface import when there is parameter mapping 05227ba Enable the Azure version of the tests as well. 0f6d1a1 Merge pull request #6 from jianghaolu/flattening eebe17c Fix input mappings in Java d125d7a Moved ruby resource flattening tests under generic code gen 0fccf94 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into flattening 9fa5f9f Merge pull request #5 from jianghaolu/flattening 0d1a5f5 Merge pull request #5 from jianghaolu/flattening bd8413e Merge pull request #761 from lmazuel/master 3001234 Merge branch 'master' of https://github.com/Azure/autorest ffb25e4 Add simple support for const properties in Java 10e61fd Updated Ruby based on the latest code gen changes b16c9c8 Minor change to the pyproj to include the customBaseUri tests 80e868b Merge branch 'master' of https://github.com/Azure/AutoRest into flattening 064dbb5 Merge pull request #758 from devigned/bug/ruby-val-deserial ab11f34 Regenerated tests 6133292 Add 2 more tests for Java aea3ce6 Add 2 more tests for Java 81b6118 Fixed potential arg ordering bug 3e3d9a2 Merge pull request #4 from annatisch/py-flattening 8bcb13e Added validation tests b404113 Extended defaults to required parameters b014bf3 Fixed missing Error import statement 3c0682e Merge pull request #1 from Azure/master dd35d89 Merge remote-tracking branch 'refs/remotes/stankovski/flattening' into py-flattening 2b74f27 Skipped tests pending constant support e6f78f0 Precompiled split regex 342b0c8 msrest 0.0.3 - msrestazure 0.0.2 160e1b7 Merge branch 'master' of https://github.com/Azure/AutoRest into flattening a3276af Merge pull request #760 from stankovski/docker fa97b10 add supressions 27cf3ec Added dockerfile for tool execution 484d00b Merge pull request #757 from jianghaolu/master f37d2bb fix code analysis issues 83dfb83 Fixed flattened serialization a231a2f Added flattening tests and regenerated 4a2492f Fixed bug in python generator 34fec02 Corrected and regenerated Azure Python 2167735 switch to ERB url_encoding rather than URI.escape c4c5b70 refacotr azure method template model for params, path and urls 03b8f29 the uri test for validity would fail on the URI.parse 3345133 odata is case sensitive -- correct $orderBy 021db0c refactor faraday usage for url and query params and url_prefix 763e83d improve variable naming and newline char 54f9391 better error messages and less reliance on full urls (backcompat) 945b4d7 brought back HttpOperationResponse as it is required in LRO 85d9361 removed unnecessary dependencies 2bcce1f Merge branch 'flattening' of github.com:stankovski/AutoRest into readonly ce89638 Added missing date serialization tests 40a4e5c Merge pull request #755 from stankovski/master 287cb90 Merge branch 'master' of https://github.com/Azure/AutoRest f49dde1 Merge pull request #756 from devigned/feature/packaging 1d9d0dd Fixed tests and fxcop issues 146ddf5 Add IllegalArgumentException throws on Async methods 0deeea8 Merge pull request #2 from amarzavery/readonly 6409d38 Remove constructors w/o credentials when required dffd229 add in version and package name to ruby generator a2c7240 Regenerate from master branch 35d7abe resolved conflicts and made test modifications 5abbdf5 Sorted parameters and generators in help 0ece56c Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 1cfd7b0 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 82a8026 All Languages: provide a listing of code generators with their custom settings #753 21516d0 Merge branch 'master' of github.com:Azure/autorest into readonly a657654 fix jshint issues and a failing serialization scenario 13feba3 Merge pull request #3 from jianghaolu/flattening 8778c0e Support escaped dots in deserializer 3d3f0fe Support escaped dots in deserializer c06ced5 Unify initializations of JacksonMapperAdapter 0746708 Unify initializations of JacksonMapperAdapter a1ba79e Move flattening serializer to generic runtime 64012f1 Move flattening serializer to generic runtime ed2a757 Merge pull request #754 from stankovski/master 3df3eb5 Undo dotnet change e94fbd7 Added auto-generated samples 12acbbb readonly property supported in nodejs 558952a Merge pull request #750 from devigned/bug/ruby-enums b838ac0 updated msrest readme 58eab5f warn on enum deserialization in ruby 70e8f88 Updated readme a26bba1 Bumped versions ca85e0e Merge pull request #732 from lmazuel/master 105261e Merge pull request #748 from stankovski/master 4f66d24 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 39469cf Merge branch 'master' of github.com:Azure/autorest into rf 41f9979 Merge pull request #737 from jianghaolu/lrobegin 5e5e74b Merge pull request #737 from jianghaolu/lrobegin 1705578 Temporarily removed Java test code - will add back once #720 PR is merged 0b753cb Merge pull request #724 from devigned/bug/portable-post303 d640fe5 Fixed duplicate local variables when flattening parameters #730 0430d22 Move flattening deserializer to generic runtime 49c4ca2 Move flattening deserializer to generic runtime c3892f3 Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 16bfd31 Regenerated tests ddcce32 Added version generator to proj file a72a560 Merge pull request #740 from stankovski/master d7feabe Fixed serialization tests da706f1 Generate separate version file 07abc73 Paging inherits from iterable 1b3450e Command line help is not properly formatted when built in mono #738 fd7c08f Address code analysis errors b40b887 Unify method interface generation 9c58d07 Paging operations return updated ServiceCall 22535b3 Paging operations return updated ServiceCall 986ebd9 Moved Java tests 83a0fcf Added tests to C# for model flattening de8a280 fixed nodejs breaking tests 83782d2 nodejs model flattening works 5303175 Add Service call to allow LRO cancellation 7feab06 Add Service call to allow LRO cancellation 2743be2 Move Retrofit service to impls d0bca99 Treat odata filters as strings 49f6ba8 Add begin methods to LRO 381174b Merge pull request #725 from BurtBiel/AuthVerifySetting ca90bb9 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into rf accf2bf Merge pull request #728 from haocs/master 102b8c8 model flattening for node.js partially done cbe9129 resolve merge conflict 629e0b2 resolve merge conflict d342d0c regenerated bc050cc Merge pull request #727 from jianghaolu/objectserialize 8fcb754 Merge pull request #727 from jianghaolu/objectserialize 26ede53 Issue #718 - Manifest must be in capital letters e073080 fix typo 468599c Validate all complex parameters 07a5780 regenerated after moving resource flattening tests to generic and renaming it to model flattening 48d6763 Added fxcop suppression for AddParameterGroups d3b4aab Fixed style check errors ddaa7e8 Implemented flattening in Java 09d4c88 Merge pull request #2 from annatisch/python_custom_base_uri e6020d5 Skip putComplexReadOnlyPropertyValid test for node b506747 Merge pull request #726 from amarzavery/rf 5f83d53 Adding 2 more calls to check verify setting 22870b2 Update unit test to check verify setting is propogated 9c47e05 Bumped msrestaszure version 41c60a6 Changed version updates f7694b4 Added readonly property tests for C# e90ed76 Updated nodejs and python to escape backslash and other special characters bcab81d Added documentation c824b81 Added 'putComplexReadOnlyPropertyValid' coverage 3cab694 Added support for method argument flattening cac2cca Added tests for ReadOnlyPropertyObject b67c097 Added annotation in model 7761aa7 Added test converage b00475e Added tests for ReadOnlyPropertyObject c5bade4 Bump up jackson to 2.7.1 e80ed8e Bump up jackson to 2.7.1 7d256fe Merge pull request #723 from stankovski/master dd835f9 Merge branch 'master' of github.com:Azure/autorest into rf fb0797e support for colliding x-ms-discriminator-value polymorphic discriminator in node.js b31a1f5 Pass through the connection verify setting for fetching the auth token 61d218b comment out the portable post 303 test as it causes express to hang 62397f3 Regenerated tests a4fddb1 Updated generator to use defaults and parent attr 2604337 Removed class hierarchy scanning for Model 3ba2739 Updated generator runtime reference 577c812 Cleaned up some tests db22ecb Removed superfluous changes e8db746 Merge remote-tracking branch 'refs/remotes/begoldsm/master' into python_custom_base_uri 4db1e0a bumped msrest version 025b69a Silly python 2.x url formatting 7d758c8 Fixed runtime backwards compatibility fd48d32 Merge branch 'master' of https://github.com/Azure/AutoRest into flattening daaf8b6 Added dependency on GetZip target dae0e3d Changed sequence of extension execution 4334618 Regenerated python tests 91876ba Updated generator to use new format_url 00f9f6b Exposed client.format_url in runtime 96fef13 Removed dead code 0e50ca9 Added build target to produce zip package f5649b4 Merge pull request #709 from begoldsm/master cb9f6f6 Removed 7zip folder from repo d1d4b4e Ensuring ProcessParameterizedHost only happens once. 712f962 Addressed fxcop complexity issue 357de2d Updated C# code gen to use TransformationJsonConverter 00ded52 Don't duplicate calls for Azure C# a91940c fix path. 3b8b92f Regenerate tests after sync. fa2f856 Update defining-clients-swagger.md d59ec59 Merge branch 'master' of https://github.com/Azure/autorest f66bfe9 Merge branch 'master' of https://github.com/Azure/autorest f6f22fd Added support for recursion in flattening bc72b0e remove bad file. 5f26f77 Remove some unused files and exceptions 17694e0 Remove some unused files and exceptions 309e46c Rename the location of the Azure tests 83e9a01 Merge pull request #716 from stankovski/master e5f32b3 Adding Python and Java code generators dca45a4 Added tests and code for flattening in generic extensions 98003a6 Initial fixes and tests for python c401e83 Merge pull request #715 from stankovski/master 6782515 Fixing DNX build script to honor configuration settings #714 ee6e052 Merge pull request #710 from xingwu1/generated_model_args 8c103fb Merge pull request #712 from amarzavery/rf 30b5cc7 fxcop warnings fixed b8f9e7e added this check in the normalizeclient model as that is the right place e04e7cb Fixed bug in error logging 45f352e wrap properties with single quotes if they have a dot in their name 5b3503a Merge pull request #708 from jianghaolu/packageinfofix 12cbd52 Merge pull request #711 from stankovski/flattening 090a69c Changed dot to bracket based select to support escaped dots in the path cb6bb43 Change the property name to make it more reasonable. 17e0ff5 Updated tests and fixed fxcop issues b57bed3 Fix code analyze warning. fb4b816 Runtime review cleanups 371c914 AAD updates for retrieving cached tokens 9f12754 Generator code review touch-ups e5fa164 Added AzureModelTemplate d566f50 Made flattened model serialization optional 5b7fd67 Updated runtime model deserialization fc2d764 Models take explicit args/kwargs df05744 Generate credentials.py/exceptions.py to reduce the importing to _init_.py 957f334 Fixed syncDependencies 537655f Updates based on design review 06cbccb Update swagger-extensions.md e527e0c Added generic JSON flattening converter 18d641b Switching to the right exception type after some sync changes. 5d1bb8e extra assignment, thanks travisCI! adb2951 missed json reference. 8fd69d5 try using generic parametersList c3efd7a missing slash! ahhh! b2641a0 testing to make sure the path in the id doesn't matter 7989dd5 updates for the x-ms-parameterized-host extension 0d1e6ab Merge pull request #1 from jianghaolu/bengmaster 46ed8e3 Support parameterized hosts in Java 14ecdd3 Support parameterized hosts in Java fde3889 Fix package names in package info files 387d099 Fix package names in package info files e6cfa1e regenerate all the expected test code. 5163dc0 bad merge, fixed the cshtml db8fa4d Merge branch 'master' of https://github.com/Azure/autorest 9cd892a Merge pull request #706 from jianghaolu/batchfix f1ed5a7 Fix method group naming for reserved names c583806 Remove imports for types serialized into String 6b5d032 Fix header responses & unmatched parameter mapping b6b91ff Merge pull request #704 from matthchr/master a54c688 Updates to include tests in Azure classes as well 045497b Merge pull request #705 from amarzavery/rf d9702fb Adding CompositeSwagger Modeler to CodeGenerator.sln eabc066 Merge branch 'master' of https://github.com/Azure/autorest b64fb51 Regenerate expected for tests c633856 Add missing comments to C# code 1f0167c Merge pull request #702 from jianghaolu/upgraderetrofit d370403 Merge pull request #702 from jianghaolu/upgraderetrofit 26a58b7 Merge pull request #701 from stankovski/nullable 8cf4124 Added compositeSwagger.dll to the nuspec d470dbc Removed dead code 9f2cc64 Merge pull request #703 from amarzavery/rf 58a2343 Adding CompositeSwagger Modeler definition to AutorestRelease.json b10d9b7 Fix interceptors to work with client builder 40d24bc Fix interceptors to work with client builder 0726b3f Merge branch 'master' of https://github.com/Azure/AutoRest into nullable d352f41 Added CanBeNull() method 425c93c Updates to include the general extensions for java. 29a2000 Merge pull request #696 from jhancock93/datetimeoffset bd838b1 missed commit. 3a0bde0 Change service client constructor to work with OkHttp3 43c0a52 Change service client constructor to work with OkHttp3 0ce5694 First full generation of all clients 372be73 Converted required primitive parameters and properties to be non-nullable 10c8a5a Merge branch 'master' of https://github.com/Azure/autorest a87ffb1 Fix tests to be unique. 407924a Updates for x-ms-skip-url-encoding b42083c Merge pull request #699 from stankovski/nullable 0cf748b Add test swagger and acceptance test for modeling with DateTimeOffset option 749b052 Removed unused ctors 117b682 Catching exceptions in custom Json serializers 31e1680 update to have a unique name 37da7ba Fixed Python paging 7f05a80 Fix java cshtml to have proper tabbing b66c9a5 updates to have properties behave correctly. 958da62 Update defining-clients-swagger.md e27e5c6 Merge pull request #700 from jianghaolu/androidfix aef4f93 Update defining-clients-swagger.md bc525cd Typos 6815e95 Typos 98780d4 Update retrofit & okhttp, src/ compiles 15d65d1 Update retrofit & okhttp, src/ compiles 3c5fc26 Fix LRO for post/delete 8815106 Fix LRO for post/delete 569b64a Fixed possible null ref issues 55bd112 Merged PrimaryType back into one type e39e5bd Ignore checks for Object type 8512079 Ignore checks for Object type 7c379e6 Regenerated tests ccb4ce5 Split PrimaryType into individual sub-types 3ec8648 Adding tests for C# 283ef63 erroneous paren! b542cd3 Merge branch 'master' of https://github.com/Azure/autorest 033e505 Merge pull request #695 from stankovski/composite d378bb3 Fixed Python test 43e1131 Fixed Java test 7516da7 Merge branch 'rf' of https://github.com/amarzavery/AutoRest into composite a2957e5 Addressed fxcop issue d2ac2d0 fix fxcop warnings f0ea8a0 Add UseDateTimeOffset option to CSharp generator bfd42bb cshtml fixes 612f22f added tests for nodejs and azurenodejs composite client generation 422e78d Fixed misc tests 38cbe2e Bad if logic is bad. df15e64 More cshtml fixes! 6e67073 Fixes for cshtml 928ab6f Fixes for $ref params ef30f5c Fixed C# tests 7176ad7 Addressed fxcop issues 4ecdcf6 Merge branch 'master' of https://github.com/Azure/autorest 09b789f Merge branch 'master' of https://github.com/Azure/AutoRest into composite 6ad055b Added Azure test for composite client f9c0a60 Merge pull request #694 from haocs/fix ab24af3 Implemented merging of subclients into composite client. 01fec3e Fixed code analysis error 854bc31 final cshtml fixes for spacing 039a705 Merge pull request #691 from xingwu1/master db9fda0 Added tests for composite swaggers 578b6b9 Order the function parameters: make sure the parameters without default value are in front of the parameters with default value. b6526ae Merge remote-tracking branch 'Azure/master' 2aed06f Fixes for storage c425147 Fixed a null nextpagelink bug for java 1c06964 Java Azure codegen fix 1de7cee Merge pull request #685 from haocs/list e9b51e7 Merge branch 'refs/heads/ordered_tests' 3665d3e Run tests alphabetically 14994df Merge pull request #692 from stankovski/const 4e98a41 Fixed payload flattening for constant properties 395861e Fix bug: the azure import didn't use the current enum file name. a2db78b Change the file name of service client class. 78baadc Merge branch 'master' of https://github.com/xingwu1/autorest 58bf104 Change the generated file name: api_client to (service_name)_client, and enums to (service_name)_enums. 8ffdd28 Add operation properties' comment, and change the way handle user-agent. 9df7f29 Merge branch 'refs/heads/user-agent' f812424 Add disclaimer for zzz_tests.py 2e4c8c9 tabbing and accessibility. 7a67181 two more cshtml updates. 2aa2886 Regenerate all clients dc2ca26 Fixed missing new line 69bb960 Fixed runtime proj files 13f1729 Fixes to json and cshtml 0504032 Changed user-agent setter to function a38ceaa Addressed merge conflicts 9162d20 Fixed style check error 17d731b Fixed style check error 19b5722 Fixed code analysis errors ff99171 Fixed C# import issue f17dc3b Added offset tests for ruby and python be4655e Added offset tests for nodejs 379d658 Fixed warnings e7fea55 Async, sync and tests added for Java. 52907f8 Bump up Junit version. 063c3a6 Updated tests d38c5ac hand write paging operation 272f833 Finished Async a1a888c Implementing async methods ee57f8e sync done 3097334 Paging sync method implemented. 46f3078 Interface changes bfedcca Bump up Junit version. c4ca690 hand write paging operation 0ba7883 Merge pull request #686 from amarzavery/rf 6b838bb Initial x-ms-parameterized-host changes. af2be96 Fixed fx cop and jshint warnings b0e034c Fixed fx cop warnings aeeed0c Merge branch 'master' of https://github.com/Azure/autorest 7510a6d fixed documentation for constant properties of a model 9342b45 Csharp test fixes 09cbdf0 Made user-agent header appendable d5ba96b nodejs constant fix a5387a0 Updating NodeJS to support constant composite props 6a70598 Merge branch 'master' of https://github.com/Azure/AutoRest into const 12adce5 Fixed test 8d767d0 Added support for constant composite parameters (when a model has all properties as constant) 01fc75e Improved Constants to be based on 1 enum value + required = true. Added initialization for models & method parameters with c/x types that contain constants. 5887898 Merge pull request #680 from stankovski/master 5471d11 Merge pull request #679 from xingwu1/master a41843a Added test for constants in child objects 58b75c8 Regenerated NodeJS tests 40e8e84 Generate the docstring correctly (always has ':' at end of parameter comment even there is no detail comment) 6a8c512 Merge branch 'master' of https://github.com/Azure/autorest 94693b7 Started work on custom baseUri 8c4d90c Reduce the generated python directory length. 22182dc Merge pull request #678 from amarzavery/rf 284d84e remove content-length from headers for non put/post requests 565948d Merge pull request #677 from stankovski/master dca401a Merge pull request #676 from amarzavery/rf da71664 Changing parameter validation from ERROR to WARNING 8e2bdd6 Updated package.json for runtime 97fae0c Merge pull request #675 from stankovski/master a845f34 Merge branch 'master' of github.com:Azure/autorest into rf a25dd98 strip auth headers 70871f3 Update ClientRuntime versions 01dda77 Merge pull request #674 from stankovski/const 24be98f Commented out constant tests in Python TODO: Implement constants in Python e1c9b02 Updated GlobalSuppressions.cs 11758d5 Removed content length from NodeJS code d63965c Merge branch 'master' of https://github.com/Azure/AutoRest into const 9fc270d Merge pull request #661 from xingwu1/master 0fa2f46 Suppressed fxcop errors c9a2645 Removed IsRequered=true from constants 42a82ce Added QuoteString to CodeNamer 7a3d4c4 Merge branch 'master' of https://github.com/Azure/AutoRest into const 752e735 Merge pull request #671 from matthchr/python 0247123 Re-enable python 3.5 testing cef4d4c Regenerate python comments. 7ccff7f Generate comments for all classes. 1d606b5 Merge pull request #670 from stankovski/clouderror b468f55 Addressed code review comments 0f9c4cd Implemented constants in C# code gen #281 and fixed #629 d7a583b Merge pull request #655 from stankovski/master a314ff3 Fixed casing issue causing CloudError in Azure clients to always be null #668 5e9e745 Updated tests to use MICROSOFT_MIT_NO_VERSION header 96f4288 Reverted .travis.yml 6812699 AutoRest should not include full version number in copyright notice #598 b0e9f58 Merge pull request #666 from jianghaolu/master db9e0de Fix deserialization of CloudError d095f31 Fix deserialization of CloudError 0b2b933 Merge pull request #664 from jianghaolu/jdkauth a77b083 Merge pull request #664 from jianghaolu/jdkauth 8982860 Fix check style errors 4dbc457 Fix check style errors c85d86a Add a test for user credentials d890da9 Add a test for user credentials e596418 Merge branch 'master' of https://github.com/Azure/AutoRest 21aa71d Merge pull request #658 from jianghaolu/master 4ec4160 Revert bad changes for Java build scripts cc76677 Revert bad changes for Java build scripts 4320fad Add expiration check to credentials 6cea69b Add expiration check to credentials 29af4c4 Merge pull request #637 from Azure/python 205bf79 Update clients-auth.md bbe74a3 Update defining-clients-swagger.md 252c425 Added DNX test run c0e0b4a Merge pull request #654 from stankovski/master f7f19d0 Removed ID from IResource - this change will break a number of clients that have custom CreateOrUpdateParameter objects 0342cdd Merge pull request #649 from stankovski/master 4dbb046 Bumped version to 0.15.0 3642c78 Merge pull request #648 from Azure/release0.14.0 0d50c7c Update ChangeLog.md 5bf1f27 Merge pull request #646 from stankovski/master 66f9098 Merge pull request #640 from xingwu1/python ccecaf6 Updated ChangeLog.md d920030 Merge pull request #644 from amarzavery/rf 0a7df6d Merge pull request #645 from stankovski/master 43636cd Change Microsoft.Rest.ClientRuntime.Azure.Authentication ADAL dependency to be exact 9868ff4 Update the python generated based on Denis's feedback. da7e489 Improve message 4efe1c3 Merge pull request #643 from stankovski/master 3475f6d Change summary on validate method #439 9722dc6 Merge branch 'refs/heads/generic_requests' into python f87e05c Removed redundant config fe235da Moved around some docstrings 6a5d599 Merge pull request #636 from jianghaolu/master 5b48512 Merge remote-tracking branch 'refs/remotes/origin/python' into generic_requests 679ff7b Cleanups to runtime setup, docstrings a6cc525 Remove the extra line at end of file. 816103a Update clients-auth.md 57df589 Move gradle properties into a centralized one 21c865f Move gradle properties into a centralized one d41447f Merge pull request #625 from stankovski/master ffd3426 Clean up gradle build scripts 451039a Clean up gradle build scripts d57b0a5 Merge pull request #635 from xingwu1/python 850aad4 Update python after merge with master: c861711 Rename operations to end in 'Operations' c915ebe Merge branch 'master' into python1 952c455 Removed HttpResponseMessageStream and fixed failing C# tests bf09f66 * Code review feedback * Added SerializationException - if JSON deserialization fails, the exception should capture the response body #527 0f75401 Merge pull request #630 from jianghaolu/renaming a178b9f Merge branch 'master' of https://github.com/Azure/AutoRest a8bb504 Added logic to dispose HttpRespose and HttpRequest when returning just the body de5c1bb Rename azure runtime's package to com.microsoft.azure bea518e Rename azure runtime's package to com.microsoft.azure 53efbd5 Use the client referenced mapper adapter 6080e9f Use the client referenced mapper adapter 9138a39 Rename JacksonUtils to JacksonMapperAdapter 25e31d5 Rename JacksonUtils to JacksonMapperAdapter 186ca10 Merge pull request #623 from xingwu1/python 2248541 Merge pull request #627 from amarzavery/optional a8d2ac0 published runtimes a417c3b missing semiclon 4f4b244 Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 10eb794 jslint fix 5b6705f jslint fix 8e8426a regenerated code and clientruntime changes 3a78081 stripped versions of request and response as error object properties. 3927c49 Updated requests dependencies 4fd4081 Added disposal to RetryHandler for HttpResponseMessage b99ba7e Merge pull request #626 from jianghaolu/androidsample 621d28e Android authentication updates from sample 2e08ff5 Android authentication updates from sample e340de3 Wrapped C# request and response in a new object to avoid being disposed #624 [Delivers #110445462] 92f062d Node.js:updates to generic and azure clientruntime ced91b3 Added stream parameter to runtime 770ba7f headers default to None c984b32 Get rid of unnecessary stream parameter. 3be0deb Callback only use when upload/download stream f548b86 static token cache 111f14d static token cache 5ce40c1 Tox fixes 185ec6d Merge branch 'refs/heads/test-upload' into python ba43d8f Updated streaming callbacks d3339f7 Merge pull request #621 from stankovski/internal 3fcb214 Merge branch 'refs/heads/anna-local' into test-upload 2e18bac Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local ba3dd94 Added license headers 7b41b4e Fix the model/method class comment dbb60aa Finished implementation of internal ctors in C# and adds tests #618 [Delivers #106698204] 11aa6c1 Merge branch 'master' of https://github.com/Azure/AutoRest into internal ae343a8 Add ability to specify code gen settings via swagger spec #619 [Fixes #111791860] Add setting for C# gen to specify constructor protection level #618 [Fixes #106698204] 5c618ea Merge branch 'refs/heads/anna-local' into test-upload ff1248d Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local a1344ee Merge pull request #575 from xingwu1/python 3a8695d Update python code generator: ac0252e Merge pull request #620 from amarzavery/optional 35a6e81 Escape single quotes in the url for nodejs codegen 127610d Merge pull request #612 from iouri-s/patch-1 dd5f017 Merge branch 'refs/heads/anna-local' into python 01d3f53 Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local b8660f7 Reformatted model equality for flake8 50105af Merge pull request #610 from stankovski/client-request-id 3606ea6 Merge branch 'refs/heads/anna-local' into test-upload 2f6d22d Update python coverage pass requirements 2bdf346 Update coverage ignore strings to ignore .tox 1344bcb Fix issue in linux where node server doesnt exit 6cb7f57 Fix python failures related to shell execution 02187d9 Reduce the required code coverage for msrestazure 8f8bb72 Temporarily remove python 3.5 from tox validation 9c80c21 Fix travis for python f0d9da2 Added default value for LongRunningOperationRetryTimeout and fixed NodeJS code gen bd9640c Merge branch 'refs/heads/anna-local' into python 66e350f Fixed dict default f56637c Merge pull request #616 from jianghaolu/master 3c4e5a2 Add Android build doc to README 941f40a Updated documentation 922a963 Renamed paged.items to current_page fb5d653 Removed unnecessary utils require f52c2df Suppressed fxcop errors e9c5651 Merge pull request #611 from jianghaolu/batchfixes 5c44f6c More review edits 4641d2d Change ClientRequestId to GenerateClientRequestId e231f2f Handle null content in async operations 7118bdc Add test on response typed headers 7de84cd Add custom serializer for okhttp Headers 6c382b1 Add custom serializer for okhttp Headers 4045723 Added tests for ClientRequestId in Client 8bcfa71 updating clientruntime version to 2.0 c257b3b Removed paging collection magic methods 32849aa Revert "Removed paging collection magic methods" 816d619 Removed paging collection magic methods 03b4c1a Merge pull request #608 from stankovski/client-runtime c06db7d Updated NodeJS code gen to use clientRequestId from client 863ace5 Moving ClientRequestId to client 1bed78c Added NodeJS test e600220 Suppressed fxcop error 5aa2897 Updated code generator to populate ClientRequestId on CloudException 0aea0db Merge branch 'master' of https://github.com/Azure/AutoRest into client-runtime 8d2f4dc Revved up ClientRuntime 198949e Added RequestId to CloudException ce26b35 Merge pull request #607 from jianghaolu/batchfixes 0ca1769 Support android flow a9aefc2 Support android flow c7b1e66 Removed ordered models 9146a6f Merge pull request #606 from amarzavery/optional 7e859f1 Updated formdata uploads d98e102 Merge branch 'master' of github.com:Azure/autorest into optional cc59645 Improved Error handling 05391f4 Merge pull request #605 from matthchr/feature/rfc1123-datetime-kind-fix fa0c70f Fix bug with Rfc1123 dates related to DateTimeKind 2e475df Merge pull request #604 from jianghaolu/batchfixes 2cd9325 Move credentials setup after custom headers 8f07c84 Fix user agent header 1991445 Fix user agent header 28b3e49 Add content-type headers to requests 014740c Merge pull request #603 from amarzavery/optional 4c4bde7 updated jshint rc and clientruntime version numbers 1d60861 Support for Stream and Object Primary Types 43c569f minor fix 5500551 minor changes to pagetemplate model 7d17602 Merge pull request #602 from amarzavery/optional 73d925d Updated message string constant to 1.5 version of ms-rest and ms-rest-azure 41b4384 regenerated after pulling from upstream 0b846f4 Merge branch 'master' of github.com:Azure/autorest into optional ade6297 simplified parsing of CloudError 13ce073 Merge pull request #591 from matthchr/feature/header-return-fix 10ec8ea testing file upload b2b2818 Merge branch 'master' into feature/header-return-fix 4988741 Merge pull request #590 from amarzavery/optional dc2ce3d Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 44e7426 jshint fixes 913d3a4 jshint fixes 47cd2ca fix fxcop warnings 51f241a code generation changes e8a4aca clientruntime changes 9d4e732 Merge pull request #597 from stankovski/clientruntime-1.8.2 a828b05 Updated gulp-runtime-version-sync.js and re-ran against the latest code b45e6a5 Updated NugetPackageTest ClientRuntime version 031dfe5 Merge pull request #595 from stankovski/master e59b643 Fixed CustomSettings behavior when taken from autorest.json (issue #589) ff4e1c5 differentiate between parameter flattening and grouping d8a1a88 Merge pull request #594 from jianghaolu/master 1087a41 Merge pull request #592 from stankovski/master 4fee3d4 Fix issue with produces/consumes a183014 Fix URL handling in Retrofit 2.0 eb5235c Merge pull request #593 from jianghaolu/master 0c9f9d0 Fix java import and parameter grouping 77ac148 Fixed test a010746 Add HeadException tests 5c278a4 Merge branch 'master' of https://github.com/Azure/AutoRest 8560b60 Merge pull request #588 from jianghaolu/android fb42694 Fixed constructor when -AddCredentials is used and there are no other client properties (issue #570) a3e9c00 Regenerate test code d37a0ea Fix gulp build issues 5ecc6a1 specified moment as a dependency d3c7fe9 fxcop & clientruntime fixes. removed unrequired code. b46837e clientruntime changes 0f3da06 moved back to storage for azure nodejs tests 0af4ea3 all tests passing 89a0c08 code commit 1578def Add missing addons for android build cf11017 Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local 7de1917 Fix bug with "Produces" not being honored 191e31b Update python generator based on feedback: d6327d1 Replaced integers with logging constants 031dbca Fix pagable method param group bug 6dfab6d Update handling of headers 7993bfd Merge remote-tracking branch 'Azure/python' into python1 35a71d2 Add authentication lib build to gulp 33e9edc Add android to travis build 5a21d07 Include Java auth libraries in gulp ad98381 Split JDK/Android authentication libraries from runtime 4c481c9 Split JDK/Android authentication libraries from runtime c75bcb0 Split authentication into JDK and Android 5669d0f Split authentication into JDK and Android e4bd945 Add android authentication library 5236ce7 Add android authentication library 8670ca4 Corrected model equality and sortability 8bf26c0 Merge pull request #586 from Azure/master a203a95 Merge branch 'master' of github.com:Azure/autorest into optional 85530fe Update swagger-extensions.md cb7df7c Update swagger-extensions.md 58086c1 Merge pull request #585 from jianghaolu/paginggrouping bff0b7a Merge pull request #587 from stankovski/master ae8657b Fixed body-formdata.json spec 1578b5f Fixed azure tests cf20ad3 Added docstrings, review fixes, bug fixes 5784b84 Fix suppresion file encoding 8912269 Support scenario for grouping partially header params 65ac200 polymorphicdiscriminator support for deserialization 1ad1b1c polymorphic serialization in clientruntime 91d6d0c [fixes #109931270] Support reusing grouping types for paging next operation 8dd33d7 [fixes #109931270] Support reusing grouping types for paging next operation e6e4cf9 Fix the suggestion in code review. f3f65c5 modified PageTemplateModel 5f80292 reconstructed model mapper for serialization and deserialization 2350e02 able to generate model mapper d89ecad Merge branch 'master' of github.com:Azure/autorest into optional fc7b513 added constraints validation in the serializer 7204e00 Implemented deserialization with ResourceFlattening and Paging support 3d5cfdf serialization looks decent 5e5c95a resource flattening a5bb44c Merge pull request #578 from stankovski/master 0a7c614 Updated documentation 591f68b Fixed parsing of x-ms-request-id and x-ms-client-request-id 70331db Merge branch 'master' of https://github.com/Azure/AutoRest 3e944f1 Updated schema and removed one layer from x-ms-request-id and x-ms-client-request-id extensions 9c3568c Fixed x-ms-paths d0521fc Merge pull request #577 from stankovski/master d2fae5c Fixed x-ms-external definition d65595f Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 5b4e928 serialization in ms-rest 6a2e2c9 serialization in ms-rest f9cd626 Update swagger-extensions.json f9b49df Merge pull request #576 from stankovski/master 726d752 Added schema for AutoRest swagger extensions b17b0ee Update the code generator for cleanup. 130fb65 Add gulp step to install tox before python tests 67f7468 Updated user-agent config f90bfac Update client runtime for bug fixes. 3db1c7b Default item name should be "value" instead of "values". f3ce76e Fix flake8 issue and update test codes. cb0866c Fixed parameter encoding bac92b6 Azure Python will return bool for HEAD operation. 9f98cea Update python clientruntime. e8f366a Enable flatten resource on generated code. 3b8d654 Update Flake8 to have line length max = 100 b32a4c1 More LRO and paging tests 631fc71 Add gulp integration for Python tests f227624 Update azure python generator. f0ea311 Update the serialization code for path/query/header. Enable stream support. 70eb2ab Add test cases and fix bugs. 077c8fd Header parameter isn't set correctly. Don't generate listNext function since we already handle in Paged class. 86b24cc Updates to serialization for date, rfc and bytes b2e1d3f Init check in for azure python generator. 239753f Better handling for bool and bytes deserialization 7238298 Update model to import the base model class. 6c30cfd proposal for sequence serialization 6b0f104 Add setup.py for python generator, add Polymorphic support. 5d08875 Fix python enum generator e2b67b7 Add Tox support for Python af16f6c Update python code generator, remove useless methods. 3836c3d Improve python client runtime. c6418ce Fix generic generator bugs. 66049a1 Update client runtime. c725a8a Update python generator. 209358b Moved paging into generic runtime, added proper enum support f8b80da Python code generator first draft. 9aa1cbe Update msrestazure. 08470e3 Add python code generator place holder. 3aa5018 Init with new python client runtime. ffe48e7 Fixed schema table formatting e0966ef Update defining-clients-swagger.md e9b7c60 Merge pull request #574 from stankovski/master 6418c00 Addressed code review feedback eec67d5 Added remaining extensions cac9ae4 Added documentation on Swagger extensions beeeb54 Merge pull request #573 from amarzavery/optional 3e7e803 updated ms-rest-azure to 1.4.0 4f5f52d Merge pull request #572 from amarzavery/optional 721f560 regenerated nodejs code and fixed a test 32c516d Merge branch 'master' of github.com:Azure/autorest into optional ed6d514 Updated Error handling for NodeJS b6b54ed Downgraded client runtime to 1.8.2 29cba16 Merge pull request #571 from stankovski/master 3b392a2 Addressed code review feedback e8ffaa3 Fixed fxcop issues 0d8ec16 Regenerated tests 9a39186 Added OperationName property to x-ms-pageable cc3e772 Merge pull request #569 from stankovski/master 4587cfe FXCop suppressions 304be74 Added support for custom paths via x-ms-paths 60fbccf Merge pull request #566 from yugangw-msft/newton6 ecb8ce3 Merge pull request #567 from stankovski/master 3c8cf30 update e2e test to test 1.9.0 version of client runtime 1aebe63 Fixed OData expression builder with null 38a76f0 Merge pull request #565 from amarzavery/optional 3bd9491 Use 6.0.8 of newton.json when build for 4.5 29bd100 some more fixes a3369c2 Merge branch 'master' of github.com:Azure/autorest into optional 32cf05b base property check for sequence and dictionary types f548bb9 Merge pull request #563 from jianghaolu/jfixes f136e01 Update versions to 0.0.2-SNAPSHOT 9f98a09 Update versions to 0.0.2-SNAPSHOT 14a8872 Merge pull request #561 from amarzavery/optional 64dc2bb Merge pull request #564 from hovsepm/master 4e0bc0e Merge pull request #562 from stankovski/file ae76ab9 Fixed Odata filter bug with "startWith" null values d77e993 Address style checks 31d0b15 Address style checks c99e73f Support typed response headers in Java 6c185b4 Support typed response headers in Java dc6c512 C# IPage to be IEnumerable 2a5d264 Removed x-ms-file-name 9d277ee Static analysis fix 6ec6195 Implemented form-data support and file upload in NodeJS and C# ebe32bb generated code 0608859 Merge branch 'master' of github.com:Azure/autorest into optional f6beadb listNext() method should not be displayed if nextLinkName == null 2c287a5 Merge branch 'master' of https://github.com/Azure/AutoRest into file 92b75f1 Renamed ContentType to RequestContentType and fixed modeler to properly treat Consumes and Produces 6584c5b Merge pull request #559 from amarzavery/optional 2c940e1 Merge pull request #560 from stankovski/master 83ff37c Merge branch 'master' of https://github.com/stankovski/AutoRest into file 6439255 Regenerated with AutoRest 0.14.0 5548c8a Added support for upload streaming in NodeJS 6e5e0eb Implemented upload tests in C# ee27054 fix fx cop warnings c5d508e added unit test for complex model code generation in nodejs 50e2fe3 regenerated node and node azure code using the new version of code generator 3f2f689 Merge branch 'master' of github.com:Azure/autorest into optional f299ac0 Fixes issue #557 657e0b6 Merge pull request #558 from jianghaolu/jfixes e62dec2 Address code analysis errors 994c23f Address checkstyle errors dcac2c8 Address checkstyle errors b16dc7f Finish custom exception support 61a6fa3 Finish custom exception support 93462a6 Merge branch 'master' of https://github.com/Azure/AutoRest into file 73b40b2 Merge pull request #556 from stankovski/master 5b0de14 Bumped up version of AutoRest and ClientRuntime f75438d Work in progress on file upload bca1b5b Merge pull request #555 from jianghaolu/jfixes aec1d4a Support custom exception in Java 903fbb0 Support custom exception in Java 749e792 Update clients-error.md 2760381 Merge branch 'master' of https://github.com/Azure/AutoRest into file 55bf9f1 Merge pull request #554 from Azure/release-0.13.0 ed83a4f Merge pull request #553 from stankovski/release-0.13.0 ce41aa7 Incremented clientruntime versions for nodejs 5bac70c Updated changelog and converted it to .md format 9f06b44 Work in progress on file upload support 8d3e6b3 Add back polymorphism tests 8caaf34 Add back polymorphism tests 355e6d0 Merge pull request #552 from yugangw-msft/newauth 7c9cf82 Updating form-data example and server 6062d59 Merge pull request #551 from stankovski/dev e243fd6 Added test for the fix 6d081ed Fixed issue with PolymorphicJsonConverter when models include Page 514ed41 Added support for generic file stream in C# 05b6f08 Work in progress on NodeJS file support 1207546 Merge pull request #549 from stankovski/underscore 97eb273 Merge branch 'avilenskydev' into underscore e765e13 FXcop validation fix d5ff404 Fixed URL generation with segment and updated LRO code b87152c Updated changelog 2315f63 Merge branch 'dev' of https://github.com/Azure/AutoRest into underscore da2ccd2 Merge pull request #548 from stankovski/dispoable 2f6ad73 use newer ADAL with support on federated org-id 3a6d084 Uncommented skipped tests f6f3084 Make the variables not clash with parameters (#309) 2aa6f1c Merge pull request #547 from stankovski/resProperties2 78ebfa3 Changed service interface in C# to implement IDisposable (#278) 3118d06 Suppressed fxcop warning 4346ea7 Merge branch 'dev' of https://github.com/Azure/AutoRest into matt-gibbs/resProperties2 94c0277 Merge pull request #538 from brjohnstmsft/jsonconvertfix 4720aaf Merge pull request #545 from amarzavery/optional b37fc30 Add custom JacksonConvertyFactory and fix polymorphism a4be93b Add custom JacksonConvertyFactory and fix polymorphism 51dd311 fx cop 75d3810 treat …
jianghaolu
added a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Feb 27, 2017
1ae4191 Merge pull request #19 from jianghaolu/updates 8b43962 Remove header after use 3e644d9 Fix parameterized host concurrency issue 7ad2207 Update dependencies to official releases 87afa33 Merge pull request #18 from jianghaolu/renamesetters 9c4442d Address checkstyle errors c09b620 Merge commit '083e8ab0c10b58e1491cd38235da5110121ef326' into javavnext b5859aa Merge pull request #17 from jianghaolu/renamesetters 24d5c1e Fix all sets to be withs 9e11dd2 Some more renamings 1b17bc9 Renamed setXXX() to withXXX() for non-top level methods b859906 Framework for Creatable composition, managing dependency between them and creating resources based on topotogical order faf7508 Merge commit '97bc529bbb06017de0bb069012c016c2949157be' into javavnext f116efa Merge branch 'master' of github.com:Azure/AutoRest into quickvm 5202139 Fix styles and tests 99cd7ee Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua f1585bd Use SNAPSHOT runtime as dependency 9295380 Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext 4a965fd Merge pull request Azure#984 from jianghaolu/builder 8009399 Address checkstyle errors 9a27d68 Support base URL replace using Interceptor (Retrofit 2.0) b6c78d5 Add RestClient dfba322 Move .build() from collection calls to initialize() b7dc878 Use String for OData ea61512 Fix paged list to use hasNextPage() for hasNext() 4ff082d Extend functionality for paged lists cea6f72 Remove get prefix on model property getters fc7d9a9 Rename AutoRestException to RestException a6feaf0 Okio 1.7.0 e4ba498 Merge pull request Azure#908 from jianghaolu/master 5a6f236 Merge pull request Azure#891 from dtretyakov/master 711df83 Azure#622: Shutdown ADAL auth executors 49a0c03 Fix head response with headers 045fb77 Fix status code validation in java client 7a39169 Merge pull request Azure#872 from jianghaolu/large 7fbb811 Fix stream type in input mappings 84c75d9 Azure#742 Hide RFC1123 on parameters d9c5f88 Azure#742: Hide DateTimeRfc1123 a718459 commons-io was for debugging 589df22 Add download streaming support beefee6 Merge pull request Azure#851 from jianghaolu/lazy 26c3d3a Fix NPE 4d07844 Remove system.err 639f69e Change file upload type to java.io.File 9946a01 Fix close() in retry handler 4bbb4a5 add close() to response bodies 6ac47d9 Manually change byte[] to File d1d64d7 Add missing javadoc 689ff03 Add more laziness to PagedList f4307d2 Fix iterator and add tests for PagedList 31794ef Add lazy behavior in get() 6fc1dd9 Add Javadoc and cleanup b1e5619 A working solution for lazy initiliazed paging 5e04616 Use 1.0.0-SNAPSHOT for new dev phase 97b7174 Unify resources in runtime 5071471 Merge pull request Azure#821 from jianghaolu/moredev d75ac2c parameter.getClass() -> parameterType aa043b7 Fix recursive validation 1f13aa5 Merge pull request Azure#803 from jianghaolu/moredev d44df63 Fix credentials test c1ce2de Add more info to revision file 54f180a Add gradle task to generate git revision 23b9424 Fix flattening and bump up to 1.0.0-beta1 b6b7223 Merge pull request #5 from jianghaolu/flattening c60a85b Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly git-subtree-dir: runtimes git-subtree-split: 1ae4191
sima-zhu
pushed a commit
to sima-zhu/azure-sdk-for-java
that referenced
this pull request
Mar 21, 2019
* Rename method groups without Operations suffix * Shorten operations names to simple plurals * Address code analysis * Rename AutoRestException to RestException * Move impl classes to implementation subpackage * Remove get prefix on model property getters * Remove interfaces for method groups and service clients * Seperate type name generation and client name generation * Rename models to end with impl * Move into implementation.api subpackage * Rename only top level parameters & responses to Inner * Rename method group impl to inner * Address code analysis errors * Regenerate after merge * Extend functionality for paged lists * Fix paged list to use hasNextPage() for hasNext() * Use String for OData * Add fluent to pageimpl * Remove Java/ in ClientRuntimes * Add Java runtimes as a submodule * Use relative path in .gitmodules * Use javavnext branch consistently * Use latest javavnext runtime * Remove submodule * Squashed 'ClientRuntimes/Java/' content from commit f7a6b01 git-subtree-dir: ClientRuntimes/Java git-subtree-split: f7a6b0181a66294ec07014568639a7ea0b4c03cc * Move models into same folders as operations in Azure.Java * Add missing regen files * Move .build() from collection calls to initialize() * Add RestClient * Support base URL replace using Interceptor (Retrofit 2.0) * Fix header interceptor * Address checkstyle errors * Squashed 'ClientRuntimes/Java/' changes from f7a6b01..a6eef1f a6eef1f Merge pull request #5 from Azure/jianghaolu-patch-1 2c03d76 Update README 78359ef Merge pull request #4 from jianghaolu/javavnext f1d7b46 [Azure/autorest#957] Merge pull request #3 from jianghaolu/javavnext git-subtree-dir: ClientRuntimes/Java git-subtree-split: a6eef1f18ed02212515b2e8fa7727c9e5b13edf5 * Create service once in each client * Fixed Azure.Java inner type name as base type * Fix PageImpl class names * Address code analysis errors * Fix base model types that are not top level * Normalize base model type for composite types * Fix extensible enums generation for Java * Delcare enum to be final and hide constructors * Better naming for enums * Add back old Azure generator * Add fluent project and regenerate * Azure.Java generates original structure * Fluent generates correct code * Add test files for fluent codegen * Address code analysis errors * Support client level versioned User-Agent * Squashed 'ClientRuntimes/Java/' changes from a6eef1f..63803e0 63803e0 Fix runtime tests c2765e5 Merge commit '3420556ca4cee622a71e11aa166f8e9ec894f818' into ua 6037451 Send client specific user agent b887e80 Add user agent to every method 9d48136 Add a test for request id header 29d8857 Fix request id to be generated each time 41224f8 ComputeManager, rename region->location, etc 5e2de11 enabling Azure.authenticate(File).withDefaultSubscription() based on the subscription provided in the file daacda8 Merge pull request #702 from jianghaolu/master 788f625 support for Azure.authenticate(File propertiesFile) dab7626 Address eclipse build errors c8ecc0f Merge pull request #13 from jianghaolu/snap 69f21a2 Use sonatype as public snapshots 6cdb496 Merge pull request #12 from Azure/javavnext 90d7f8b Merge pull request #11 from Azure/revert-10-revert-9-pagedListFix 18066d8 Revert "Revert "Fixing UnsupportedOperation exception in PagedList"" 6e44a66 Merge pull request #10 from Azure/revert-9-pagedListFix 8b7b17a Revert "Fixing UnsupportedOperation exception in PagedList" 2e67caa Merge pull request #9 from anuchandy/pagedListFix c3f7a46 Fixing UnsupportedOperation exception in PagedList 82bdc8b Merge pull request #8 from anuchandy/gradlefix d56d5e0 Merge commit 'ae4c3ba611076c6d1a2e6fedb6616d5c3b0fdb3d' into exp 2a37759 Merge pull request #7 from jianghaolu/restclient eee9f2a Merge commit '9513e6ec31afd0bc1418f07feb3ff8202041f608' into javavnext 73b3ae3 Merge pull request #984 from jianghaolu/builder 4cfb906 Merge pull request #958 from jianghaolu/javartremoval 168b99e Address checkstyle errors fa1ac24 Support base URL replace using Interceptor (Retrofit 2.0) b6592da Removing unused VersionInfo task from runtime gradle files e5cbc40 Fixing few compilation errors, removing gitrevision artifacts from the POM and Gradle files fcfb315 Add RestClient 75e08f0 Move .build() from collection calls to initialize() 0e5da7e Merge commit '7162a39ae50d95c1a20cbb521282752955ed722a' as 'ClientRuntimes/Java' 88f2de6 Remove submodule 7c87e37 Use latest javavnext runtime 2ad3332 Use javavnext branch consistently 8979cac Use relative path in .gitmodules 1c70756 Add Java runtimes as a submodule e8eb547 Remove Java/ in ClientRuntimes 0e14ae1 Merge pull request #955 from jianghaolu/javavnext 91d73c6 Python Streaming Test Fix (#953) f674f3c Add fluent to pageimpl 7082f8e Use String for OData 42a3277 Use String for OData 9a03f63 Fix paged list to use hasNextPage() for hasNext() 88c8aad Fix paged list to use hasNextPage() for hasNext() 77a7eb1 Extend functionality for paged lists 8b1aeed Extend functionality for paged lists 3d236fe Regenerate after merge 07bda32 Address code analysis errors 8bd5afd Rename method group impl to inner 6333912 Rename only top level parameters & responses to Inner 51f17c3 Move into implementation.api subpackage 175a66e Rename models to end with impl b877cbf Seperate type name generation and client name generation cd01cf8 Remove interfaces for method groups and service clients b81317e Remove get prefix on model property getters c0b92a9 Remove get prefix on model property getters 5573dc8 Move impl classes to implementation subpackage b2c127f Rename AutoRestException to RestException c009c93 Rename AutoRestException to RestException 4c181b2 Address code analysis 3a885ff Shorten operations names to simple plurals b7de51d Rename method groups without Operations suffix 29dc46d Python Bug Fixes (#928) 14b4e56 Merge pull request #951 from jianghaolu/master 0592481 Okio 1.7.0 cd746ab Okio 1.7.0 296bb25 Correct bug link re: multi (#939) 56a20fa Merge pull request #917 from AzCiS/master 0e2d13a Update swagger-extensions.md 016cef6 Enhancement to "x-ms-parameterized-host" extension (#929) b73c784 Fix: https://github.com/Azure/autorest/issues/923 ab93a4a Merge pull request #927 from jianghaolu/master 7c26136 Android license split into 2 3106fb8 Automatically detect MSBuild tools version in Windows platform 1f44695 msrestazure 0.2.1 12e9590 Python model kwargs removal 5915c65 removing logic to require('moment') from model classes 97545e3 fixes issue #890 965e722 Adding a method in the AzureClientExtensions to handle the PutOrPatch async calls with 202 responses which have no body and no specific headers 6142fb7 csv array in path #900 afd67f1 added test for flattening generic properties of a model to be flattened 70fe5ce Merge pull request #908 from jianghaolu/master bb0d05b Merge pull request #908 from jianghaolu/master 4c4604f Merge pull request #904 from amarzavery/enum 6158597 Merge pull request #891 from dtretyakov/master e97388a Merge pull request #891 from dtretyakov/master de0232b Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 73e516c Azure/azure-sdk-for-java#622: Shutdown ADAL auth executors 360619a Merge pull request #901 from jianghaolu/optional 12f4d00 base64Url support for node.js and inclusion of composed properties while flattening. e70afa7 Merge pull request #902 from begoldsm/master 1ec7248 Fix test breaks. ed2d74f Merge branch 'master' of https://github.com/Azure/autorest dd478b8 Add missing condition in Azure template 4ffe90d Re-gen and address code analysis errors 107c6c9 Add null checks to optional flattened wire parameters e941db6 bring variable declarations back 89a40ba Merge pull request #878 from tbombach/base64url 8ab297f Fixing merge conflict for renaming base64url type in Java 6daa5ef Remove useless nulls when input is optional 15b977f Merge remote-tracking branch 'Azure/master' into base64url 7ff9d25 Merge branch 'master' of github.com:Azure/AutoRest 36b2ce5 Merge pull request #898 from jianghaolu/nocodegenheader ab982ac Escape data strings for odata queries. c0d3614 Merge remote-tracking branch 'Azure/master' into base64url 4163396 Fix head response with headers 3b3c788 Fix head response with headers c174932 update paging extension documentation. b37fc5e Add option for license header w/o codgen info 3992b7e Merge pull request #893 from jianghaolu/defaultvalue 1aab052 Updating the client runtime package version 24a74a0 Fix type normalization [stackoverflow in network] 5732fa5 Update swagger-extensions.md d468bfc Fix parameter conversion bf5456a #889: Fix credentials setup in service client b5163a9 Adding test case for accepting a base64url encoded string in the path eb7cf92 Merge pull request #892 from annatisch/PythonPollingBuxFix f25e20c Merge pull request #894 from lmazuel/msrest020-msrestazure020 bef80e6 msrest-msrestazure 0.2.0 d0a6e6f Add default value support for optional parameters 725c1f6 Merge pull request #880 from jianghaolu/refactoring ecb8a4c Remove unnecessary serializations for some primary types 32a8ff1 Edited changes e8b8f7d LRO polling fix for status enums 6b0d795 Fix status code validation in java client 3b59c0f Fix status code validation in java client f4a4543 Merge pull request #887 from Azure/devigned-patch-1 78c499d Update swagger-extensions.json f32e739 fix test compilation errors b8cfd81 Add parameter conversion 9b1bb48 Fix parameter invocation 754785b Fix some imports de7c6e9 Add property model and fix type conversion 52beb9d Merge pull request #879 from lmazuel/enum_as_int c1bcfb9 Merge pull request #883 from amarzavery/enum 3b3b14e pusblished 1.12.0 version of ms-rest and ms-rest-azure d824238 Address code analysis errors 83c8291 Move all string templates to ResponseModel 05a7ebc Let Response model handle client type string 5dfaf9b Explicit comment as a temp workaround 1539446 Move OperationResponseType to ResponseModel f35d545 Move folder 3c7cc6c Fix type token type 406a741 Some renamings and cleanups 671703c Add JavaResponse ac318cf Allows to parse integer as enum valid values b48d906 Let JavaParameter handle invoke 3e4df71 Adding tests to ensure base64url format works in a dictionary and an array 8466b63 Generate import list from JavaParameter b9e1bbb Merge pull request #873 from annatisch/AzureOperationChanges b3fd265 Merge pull request #877 from matthchr/feature/optional-body-fixes 285b432 Adding the code coverage exception for base64url format for all languages until they implement the serialization for the type b74a654 Updating nodejs coverage test to exclude base64url tests that haven't yet been implemented in the language fe85341 Add JavaParameter 53693bc Move primary type normalization to JavaPrimaryType baefd44 Fix nodejs server to correctly check optional body f900898 Merge remote-tracking branch 'refs/remotes/Azure/master' into base64url 6ae67cc Adding a test for handling a null value when it is expected to be base64url encoded 9337878 Updating unit tests for swagger generation for base64url format d6f7539 Making the code namers for each language treat base64url encoding as string if they don't handle encoding/decoding daf75d9 Adding tests for C# for base64url 0faa880 Merge pull request #872 from jianghaolu/large f375b91 Merge pull request #872 from jianghaolu/large 53c6ca7 Merge pull request #874 from jianghaolu/typefix e39b8c0 Fix stream type in input mappings f92ffb3 Fix stream type in input mappings e108283 Fix DateTimeRfc in parameter mappings 74c3a75 Update travis node version to 4 a26728c Added accept header 1aeb717 Reformatted docstring 081e7f6 Merge pull request #866 from jianghaolu/rfc1123 f2319c8 Merge pull request #865 from lmazuel/msrest013-msrestazure012 a8419ee more regression fix in azure codegen 8381aa9 Fix regression in azure codegen 99e6538 #742 Hide RFC1123 on parameters 10ba216 #742 Hide RFC1123 on parameters 8a326f2 Clean up method model and add wrapping to models 812528f Address code analysis error 20649f3 #742: Hide DateTimeRfc1123 c5cb522 #742: Hide DateTimeRfc1123 ba3ca3d Remove entry from coverage reporter cd818c8 commons-io was for debugging 50561ec commons-io was for debugging 22d1d5a Add download streaming support 3522036 Add download streaming support b321647 Merge pull request #870 from jianghaolu/stream 93075ab Remove unused imports 67bb5a3 Stream support: change back to byte[] 48d268a Updating C# Client runtime to handle the base64url format and add the associated Json serializer for properties of that format 95dbe37 Merge pull request #869 from matthchr/feature/stream-fix 34f7a98 Fix out of memory exception streaming large streams 8250693 Merge pull request #868 from amarzavery/enum d67b08f Adding primary type for base64url format 7f3bb55 Updated tests and regenerated 9e8d436 Merge branch 'master' of github.com:Azure/autorest into enum 619ce59 Changed raw LROs in Python generator b6ef4b7 [node.js] Add responseBody as one of the parameters in the callback while processing stream response e8ad92f Removed raw from Azure LRO b85040d Merge pull request #851 from jianghaolu/lazy 6aed2ce Merge pull request #851 from jianghaolu/lazy f24b0b6 Merge pull request #864 from jianghaolu/stream 1898038 Reset server change 58648e9 msrest 0.1.3 - msrestazure 0.1.2 f72eb22 Fix NPE d47a7df Fix NPE 43ae403 Remove system.err e5cdce2 Remove system.err 1eca766 Change file upload type to java.io.File 8ef1fc6 Change file upload type to java.io.File 3301f3a Fix close() in retry handler cfd8472 Fix close() in retry handler 524b8c4 add close() to response bodies f4adb86 add close() to response bodies 815bd1e Manually change byte[] to File e21f437 Manually change byte[] to File 8238efd Merge branch 'master' of github.com:Azure/AutoRest into lazy cef40a4 Merge pull request #859 from jianghaolu/stream 0dfd694 Merge pull request #856 from lmazuel/master 8ae1e78 Merge pull request #861 from lmazuel/generic_deserialization ea0f751 Add missing javadoc 2b47ec9 Add missing javadoc ec5a338 Re-generate 510be3f Add more laziness to PagedList 3ab0c6a Add more laziness to PagedList 3b9f993 Fix PythonSDK bug 544 17485d7 Reset unnecessary changes bebc9e8 Fix incorrect content type fe83a2e Merge pull request #858 from NiklasGustafsson/master 7031098 Merge pull request #860 from amarzavery/enum f8a4da6 Merge branch 'enum' of github.com:amarzavery/AutoRest into enum 542d576 Merge branch 'master' of github.com:Azure/autorest into enum 71d5bd2 Fix python test c6153ea Add missing multipart declarations ca2ac16 Merge branch 'master' of github.com:Azure/autorest into enum 07a49c1 fixes #782 for node.js and JSON.stringify of null value during serialization 7b7b334 Remove invalid formdata parameter b457065 Add support for file uploading 77408ae 1) Implementing synchronous and HTTP-response-free operation methods for Ruby. This will lead to silent breaking changes in any generated libraries as the type returned will have changed for all non-LRO operations. 2) Modified tests to use the '_async' methods, except for LRO tests. 3) Added 'x-ms-client-name' to Swagger extensions schema. e2c8d09 Merge pull request #852 from NiklasGustafsson/master 45733bd Wait() must raises Exception if query failed 227bea7 Fix iterator and add tests for PagedList b439852 Fix iterator and add tests for PagedList 7932d97 published 1.11.0 version of nodejs runtime 1189e2d Merge pull request #853 from yaxia/master c78174c Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 8254303 Merge pull request #11 from NiklasGustafsson/merged baa5088 Fixed tests that depended on constant parameters not being supported. 4cc03f7 Merge pull request #10 from NiklasGustafsson/master 2b9f18a Added synchronous method versions for each operation. 943e073 Fix error message in serializer c0c49bc Add lazy behavior in get() fb0db57 Add lazy behavior in get() 30d986f Add Javadoc and cleanup a48a647 Add Javadoc and cleanup 9d24b97 Merge pull request #9 from Azure/master 2fed13f Fixed byte-array-to-string conversion logic. 5fa2ff1 Merge pull request #850 from annatisch/optional_param 6aa18d7 Adjusted Ruby tests for the new constant parameter logic. 61447f3 A working solution for lazy initiliazed paging 724ea5a A working solution for lazy initiliazed paging c5ab686 Merge branch 'master' of https://github.com/NiklasGustafsson/autorest 3beff93 Ruby pays attention to constancy of parameters. cb48887 Merge pull request #8 from Azure/master abbaf81 Regenerated Python tests afd0528 Fixed optional body parameter bug 13323c2 Merge remote-tracking branch 'refs/remotes/Azure/master' 3a88ef7 Merge pull request #848 from amarzavery/enum bf70f23 exported USGov envt. 23ac4ba added support for default Errors for stream response in node.js b5fd67a updated nodejs enum check 749e8e7 Fixed issue #847 for C# and node.js 68ea21c Merge pull request #846 from annatisch/SwaggerModelerBugFix b96e980 Bug fix 2515e68 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 3db1c62 Merge pull request #832 from devigned/fix/unit_const_rb 9c9e7f6 generate require module_definition when namespace is present e67a8f8 Merge pull request #841 from begoldsm/master a12d73e Merge pull request #844 from jianghaolu/const 5667e2d Add missing declarations in interfaces 86f25b8 Add overloads without optional parameters 3546e52 Remove composite lazy initialization for now 7e7a4fe Fix tests in Azure as well e425151 Support constant values 10c8f40 Merge pull request #842 from lmazuel/master 8c9c8d3 Release msrest 0.1.2 bbe5f85 Remove accidental empty line. 8d5a0fa Merge pull request #840 from annatisch/docstring_formatting 58292d8 Make code analysis happy. d4bccbd Safer parse. 3f07b14 Change to the Azure code generator to pass settings fd1492c More C# cleanups e60a95e Merge pull request #829 from jianghaolu/baseresource f865082 C# code analysis fixes af63d63 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting 151f80c formatting fix 40a6d12 Merge pull request #839 from Azure/devigned-patch-1 d577042 Docstring change cleanups bb35608 #838 add document relative $ref path 6a2033e Regenerated Python tests 687c451 Merge pull request #7 from Azure/master 99908b7 Merge pull request #830 from lmazuel/msrestdoc 8f3f697 Resources don't extend com.microsoft.azure.Resource afd7864 More docstring touchups cc87632 Address code analysis errors 7bc5b64 Model classes import the runtime Resource & SubResource 1eb3988 Use 1.0.0-SNAPSHOT for new dev phase a8dddd8 Use 1.0.0-SNAPSHOT for new dev phase f681c43 Unify resources in runtime 66e0bf7 Unify resources in runtime 14f9234 Merge remote-tracking branch 'refs/remotes/Azure/master' into docstring_formatting d66ba97 Improved sphinx references in docstrings dab0418 Do not flask8 the doc configuration 750abb8 add msrest to mrestazure requirements beecc7a Basic doc 645f383 Merge pull request #828 from amarzavery/enum bc5ef85 Adding test generation changes e3aa58f Merge branch 'master' of github.com:Azure/autorest into enum 9fb8544 optional single enum will not be treated as a constant 5d88aaf Merge pull request #827 from begoldsm/master ab14e38 Merge pull request #818 from devigned/fix/resource-serialization 5467ffb Adding examples of x-ms-parameterized-host to documentation 1d029fa add suppressions 89c3525 Merge pull request #6 from Azure/master 305c958 Merge pull request #817 from jhancock93/partialinit2 22f4c66 Merge pull request #810 from brodyberg/xunitversion 056297d Merge pull request #826 from annatisch/urllib_fix 9370ea5 Merge pull request #801 from NiklasGustafsson/master 2b6b6a2 Fixed missing test b9b93fc Fix for urllib bug d34ebf6 resource and sub-resource serialization fix for ruby 8b4c10a Update cli.md b8117a0 Merge pull request #5 from Azure/master 0e78508 Fix the client-name implementation. Added tests. 5a68c4d Merge pull request #821 from jianghaolu/moredev 523d79e Merge pull request #821 from jianghaolu/moredev edf5caf parameter.getClass() -> parameterType c6b8393 parameter.getClass() -> parameterType a2b7aa0 Fix recursive validation 59d204e Fix recursive validation 04c19cd Merge pull request #749 from jhancock93/nullresponse 8bca5cb Fixed reference in MD file. 2727c44 Merge pull request #4 from Azure/master a015249 CSharp: Add partial method CustomInitialize to client initialization f90395d Merge pull request #814 from devigned/fix/version-dependency 1149348 fix version dependency for ms_rest beb9f19 Merge pull request #813 from devigned/chore/bump-versions ee4633b bump rb gem versions to 0.2.1 c3c4501 Merge pull request #812 from devigned/bug/path-template d4eb3d4 check path templates and add user agent 46dc5c9 add Running to long running states 76aec4f Add Uuid to NodeJs dictionary to avoid analysis warning e96ada3 Fix warning about xunit build version 6e2c21c Merge remote-tracking branch 'upstream/master' d236a3f Change docs to be more clear about build flavor 492b2b8 Fixes problem with null response content in CSharp generator for non-documented codes 391a2e0 Added documentation for x-ms-client-name. 5de974d Merge pull request #807 from amarzavery/release-0.15.0 20b7f10 Merge pull request #808 from lmazuel/revert-799-malnick/fix_setup 0a66583 Revert "Setup.py references a file that does not exist" 2faa42e Restructured x-ms-client-name support 09365a1 Merge pull request #800 from lmazuel/master ac8a5a5 Merge pull request #799 from malnick/malnick/fix_setup f6c2f7c Merge pull request #803 from jianghaolu/moredev bbe6ec5 Merge pull request #803 from jianghaolu/moredev 9bc89f1 Update building-code.md 07c0a66 Update README.md da5e7ea bumped autorest version c46de70 Update ChangeLog.md 688c538 Merge pull request #804 from Azure/release-0.15.0 93862a8 Update building-code.md 8dcfa4b Update ChangeLog.md 4456e9f Update building-code.md 896d0d2 Update ChangeLog.md 5ea42fd Update ChangeLog.md 5b68453 ChangeLog 0.1.1 1e66161 Fix MANIFEST issue again 667ddc9 Merge pull request #798 from Azure/master 231e596 Correcting comments and description in Swagger test file. 75f320b Setup.py references a file that does not exist 86aefd6 Merge branch 'Azure-master' 7e59f37 Manual merge 939a90d Implemented ClientName on model properties, added more tests. eea487d Merge pull request #795 from devigned/chore/gem-version a857359 Merge pull request #797 from stankovski/escapedot 2232196 Merge pull request #796 from stankovski/master fdf5ea4 escape dots in serialized name if present in the property name a7fa96a Merge pull request #793 from annatisch/PythonLogging 3b7f02e Fixed fxcop issue 86daf21 provide the gem-version information when generating 73a65fa Merge pull request #784 from jhancock93/uuid2 26a89bd Add Assert.fail() in new java test f2988f4 Merge pull request #773 from jianghaolu/master bd1a7e4 Fix credentials test ac2175d Fix credentials test a02d30c Merge pull request #794 from stankovski/release-0.15.0 d85fe59 Merge pull request #1 from amarzavery/uuid 714be24 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 5db8a35 Merge pull request #791 from stankovski/master a376290 Added test fixes for logging changes cdd9616 Fixed Python constants tests b54f623 Merge remote-tracking branch 'refs/remotes/lmazuel/master' into PythonLogging 2b0fb7e Merge remote-tracking branch 'refs/remotes/Azure/master' 3f50788 Merge remote-tracking branch 'refs/remotes/Azure/master' efd505f New simple log system 309b3a2 Improved NodeJS support for uuid 115c762 Merge branch 'master' of https://github.com/Azure/AutoRest 98e13ff Merge pull request #790 from xingwu1/arg_defaults be03738 Added support for ClientName on properties. Added unit tests for client properties and parameters. bcab638 Regenerated code and fixed tests 4c97607 ServiceClient null check 29e57b8 Add more info to revision file d031031 Add more info to revision file 7b3a479 Added cultureinfo 3405154 Add gradle task to generate git revision 8d37635 Add gradle task to generate git revision f21af20 Updated readme 0910a29 Merge pull request #792 from devigned/bug/rb-lros 0735c94 fix long running operations in ruby ebda362 Change constant behavior to not initialize parent of child is a constant #782 c28a3cf Regenerated tests 04b87c6 Updated test cases c73b362 Added model **kwargs 0101efd Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 8735578 Merge pull request #788 from devigned/feature/rb-cleaner-code 75a8271 Added validationerror to generated exceptions 607598b Replaced ValueError with ValidationError 52170aa Updated runtime version history 021f448 regen samples 9af9db9 Replaced Python None with constant 43caf6a move skipUrlEncoding to generic ruby f6edb1b Regenerated java fixtures to fix merge issue 045a370 cleaner ms-rest lib and code generation 466c7b7 Model uuid format with Guid in CSharp, UUID in Java 71deef2 Restructured body validation d24ff9a Restructured generated validation 25554ee Started reworking model validation 6f8539e Cleaned up ValidationError d761a79 Merge pull request #780 from annatisch/test-reformat ebed0bb Regenerated d3f3abd Merge pull request #779 from stankovski/release-0.15.0 15899df custom uri test reformat d307ddc Merge remote-tracking branch 'refs/remotes/Azure/master' 8ee8d12 Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 46c5ba0 Merge pull request #778 from amarzavery/readonly a5f284e update f410906 Merge branch 'readonly' of github.com:amarzavery/AutoRest into readonly bcd6b2e updated readme for ms-rest-azure 2dc5805 updated readme for ms-rest-azure 8cbc5d3 updated README for ms-rest 1bb5892 Fix for #633 - C# generator emits some empty classes 81c1f31 append query parameetrs correctly for partial nextLink 5a2a726 Merge branch 'release-0.15.0' of github.com:Azure/autorest into readonly 567c771 nodejs release versioning 53ff42d Cleaned up param validation 6d6492f Merge branch 'master' of https://github.com/Azure/AutoRest into release-0.15.0 9a37902 Merge pull request #777 from amarzavery/readonly ff32fbf small fix 9171816 generated code a13e603 Merge branch 'master' of github.com:Azure/autorest into readonly 240bd7e check for '?' in the url and append query parameters accordingly a585257 Regenerated tests 854ea71 Review feedback f7f9103 review feedback 39bc0e8 Implemented request validation 9062b1f Support x-ms-client-name for parameters. 3734c93 Update building-code.md 03d3782 Update building-code.md 89fa58f Merge pull request #772 from stankovski/master 90e4160 Updated documentation 51ca2f0 Update README.md df2ddf1 Merge pull request #765 from stankovski/release-0.15.0 6b40d06 Merge pull request #771 from stankovski/master 541631d Updated swagger extensions schema 705495a Merge pull request #2 from Azure/master 81ccae9 Fix flattening and bump up to 1.0.0-beta1 ba87677 Fix flattening and bump up to 1.0.0-beta1 77613e4 Merge pull request #766 from stankovski/master 4fd8504 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name 2904f93 Fix for issue #762 - composite Swagger client compilation fails due to a lower case parameter name c166d99 Added release notes for 0.15.0 release d5f1998 Merge pull request #764 from devigned/chore/rb-versions d25e28a Merge pull request #763 from begoldsm/master 762e518 Merge pull request #720 from stankovski/flattening 6a1dd49 update the gem dependencies b350e49 bump versions for rb client libs 23bb817 Merge pull request #7 from jianghaolu/flattening 32af735 Fix interface import when there is parameter mapping 05227ba Enable the Azure version of the tests as well. 0f6d1a1 Merge pull request #6 from jianghaolu/flattening eebe17c Fix input mappings in Java d125d7a Moved ruby resource flattening tests under generic code gen 0fccf94 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into flattening 9fa5f9f Merge pull request #5 from jianghaolu/flattening 0d1a5f5 Merge pull request #5 from jianghaolu/flattening bd8413e Merge pull request #761 from lmazuel/master 3001234 Merge branch 'master' of https://github.com/Azure/autorest ffb25e4 Add simple support for const properties in Java 10e61fd Updated Ruby based on the latest code gen changes b16c9c8 Minor change to the pyproj to include the customBaseUri tests 80e868b Merge branch 'master' of https://github.com/Azure/AutoRest into flattening 064dbb5 Merge pull request #758 from devigned/bug/ruby-val-deserial ab11f34 Regenerated tests 6133292 Add 2 more tests for Java aea3ce6 Add 2 more tests for Java 81b6118 Fixed potential arg ordering bug 3e3d9a2 Merge pull request #4 from annatisch/py-flattening 8bcb13e Added validation tests b404113 Extended defaults to required parameters b014bf3 Fixed missing Error import statement 3c0682e Merge pull request #1 from Azure/master dd35d89 Merge remote-tracking branch 'refs/remotes/stankovski/flattening' into py-flattening 2b74f27 Skipped tests pending constant support e6f78f0 Precompiled split regex 342b0c8 msrest 0.0.3 - msrestazure 0.0.2 160e1b7 Merge branch 'master' of https://github.com/Azure/AutoRest into flattening a3276af Merge pull request #760 from stankovski/docker fa97b10 add supressions 27cf3ec Added dockerfile for tool execution 484d00b Merge pull request #757 from jianghaolu/master f37d2bb fix code analysis issues 83dfb83 Fixed flattened serialization a231a2f Added flattening tests and regenerated 4a2492f Fixed bug in python generator 34fec02 Corrected and regenerated Azure Python 2167735 switch to ERB url_encoding rather than URI.escape c4c5b70 refacotr azure method template model for params, path and urls 03b8f29 the uri test for validity would fail on the URI.parse 3345133 odata is case sensitive -- correct $orderBy 021db0c refactor faraday usage for url and query params and url_prefix 763e83d improve variable naming and newline char 54f9391 better error messages and less reliance on full urls (backcompat) 945b4d7 brought back HttpOperationResponse as it is required in LRO 85d9361 removed unnecessary dependencies 2bcce1f Merge branch 'flattening' of github.com:stankovski/AutoRest into readonly ce89638 Added missing date serialization tests 40a4e5c Merge pull request #755 from stankovski/master 287cb90 Merge branch 'master' of https://github.com/Azure/AutoRest f49dde1 Merge pull request #756 from devigned/feature/packaging 1d9d0dd Fixed tests and fxcop issues 146ddf5 Add IllegalArgumentException throws on Async methods 0deeea8 Merge pull request #2 from amarzavery/readonly 6409d38 Remove constructors w/o credentials when required dffd229 add in version and package name to ruby generator a2c7240 Regenerate from master branch 35d7abe resolved conflicts and made test modifications 5abbdf5 Sorted parameters and generators in help 0ece56c Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 1cfd7b0 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 82a8026 All Languages: provide a listing of code generators with their custom settings #753 21516d0 Merge branch 'master' of github.com:Azure/autorest into readonly a657654 fix jshint issues and a failing serialization scenario 13feba3 Merge pull request #3 from jianghaolu/flattening 8778c0e Support escaped dots in deserializer 3d3f0fe Support escaped dots in deserializer c06ced5 Unify initializations of JacksonMapperAdapter 0746708 Unify initializations of JacksonMapperAdapter a1ba79e Move flattening serializer to generic runtime 64012f1 Move flattening serializer to generic runtime ed2a757 Merge pull request #754 from stankovski/master 3df3eb5 Undo dotnet change e94fbd7 Added auto-generated samples 12acbbb readonly property supported in nodejs 558952a Merge pull request #750 from devigned/bug/ruby-enums b838ac0 updated msrest readme 58eab5f warn on enum deserialization in ruby 70e8f88 Updated readme a26bba1 Bumped versions ca85e0e Merge pull request #732 from lmazuel/master 105261e Merge pull request #748 from stankovski/master 4f66d24 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into readonly 39469cf Merge branch 'master' of github.com:Azure/autorest into rf 41f9979 Merge pull request #737 from jianghaolu/lrobegin 5e5e74b Merge pull request #737 from jianghaolu/lrobegin 1705578 Temporarily removed Java test code - will add back once #720 PR is merged 0b753cb Merge pull request #724 from devigned/bug/portable-post303 d640fe5 Fixed duplicate local variables when flattening parameters #730 0430d22 Move flattening deserializer to generic runtime 49c4ca2 Move flattening deserializer to generic runtime c3892f3 Merge remote-tracking branch 'refs/remotes/Azure/master' into arg_defaults 16bfd31 Regenerated tests ddcce32 Added version generator to proj file a72a560 Merge pull request #740 from stankovski/master d7feabe Fixed serialization tests da706f1 Generate separate version file 07abc73 Paging inherits from iterable 1b3450e Command line help is not properly formatted when built in mono #738 fd7c08f Address code analysis errors b40b887 Unify method interface generation 9c58d07 Paging operations return updated ServiceCall 22535b3 Paging operations return updated ServiceCall 986ebd9 Moved Java tests 83a0fcf Added tests to C# for model flattening de8a280 fixed nodejs breaking tests 83782d2 nodejs model flattening works 5303175 Add Service call to allow LRO cancellation 7feab06 Add Service call to allow LRO cancellation 2743be2 Move Retrofit service to impls d0bca99 Treat odata filters as strings 49f6ba8 Add begin methods to LRO 381174b Merge pull request #725 from BurtBiel/AuthVerifySetting ca90bb9 Merge branch 'flattening' of https://github.com/stankovski/AutoRest into rf accf2bf Merge pull request #728 from haocs/master 102b8c8 model flattening for node.js partially done cbe9129 resolve merge conflict 629e0b2 resolve merge conflict d342d0c regenerated bc050cc Merge pull request #727 from jianghaolu/objectserialize 8fcb754 Merge pull request #727 from jianghaolu/objectserialize 26ede53 Issue #718 - Manifest must be in capital letters e073080 fix typo 468599c Validate all complex parameters 07a5780 regenerated after moving resource flattening tests to generic and renaming it to model flattening 48d6763 Added fxcop suppression for AddParameterGroups d3b4aab Fixed style check errors ddaa7e8 Implemented flattening in Java 09d4c88 Merge pull request #2 from annatisch/python_custom_base_uri e6020d5 Skip putComplexReadOnlyPropertyValid test for node b506747 Merge pull request #726 from amarzavery/rf 5f83d53 Adding 2 more calls to check verify setting 22870b2 Update unit test to check verify setting is propogated 9c47e05 Bumped msrestaszure version 41c60a6 Changed version updates f7694b4 Added readonly property tests for C# e90ed76 Updated nodejs and python to escape backslash and other special characters bcab81d Added documentation c824b81 Added 'putComplexReadOnlyPropertyValid' coverage 3cab694 Added support for method argument flattening cac2cca Added tests for ReadOnlyPropertyObject b67c097 Added annotation in model 7761aa7 Added test converage b00475e Added tests for ReadOnlyPropertyObject c5bade4 Bump up jackson to 2.7.1 e80ed8e Bump up jackson to 2.7.1 7d256fe Merge pull request #723 from stankovski/master dd835f9 Merge branch 'master' of github.com:Azure/autorest into rf fb0797e support for colliding x-ms-discriminator-value polymorphic discriminator in node.js b31a1f5 Pass through the connection verify setting for fetching the auth token 61d218b comment out the portable post 303 test as it causes express to hang 62397f3 Regenerated tests a4fddb1 Updated generator to use defaults and parent attr 2604337 Removed class hierarchy scanning for Model 3ba2739 Updated generator runtime reference 577c812 Cleaned up some tests db22ecb Removed superfluous changes e8db746 Merge remote-tracking branch 'refs/remotes/begoldsm/master' into python_custom_base_uri 4db1e0a bumped msrest version 025b69a Silly python 2.x url formatting 7d758c8 Fixed runtime backwards compatibility fd48d32 Merge branch 'master' of https://github.com/Azure/AutoRest into flattening daaf8b6 Added dependency on GetZip target dae0e3d Changed sequence of extension execution 4334618 Regenerated python tests 91876ba Updated generator to use new format_url 00f9f6b Exposed client.format_url in runtime 96fef13 Removed dead code 0e50ca9 Added build target to produce zip package f5649b4 Merge pull request #709 from begoldsm/master cb9f6f6 Removed 7zip folder from repo d1d4b4e Ensuring ProcessParameterizedHost only happens once. 712f962 Addressed fxcop complexity issue 357de2d Updated C# code gen to use TransformationJsonConverter 00ded52 Don't duplicate calls for Azure C# a91940c fix path. 3b8b92f Regenerate tests after sync. fa2f856 Update defining-clients-swagger.md d59ec59 Merge branch 'master' of https://github.com/Azure/autorest f66bfe9 Merge branch 'master' of https://github.com/Azure/autorest f6f22fd Added support for recursion in flattening bc72b0e remove bad file. 5f26f77 Remove some unused files and exceptions 17694e0 Remove some unused files and exceptions 309e46c Rename the location of the Azure tests 83e9a01 Merge pull request #716 from stankovski/master e5f32b3 Adding Python and Java code generators dca45a4 Added tests and code for flattening in generic extensions 98003a6 Initial fixes and tests for python c401e83 Merge pull request #715 from stankovski/master 6782515 Fixing DNX build script to honor configuration settings #714 ee6e052 Merge pull request #710 from xingwu1/generated_model_args 8c103fb Merge pull request #712 from amarzavery/rf 30b5cc7 fxcop warnings fixed b8f9e7e added this check in the normalizeclient model as that is the right place e04e7cb Fixed bug in error logging 45f352e wrap properties with single quotes if they have a dot in their name 5b3503a Merge pull request #708 from jianghaolu/packageinfofix 12cbd52 Merge pull request #711 from stankovski/flattening 090a69c Changed dot to bracket based select to support escaped dots in the path cb6bb43 Change the property name to make it more reasonable. 17e0ff5 Updated tests and fixed fxcop issues b57bed3 Fix code analyze warning. fb4b816 Runtime review cleanups 371c914 AAD updates for retrieving cached tokens 9f12754 Generator code review touch-ups e5fa164 Added AzureModelTemplate d566f50 Made flattened model serialization optional 5b7fd67 Updated runtime model deserialization fc2d764 Models take explicit args/kwargs df05744 Generate credentials.py/exceptions.py to reduce the importing to _init_.py 957f334 Fixed syncDependencies 537655f Updates based on design review 06cbccb Update swagger-extensions.md e527e0c Added generic JSON flattening converter 18d641b Switching to the right exception type after some sync changes. 5d1bb8e extra assignment, thanks travisCI! adb2951 missed json reference. 8fd69d5 try using generic parametersList c3efd7a missing slash! ahhh! b2641a0 testing to make sure the path in the id doesn't matter 7989dd5 updates for the x-ms-parameterized-host extension 0d1e6ab Merge pull request #1 from jianghaolu/bengmaster 46ed8e3 Support parameterized hosts in Java 14ecdd3 Support parameterized hosts in Java fde3889 Fix package names in package info files 387d099 Fix package names in package info files e6cfa1e regenerate all the expected test code. 5163dc0 bad merge, fixed the cshtml db8fa4d Merge branch 'master' of https://github.com/Azure/autorest 9cd892a Merge pull request #706 from jianghaolu/batchfix f1ed5a7 Fix method group naming for reserved names c583806 Remove imports for types serialized into String 6b5d032 Fix header responses & unmatched parameter mapping b6b91ff Merge pull request #704 from matthchr/master a54c688 Updates to include tests in Azure classes as well 045497b Merge pull request #705 from amarzavery/rf d9702fb Adding CompositeSwagger Modeler to CodeGenerator.sln eabc066 Merge branch 'master' of https://github.com/Azure/autorest b64fb51 Regenerate expected for tests c633856 Add missing comments to C# code 1f0167c Merge pull request #702 from jianghaolu/upgraderetrofit d370403 Merge pull request #702 from jianghaolu/upgraderetrofit 26a58b7 Merge pull request #701 from stankovski/nullable 8cf4124 Added compositeSwagger.dll to the nuspec d470dbc Removed dead code 9f2cc64 Merge pull request #703 from amarzavery/rf 58a2343 Adding CompositeSwagger Modeler definition to AutorestRelease.json b10d9b7 Fix interceptors to work with client builder 40d24bc Fix interceptors to work with client builder 0726b3f Merge branch 'master' of https://github.com/Azure/AutoRest into nullable d352f41 Added CanBeNull() method 425c93c Updates to include the general extensions for java. 29a2000 Merge pull request #696 from jhancock93/datetimeoffset bd838b1 missed commit. 3a0bde0 Change service client constructor to work with OkHttp3 43c0a52 Change service client constructor to work with OkHttp3 0ce5694 First full generation of all clients 372be73 Converted required primitive parameters and properties to be non-nullable 10c8a5a Merge branch 'master' of https://github.com/Azure/autorest a87ffb1 Fix tests to be unique. 407924a Updates for x-ms-skip-url-encoding b42083c Merge pull request #699 from stankovski/nullable 0cf748b Add test swagger and acceptance test for modeling with DateTimeOffset option 749b052 Removed unused ctors 117b682 Catching exceptions in custom Json serializers 31e1680 update to have a unique name 37da7ba Fixed Python paging 7f05a80 Fix java cshtml to have proper tabbing b66c9a5 updates to have properties behave correctly. 958da62 Update defining-clients-swagger.md e27e5c6 Merge pull request #700 from jianghaolu/androidfix aef4f93 Update defining-clients-swagger.md bc525cd Typos 6815e95 Typos 98780d4 Update retrofit & okhttp, src/ compiles 15d65d1 Update retrofit & okhttp, src/ compiles 3c5fc26 Fix LRO for post/delete 8815106 Fix LRO for post/delete 569b64a Fixed possible null ref issues 55bd112 Merged PrimaryType back into one type e39e5bd Ignore checks for Object type 8512079 Ignore checks for Object type 7c379e6 Regenerated tests ccb4ce5 Split PrimaryType into individual sub-types 3ec8648 Adding tests for C# 283ef63 erroneous paren! b542cd3 Merge branch 'master' of https://github.com/Azure/autorest 033e505 Merge pull request #695 from stankovski/composite d378bb3 Fixed Python test 43e1131 Fixed Java test 7516da7 Merge branch 'rf' of https://github.com/amarzavery/AutoRest into composite a2957e5 Addressed fxcop issue d2ac2d0 fix fxcop warnings f0ea8a0 Add UseDateTimeOffset option to CSharp generator bfd42bb cshtml fixes 612f22f added tests for nodejs and azurenodejs composite client generation 422e78d Fixed misc tests 38cbe2e Bad if logic is bad. df15e64 More cshtml fixes! 6e67073 Fixes for cshtml 928ab6f Fixes for $ref params ef30f5c Fixed C# tests 7176ad7 Addressed fxcop issues 4ecdcf6 Merge branch 'master' of https://github.com/Azure/autorest 09b789f Merge branch 'master' of https://github.com/Azure/AutoRest into composite 6ad055b Added Azure test for composite client f9c0a60 Merge pull request #694 from haocs/fix ab24af3 Implemented merging of subclients into composite client. 01fec3e Fixed code analysis error 854bc31 final cshtml fixes for spacing 039a705 Merge pull request #691 from xingwu1/master db9fda0 Added tests for composite swaggers 578b6b9 Order the function parameters: make sure the parameters without default value are in front of the parameters with default value. b6526ae Merge remote-tracking branch 'Azure/master' 2aed06f Fixes for storage c425147 Fixed a null nextpagelink bug for java 1c06964 Java Azure codegen fix 1de7cee Merge pull request #685 from haocs/list e9b51e7 Merge branch 'refs/heads/ordered_tests' 3665d3e Run tests alphabetically 14994df Merge pull request #692 from stankovski/const 4e98a41 Fixed payload flattening for constant properties 395861e Fix bug: the azure import didn't use the current enum file name. a2db78b Change the file name of service client class. 78baadc Merge branch 'master' of https://github.com/xingwu1/autorest 58bf104 Change the generated file name: api_client to (service_name)_client, and enums to (service_name)_enums. 8ffdd28 Add operation properties' comment, and change the way handle user-agent. 9df7f29 Merge branch 'refs/heads/user-agent' f812424 Add disclaimer for zzz_tests.py 2e4c8c9 tabbing and accessibility. 7a67181 two more cshtml updates. 2aa2886 Regenerate all clients dc2ca26 Fixed missing new line 69bb960 Fixed runtime proj files 13f1729 Fixes to json and cshtml 0504032 Changed user-agent setter to function a38ceaa Addressed merge conflicts 9162d20 Fixed style check error 17d731b Fixed style check error 19b5722 Fixed code analysis errors ff99171 Fixed C# import issue f17dc3b Added offset tests for ruby and python be4655e Added offset tests for nodejs 379d658 Fixed warnings e7fea55 Async, sync and tests added for Java. 52907f8 Bump up Junit version. 063c3a6 Updated tests d38c5ac hand write paging operation 272f833 Finished Async a1a888c Implementing async methods ee57f8e sync done 3097334 Paging sync method implemented. 46f3078 Interface changes bfedcca Bump up Junit version. c4ca690 hand write paging operation 0ba7883 Merge pull request #686 from amarzavery/rf 6b838bb Initial x-ms-parameterized-host changes. af2be96 Fixed fx cop and jshint warnings b0e034c Fixed fx cop warnings aeeed0c Merge branch 'master' of https://github.com/Azure/autorest 7510a6d fixed documentation for constant properties of a model 9342b45 Csharp test fixes 09cbdf0 Made user-agent header appendable d5ba96b nodejs constant fix a5387a0 Updating NodeJS to support constant composite props 6a70598 Merge branch 'master' of https://github.com/Azure/AutoRest into const 12adce5 Fixed test 8d767d0 Added support for constant composite parameters (when a model has all properties as constant) 01fc75e Improved Constants to be based on 1 enum value + required = true. Added initialization for models & method parameters with c/x types that contain constants. 5887898 Merge pull request #680 from stankovski/master 5471d11 Merge pull request #679 from xingwu1/master a41843a Added test for constants in child objects 58b75c8 Regenerated NodeJS tests 40e8e84 Generate the docstring correctly (always has ':' at end of parameter comment even there is no detail comment) 6a8c512 Merge branch 'master' of https://github.com/Azure/autorest 94693b7 Started work on custom baseUri 8c4d90c Reduce the generated python directory length. 22182dc Merge pull request #678 from amarzavery/rf 284d84e remove content-length from headers for non put/post requests 565948d Merge pull request #677 from stankovski/master dca401a Merge pull request #676 from amarzavery/rf da71664 Changing parameter validation from ERROR to WARNING 8e2bdd6 Updated package.json for runtime 97fae0c Merge pull request #675 from stankovski/master a845f34 Merge branch 'master' of github.com:Azure/autorest into rf a25dd98 strip auth headers 70871f3 Update ClientRuntime versions 01dda77 Merge pull request #674 from stankovski/const 24be98f Commented out constant tests in Python TODO: Implement constants in Python e1c9b02 Updated GlobalSuppressions.cs 11758d5 Removed content length from NodeJS code d63965c Merge branch 'master' of https://github.com/Azure/AutoRest into const 9fc270d Merge pull request #661 from xingwu1/master 0fa2f46 Suppressed fxcop errors c9a2645 Removed IsRequered=true from constants 42a82ce Added QuoteString to CodeNamer 7a3d4c4 Merge branch 'master' of https://github.com/Azure/AutoRest into const 752e735 Merge pull request #671 from matthchr/python 0247123 Re-enable python 3.5 testing cef4d4c Regenerate python comments. 7ccff7f Generate comments for all classes. 1d606b5 Merge pull request #670 from stankovski/clouderror b468f55 Addressed code review comments 0f9c4cd Implemented constants in C# code gen #281 and fixed #629 d7a583b Merge pull request #655 from stankovski/master a314ff3 Fixed casing issue causing CloudError in Azure clients to always be null #668 5e9e745 Updated tests to use MICROSOFT_MIT_NO_VERSION header 96f4288 Reverted .travis.yml 6812699 AutoRest should not include full version number in copyright notice #598 b0e9f58 Merge pull request #666 from jianghaolu/master db9e0de Fix deserialization of CloudError d095f31 Fix deserialization of CloudError 0b2b933 Merge pull request #664 from jianghaolu/jdkauth a77b083 Merge pull request #664 from jianghaolu/jdkauth 8982860 Fix check style errors 4dbc457 Fix check style errors c85d86a Add a test for user credentials d890da9 Add a test for user credentials e596418 Merge branch 'master' of https://github.com/Azure/AutoRest 21aa71d Merge pull request #658 from jianghaolu/master 4ec4160 Revert bad changes for Java build scripts cc76677 Revert bad changes for Java build scripts 4320fad Add expiration check to credentials 6cea69b Add expiration check to credentials 29af4c4 Merge pull request #637 from Azure/python 205bf79 Update clients-auth.md bbe74a3 Update defining-clients-swagger.md 252c425 Added DNX test run c0e0b4a Merge pull request #654 from stankovski/master f7f19d0 Removed ID from IResource - this change will break a number of clients that have custom CreateOrUpdateParameter objects 0342cdd Merge pull request #649 from stankovski/master 4dbb046 Bumped version to 0.15.0 3642c78 Merge pull request #648 from Azure/release0.14.0 0d50c7c Update ChangeLog.md 5bf1f27 Merge pull request #646 from stankovski/master 66f9098 Merge pull request #640 from xingwu1/python ccecaf6 Updated ChangeLog.md d920030 Merge pull request #644 from amarzavery/rf 0a7df6d Merge pull request #645 from stankovski/master 43636cd Change Microsoft.Rest.ClientRuntime.Azure.Authentication ADAL dependency to be exact 9868ff4 Update the python generated based on Denis's feedback. da7e489 Improve message 4efe1c3 Merge pull request #643 from stankovski/master 3475f6d Change summary on validate method #439 9722dc6 Merge branch 'refs/heads/generic_requests' into python f87e05c Removed redundant config fe235da Moved around some docstrings 6a5d599 Merge pull request #636 from jianghaolu/master 5b48512 Merge remote-tracking branch 'refs/remotes/origin/python' into generic_requests 679ff7b Cleanups to runtime setup, docstrings a6cc525 Remove the extra line at end of file. 816103a Update clients-auth.md 57df589 Move gradle properties into a centralized one 21c865f Move gradle properties into a centralized one d41447f Merge pull request #625 from stankovski/master ffd3426 Clean up gradle build scripts 451039a Clean up gradle build scripts d57b0a5 Merge pull request #635 from xingwu1/python 850aad4 Update python after merge with master: c861711 Rename operations to end in 'Operations' c915ebe Merge branch 'master' into python1 952c455 Removed HttpResponseMessageStream and fixed failing C# tests bf09f66 * Code review feedback * Added SerializationException - if JSON deserialization fails, the exception should capture the response body #527 0f75401 Merge pull request #630 from jianghaolu/renaming a178b9f Merge branch 'master' of https://github.com/Azure/AutoRest a8bb504 Added logic to dispose HttpRespose and HttpRequest when returning just the body de5c1bb Rename azure runtime's package to com.microsoft.azure bea518e Rename azure runtime's package to com.microsoft.azure 53efbd5 Use the client referenced mapper adapter 6080e9f Use the client referenced mapper adapter 9138a39 Rename JacksonUtils to JacksonMapperAdapter 25e31d5 Rename JacksonUtils to JacksonMapperAdapter 186ca10 Merge pull request #623 from xingwu1/python 2248541 Merge pull request #627 from amarzavery/optional a8d2ac0 published runtimes a417c3b missing semiclon 4f4b244 Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 10eb794 jslint fix 5b6705f jslint fix 8e8426a regenerated code and clientruntime changes 3a78081 stripped versions of request and response as error object properties. 3927c49 Updated requests dependencies 4fd4081 Added disposal to RetryHandler for HttpResponseMessage b99ba7e Merge pull request #626 from jianghaolu/androidsample 621d28e Android authentication updates from sample 2e08ff5 Android authentication updates from sample e340de3 Wrapped C# request and response in a new object to avoid being disposed #624 [Delivers #110445462] 92f062d Node.js:updates to generic and azure clientruntime ced91b3 Added stream parameter to runtime 770ba7f headers default to None c984b32 Get rid of unnecessary stream parameter. 3be0deb Callback only use when upload/download stream f548b86 static token cache 111f14d static token cache 5ce40c1 Tox fixes 185ec6d Merge branch 'refs/heads/test-upload' into python ba43d8f Updated streaming callbacks d3339f7 Merge pull request #621 from stankovski/internal 3fcb214 Merge branch 'refs/heads/anna-local' into test-upload 2e18bac Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local ba3dd94 Added license headers 7b41b4e Fix the model/method class comment dbb60aa Finished implementation of internal ctors in C# and adds tests #618 [Delivers #106698204] 11aa6c1 Merge branch 'master' of https://github.com/Azure/AutoRest into internal ae343a8 Add ability to specify code gen settings via swagger spec #619 [Fixes #111791860] Add setting for C# gen to specify constructor protection level #618 [Fixes #106698204] 5c618ea Merge branch 'refs/heads/anna-local' into test-upload ff1248d Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local a1344ee Merge pull request #575 from xingwu1/python 3a8695d Update python code generator: ac0252e Merge pull request #620 from amarzavery/optional 35a6e81 Escape single quotes in the url for nodejs codegen 127610d Merge pull request #612 from iouri-s/patch-1 dd5f017 Merge branch 'refs/heads/anna-local' into python 01d3f53 Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local b8660f7 Reformatted model equality for flake8 50105af Merge pull request #610 from stankovski/client-request-id 3606ea6 Merge branch 'refs/heads/anna-local' into test-upload 2f6d22d Update python coverage pass requirements 2bdf346 Update coverage ignore strings to ignore .tox 1344bcb Fix issue in linux where node server doesnt exit 6cb7f57 Fix python failures related to shell execution 02187d9 Reduce the required code coverage for msrestazure 8f8bb72 Temporarily remove python 3.5 from tox validation 9c80c21 Fix travis for python f0d9da2 Added default value for LongRunningOperationRetryTimeout and fixed NodeJS code gen bd9640c Merge branch 'refs/heads/anna-local' into python 66e350f Fixed dict default f56637c Merge pull request #616 from jianghaolu/master 3c4e5a2 Add Android build doc to README 941f40a Updated documentation 922a963 Renamed paged.items to current_page fb5d653 Removed unnecessary utils require f52c2df Suppressed fxcop errors e9c5651 Merge pull request #611 from jianghaolu/batchfixes 5c44f6c More review edits 4641d2d Change ClientRequestId to GenerateClientRequestId e231f2f Handle null content in async operations 7118bdc Add test on response typed headers 7de84cd Add custom serializer for okhttp Headers 6c382b1 Add custom serializer for okhttp Headers 4045723 Added tests for ClientRequestId in Client 8bcfa71 updating clientruntime version to 2.0 c257b3b Removed paging collection magic methods 32849aa Revert "Removed paging collection magic methods" 816d619 Removed paging collection magic methods 03b4c1a Merge pull request #608 from stankovski/client-runtime c06db7d Updated NodeJS code gen to use clientRequestId from client 863ace5 Moving ClientRequestId to client 1bed78c Added NodeJS test e600220 Suppressed fxcop error 5aa2897 Updated code generator to populate ClientRequestId on CloudException 0aea0db Merge branch 'master' of https://github.com/Azure/AutoRest into client-runtime 8d2f4dc Revved up ClientRuntime 198949e Added RequestId to CloudException ce26b35 Merge pull request #607 from jianghaolu/batchfixes 0ca1769 Support android flow a9aefc2 Support android flow c7b1e66 Removed ordered models 9146a6f Merge pull request #606 from amarzavery/optional 7e859f1 Updated formdata uploads d98e102 Merge branch 'master' of github.com:Azure/autorest into optional cc59645 Improved Error handling 05391f4 Merge pull request #605 from matthchr/feature/rfc1123-datetime-kind-fix fa0c70f Fix bug with Rfc1123 dates related to DateTimeKind 2e475df Merge pull request #604 from jianghaolu/batchfixes 2cd9325 Move credentials setup after custom headers 8f07c84 Fix user agent header 1991445 Fix user agent header 28b3e49 Add content-type headers to requests 014740c Merge pull request #603 from amarzavery/optional 4c4bde7 updated jshint rc and clientruntime version numbers 1d60861 Support for Stream and Object Primary Types 43c569f minor fix 5500551 minor changes to pagetemplate model 7d17602 Merge pull request #602 from amarzavery/optional 73d925d Updated message string constant to 1.5 version of ms-rest and ms-rest-azure 41b4384 regenerated after pulling from upstream 0b846f4 Merge branch 'master' of github.com:Azure/autorest into optional ade6297 simplified parsing of CloudError 13ce073 Merge pull request #591 from matthchr/feature/header-return-fix 10ec8ea testing file upload b2b2818 Merge branch 'master' into feature/header-return-fix 4988741 Merge pull request #590 from amarzavery/optional dc2ce3d Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 44e7426 jshint fixes 913d3a4 jshint fixes 47cd2ca fix fxcop warnings 51f241a code generation changes e8a4aca clientruntime changes 9d4e732 Merge pull request #597 from stankovski/clientruntime-1.8.2 a828b05 Updated gulp-runtime-version-sync.js and re-ran against the latest code b45e6a5 Updated NugetPackageTest ClientRuntime version 031dfe5 Merge pull request #595 from stankovski/master e59b643 Fixed CustomSettings behavior when taken from autorest.json (issue #589) ff4e1c5 differentiate between parameter flattening and grouping d8a1a88 Merge pull request #594 from jianghaolu/master 1087a41 Merge pull request #592 from stankovski/master 4fee3d4 Fix issue with produces/consumes a183014 Fix URL handling in Retrofit 2.0 eb5235c Merge pull request #593 from jianghaolu/master 0c9f9d0 Fix java import and parameter grouping 77ac148 Fixed test a010746 Add HeadException tests 5c278a4 Merge branch 'master' of https://github.com/Azure/AutoRest 8560b60 Merge pull request #588 from jianghaolu/android fb42694 Fixed constructor when -AddCredentials is used and there are no other client properties (issue #570) a3e9c00 Regenerate test code d37a0ea Fix gulp build issues 5ecc6a1 specified moment as a dependency d3c7fe9 fxcop & clientruntime fixes. removed unrequired code. b46837e clientruntime changes 0f3da06 moved back to storage for azure nodejs tests 0af4ea3 all tests passing 89a0c08 code commit 1578def Add missing addons for android build cf11017 Merge remote-tracking branch 'refs/remotes/origin/python' into anna-local 7de1917 Fix bug with "Produces" not being honored 191e31b Update python generator based on feedback: d6327d1 Replaced integers with logging constants 031dbca Fix pagable method param group bug 6dfab6d Update handling of headers 7993bfd Merge remote-tracking branch 'Azure/python' into python1 35a71d2 Add authentication lib build to gulp 33e9edc Add android to travis build 5a21d07 Include Java auth libraries in gulp ad98381 Split JDK/Android authentication libraries from runtime 4c481c9 Split JDK/Android authentication libraries from runtime c75bcb0 Split authentication into JDK and Android 5669d0f Split authentication into JDK and Android e4bd945 Add android authentication library 5236ce7 Add android authentication library 8670ca4 Corrected model equality and sortability 8bf26c0 Merge pull request #586 from Azure/master a203a95 Merge branch 'master' of github.com:Azure/autorest into optional 85530fe Update swagger-extensions.md cb7df7c Update swagger-extensions.md 58086c1 Merge pull request #585 from jianghaolu/paginggrouping bff0b7a Merge pull request #587 from stankovski/master ae8657b Fixed body-formdata.json spec 1578b5f Fixed azure tests cf20ad3 Added docstrings, review fixes, bug fixes 5784b84 Fix suppresion file encoding 8912269 Support scenario for grouping partially header params 65ac200 polymorphicdiscriminator support for deserialization 1ad1b1c polymorphic serialization in clientruntime 91d6d0c [fixes #109931270] Support reusing grouping types for paging next operation 8dd33d7 [fixes #109931270] Support reusing grouping types for paging next operation e6e4cf9 Fix the suggestion in code review. f3f65c5 modified PageTemplateModel 5f80292 reconstructed model mapper for serialization and deserialization 2350e02 able to generate model mapper d89ecad Merge branch 'master' of github.com:Azure/autorest into optional fc7b513 added constraints validation in the serializer 7204e00 Implemented deserialization with ResourceFlattening and Paging support 3d5cfdf serialization looks decent 5e5c95a resource flattening a5bb44c Merge pull request #578 from stankovski/master 0a7c614 Updated documentation 591f68b Fixed parsing of x-ms-request-id and x-ms-client-request-id 70331db Merge branch 'master' of https://github.com/Azure/AutoRest 3e944f1 Updated schema and removed one layer from x-ms-request-id and x-ms-client-request-id extensions 9c3568c Fixed x-ms-paths d0521fc Merge pull request #577 from stankovski/master d2fae5c Fixed x-ms-external definition d65595f Merge branch 'optional' of github.com:amarzavery/AutoRest into optional 5b4e928 serialization in ms-rest 6a2e2c9 serialization in ms-rest f9cd626 Update swagger-extensions.json f9b49df Merge pull request #576 from stankovski/master 726d752 Added schema for AutoRest swagger extensions b17b0ee Update the code generator for cleanup. 130fb65 Add gulp step to install tox before python tests 67f7468 Updated user-agent config f90bfac Update client runtime for bug fixes. 3db1c7b Default item name should be "value" instead of "values". f3ce76e Fix flake8 issue and update test codes. cb0866c Fixed parameter encoding bac92b6 Azure Python will return bool for HEAD operation. 9f98cea Update python clientruntime. e8f366a Enable flatten resource on generated code. 3b8d654 Update Flake8 to have line length max = 100 b32a4c1 More LRO and paging tests 631fc71 Add gulp integration for Python tests f227624 Update azure python generator. f0ea311 Update the serialization code for path/query/header. Enable stream support. 70eb2ab Add test cases and fix bugs. 077c8fd Header parameter isn't set correctly. Don't generate listNext function since we already handle in Paged class. 86b24cc Updates to serialization for date, rfc and bytes b2e1d3f Init check in for azure python generator. 239753f Better handling for bool and bytes deserialization 7238298 Update model to import the base model class. 6c30cfd proposal for sequence serialization 6b0f104 Add setup.py for python generator, add Polymorphic support. 5d08875 Fix python enum generator e2b67b7 Add Tox support for Python af16f6c Update python code generator, remove useless methods. 3836c3d Improve python client runtime. c6418ce Fix generic generator bugs. 66049a1 Update client runtime. c725a8a Update python generator. 209358b Moved paging into generic runtime, added proper enum support f8b80da Python code generator first draft. 9aa1cbe Update msrestazure. 08470e3 Add python code generator place holder. 3aa5018 Init with new python client runtime. ffe48e7 Fixed schema table formatting e0966ef Update defining-clients-swagger.md e9b7c60 Merge pull request #574 from stankovski/master 6418c00 Addressed code review feedback eec67d5 Added remaining extensions cac9ae4 Added documentation on Swagger extensions beeeb54 Merge pull request #573 from amarzavery/optional 3e7e803 updated ms-rest-azure to 1.4.0 4f5f52d Merge pull request #572 from amarzavery/optional 721f560 regenerated nodejs code and fixed a test 32c516d Merge branch 'master' of github.com:Azure/autorest into optional ed6d514 Updated Error handling for NodeJS b6b54ed Downgraded client runtime to 1.8.2 29cba16 Merge pull request #571 from stankovski/master 3b392a2 Addressed code review feedback e8ffaa3 Fixed fxcop issues 0d8ec16 Regenerated tests 9a39186 Added OperationName property to x-ms-pageable cc3e772 Merge pull request #569 from stankovski/master 4587cfe FXCop suppressions …
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
...into a standalone interface to use as the base.
Updating all the affected interfaces and implementations
(per Jianghao's suggestion)