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

616 Коммитов

Автор SHA1 Сообщение Дата
Michael Yanni d2302d6d01 Remove autorest -g install from readme. 2020-02-27 16:56:32 -08:00
Michael Yanni 0ac3f901dc Add displayname. 2020-02-27 16:52:47 -08:00
Michael Yanni e77c4837c5 Update build task to only use node 13. 2020-02-27 16:48:37 -08:00
Michael Yanni cc6e8df18e Updated node and now the generation is fixed. 2020-02-27 16:43:10 -08:00
Michael Yanni 02f8d9e404 Fix concat order as to be the same as it was previously. 2020-02-27 15:57:25 -08:00
Michael Yanni 9857bb4780 Missed xml-service from generation. 2020-02-27 15:40:44 -08:00
Michael Yanni a8accc8016 Removed information message. 2020-02-27 15:36:57 -08:00
Michael Yanni 7c68e16d8f Regeneration after merge. 2020-02-27 15:33:45 -08:00
Michael Yanni c765f89432 Merge branch 'feature/v3' into version-update-3.0.6237
# Conflicts:
#	test/TestServerProjects/paging/CodeModel.yaml
2020-02-27 14:58:44 -08:00
Michael Yanni f2574a6171 Changes from regeneration. 2020-02-27 14:54:43 -08:00
Michael Yanni 81081b5ee2
Merge pull request #448 from MiYanni/lro-support
LRO support (JSON only)
2020-02-27 14:39:37 -08:00
Michael Yanni 88f59abbe3 Manually fixing the yaml diff. 2020-02-27 14:05:38 -08:00
Michael Yanni a3e17fdee6 Regen to attempt to fix failures. 2020-02-27 13:42:11 -08:00
Michael Yanni cc70c382e7 Some cleaning. 2020-02-27 13:28:34 -08:00
Michael Yanni 1214355b53 Did autorest --reset to resolve generation properly. 2020-02-27 12:59:52 -08:00
Michael Yanni d47c075f4e More ignoring. 2020-02-27 12:48:33 -08:00
Michael Yanni e033b58666 Address comment. 2020-02-27 11:38:44 -08:00
Michael Yanni 11381f4a9b Address feedback (removed scenario encapsulation). 2020-02-27 11:32:55 -08:00
Michael Yanni 26d991f4f9 Testing for failures with new AutoRest version. 2020-02-26 17:10:15 -08:00
Michael Yanni c3ad473e20 Address more review comments. 2020-02-26 13:55:02 -08:00
Pavel Krymets f1a1ab6295
Add an ability to customize properties (#456) 2020-02-26 13:06:29 -08:00
Michael Yanni 6f82a57f88 Address more review comments. 2020-02-26 10:50:38 -08:00
Michael Yanni f316eab4b8 Addressing more comments. 2020-02-25 18:50:07 -08:00
Michael Yanni 4f7b90a046 Addressing feedback. 2020-02-25 17:06:59 -08:00
Michael Yanni 2e3127a90e Reverted blank line fix. 2020-02-25 15:29:44 -08:00
Michael Yanni c7009b89c8 Re-enabled diffing for CodeChecks.ps1. Added useSimplePipeline for testing, and re-enabled the 4 previously ignored tests. 2020-02-25 14:44:49 -08:00
Michael Yanni 8b7fc51d8f Updating AutoRest versions. 2020-02-25 14:30:14 -08:00
Michael Yanni 375da61fe5 Ignore test failures based on test server pipeline construction. 2020-02-25 13:53:35 -08:00
Michael Yanni c50cb72dab Disabled downloading shared source and code diffing. 2020-02-25 11:49:51 -08:00
Michael Yanni 80eb70fb30 Disabling downloading of shared source. 2020-02-25 11:34:57 -08:00
Michael Yanni e70b71c760 Made it so failed and canceled terminal states throw. 2020-02-25 11:04:55 -08:00
Michael Yanni f134d8258e Added issue for given test scenarios. 2020-02-24 15:46:52 -08:00
Michael Yanni db55165792 Fixed 1 LRO scenario. 2020-02-24 14:49:37 -08:00
Michael Yanni d62d318611 Regeneration after merge. Fixed a minor issue 2020-02-24 14:27:03 -08:00
Michael Yanni 6799c0cf6c Merge branch 'feature/v3' into lro-support 2020-02-24 11:54:26 -08:00
Michael Yanni ab811ca4db Code cleanup. 2020-02-24 11:50:56 -08:00
Michael Yanni 64b0c8f0a3 Fixed a few issues. Actually completed the initial set of working tests!!! 2020-02-21 17:52:47 -08:00
Michael Yanni 1c26bdd11f Investigated more tests. Fixed a small issue. 2020-02-20 18:15:16 -08:00
Michael Yanni 0c780f80f0 Created all tests (they aren't actually tested yet). 2020-02-20 14:49:55 -08:00
Michael Yanni 4c0968f98a Updated diagram and code to match it. Still has some test failures that need investigated. 2020-02-19 17:50:33 -08:00
Michael Yanni e10ae0683e Trying to get more tests working, but the implementation is wrong. 2020-02-18 18:57:39 -08:00
Michael Yanni bc5e35b149 More cleanup. Implemented a few more tests. 2020-02-14 17:06:28 -08:00
Michael Yanni bcb5c49f39 Fixed several issues with LRO processing. No longer recalculating data that is known upfront. A few tests are starting to succeed. 2020-02-14 16:03:09 -08:00
Michael Yanni ee8ebc9e69 Added logic based on updated diagram. Now uses final-state-via. However, the tests are broken that previously worked. 2020-02-13 19:13:24 -08:00
Michael Yanni 15c2c4d6b6 Added logic to generate the Create/Start Operation methods. 2020-02-13 14:56:39 -08:00
Michael Yanni 200dd0d280 Removed the necessity of OperationFactory. Moved func code directly into an Operation type in ArmOperationHelpers. 2020-02-12 17:24:39 -08:00
Michael Yanni 4a0500fc73 Fixed sync/async generated layer to make sense. More cleanup incoming. 2020-02-12 15:50:40 -08:00
Michael Yanni 17542be43b Began fixing the async/sync issues. Now, I'll reduce the complexity of everything (remove OperationFactory). 2020-02-12 14:40:30 -08:00
Michael Yanni d80d2e72cf Figuring out adjustments for OperationFactory to do sync properly. 2020-02-12 11:05:27 -08:00
Pavel Krymets ff134c8e79
Update to the latest m4 (#444) 2020-02-12 11:04:40 -08:00