Skip to content
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

LLC #875

Merged
merged 174 commits into from
Jul 14, 2021
Merged

LLC #875

merged 174 commits into from
Jul 14, 2021

Commits on Jan 20, 2021

  1. temp

    iscai-msft committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    6549ef5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      regen and move code model specific args to metadata.json (#867)
    iscai-msft committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    1b87d8e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    a78dc5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    647574d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    a790523 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. make work for lro

    iscai-msft committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    50c486f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. make work for paging

    iscai-msft committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    8a158f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. fix response headers

    iscai-msft committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    71e007f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da9058 View commit details
    Browse the repository at this point in the history
  3. fix lro + paging

    iscai-msft committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    cecae05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b6bb32 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      Catch deserialize error (#870)
    iscai-msft committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    02921e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2005c06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8a5089 View commit details
    Browse the repository at this point in the history
  8. deal with flattening

    iscai-msft committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    648b065 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. fix multipart

    iscai-msft committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b5e1b7a View commit details
    Browse the repository at this point in the history
  2. fix multiple media types

    iscai-msft committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    be49a4d View commit details
    Browse the repository at this point in the history
  3. grouping

    iscai-msft committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    5d14e43 View commit details
    Browse the repository at this point in the history
  4. fix xml

    iscai-msft committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    982dd37 View commit details
    Browse the repository at this point in the history
  5. fix multiapi

    iscai-msft committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    7f5c2f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f33e8e View commit details
    Browse the repository at this point in the history
  7. pylint and mypy

    iscai-msft committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    879a8f3 View commit details
    Browse the repository at this point in the history
  8. fix unittests

    iscai-msft committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1b97770 View commit details
    Browse the repository at this point in the history
  9. fix operation spacing

    iscai-msft committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    dfe3b73 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    0036595 View commit details
    Browse the repository at this point in the history
  2. remove _body = _body

    iscai-msft committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    d2dd25c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    553c19f View commit details
    Browse the repository at this point in the history
  2. merge autorestv3

    iscai-msft committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    02fd740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4035381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d1d75b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      Update ChangeLog.md
      catch up with tests (#879)
      Increase m4 (#877)
      add new xml tests (#878)
    iscai-msft committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    5f5c57c View commit details
    Browse the repository at this point in the history
  6. fix pylint

    iscai-msft committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9c515f8 View commit details
    Browse the repository at this point in the history
  7. fix mypy

    iscai-msft committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    93b1104 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. fix unittests

    iscai-msft committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b5d606e View commit details
    Browse the repository at this point in the history
  2. fix media types

    iscai-msft committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a90b361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40c324e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      make m4 version a min version
    iscai-msft committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    c4cbfe5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      Update package.json
      bump autorest core version (#880)
    iscai-msft committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    04caf48 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      regen samples (#881)
    iscai-msft committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ca14ed4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      add invoke to client (#873)
    iscai-msft committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    82e7647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8f1c2 View commit details
    Browse the repository at this point in the history
  3. fix pylint

    iscai-msft committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    03c7b73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8442ef View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    8655bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1482c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    586f525 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a6fb4b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    4e6ec75 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      skip tests (#891)
      fix debugging (#890)
    iscai-msft committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f31bbe4 View commit details
    Browse the repository at this point in the history
  2. request -> preparer

    iscai-msft committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    c6d8525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21ef574 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    0da4930 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    2d899d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1e933 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    ab2f103 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    4b0df76 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. add low-level-client flag

    iscai-msft committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    7e810aa View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    82c6da3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      remove output folder if generation went bad
      Add help-content (#898)
      Update package.json
      Update ChangeLog.md
      Fix: Loading 'python' nested config (#897)
    iscai-msft committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    48a4f0a View commit details
    Browse the repository at this point in the history
  3. add 'johan' flag

    iscai-msft committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8d3fb4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57d39fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    089099b View commit details
    Browse the repository at this point in the history
  6. add preparer docstrings

    iscai-msft committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    5e30834 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. add preparer docstrings

    iscai-msft committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    66df441 View commit details
    Browse the repository at this point in the history
  2. temp

    iscai-msft committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    813d39f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbe680f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa8d7c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. add content type tests

    iscai-msft committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e5bcdb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    feae12d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62953b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fbf9cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7b292d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f74c668 View commit details
    Browse the repository at this point in the history
  6. make body kwargs optional

    iscai-msft committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    d9bee54 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. url

    iscai-msft committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    cda8703 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    825bf80 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    e74e3dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e987f0 View commit details
    Browse the repository at this point in the history
  3. add vendor flag

    iscai-msft committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    1dce813 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'prepare_request' of https://github.com/Azure/autorest.p…

    …ython into prepare_request
    
    * 'prepare_request' of https://github.com/Azure/autorest.python:
      get internal request in send_request
    iscai-msft committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    e2ba64a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. add streaming

    iscai-msft committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    68b2e5c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      fix multiapi generation when there are no mixin operations (#928)
    iscai-msft committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f449582 View commit details
    Browse the repository at this point in the history
  2. temp

    iscai-msft committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0a71bec View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. temp

    iscai-msft committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d39ea93 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    0276805 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    8b51709 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    4a8dedd View commit details
    Browse the repository at this point in the history
  2. temp

    iscai-msft committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    68f4da3 View commit details
    Browse the repository at this point in the history
  3. start azure llc tests

    iscai-msft committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    dcbe84d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. clean up code

    iscai-msft committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    9d70b30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3837e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. temp

    iscai-msft committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    624a5e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    009713e View commit details
    Browse the repository at this point in the history
  2. no models

    iscai-msft committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    f2329b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8505ff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. get farmbeats working

    iscai-msft committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b028893 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    bc1bbfc View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. improve json templating

    iscai-msft committed May 4, 2021
    Configuration menu
    Copy the full SHA
    df21b4d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      combine method signature function (#942)
      Update operations.md
      Update operations.md
      poll by default for data plane (#936)
      don't split docstrings on hyphens (#931)
      Update initializing.md
    iscai-msft committed May 4, 2021
    Configuration menu
    Copy the full SHA
    53d73bd View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. temp

    iscai-msft committed May 7, 2021
    Configuration menu
    Copy the full SHA
    0d72b79 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. rename llc aka link

    iscai-msft committed May 11, 2021
    Configuration menu
    Copy the full SHA
    dff7fb1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. improve serializers

    iscai-msft committed May 12, 2021
    Configuration menu
    Copy the full SHA
    b085c97 View commit details
    Browse the repository at this point in the history
  2. fix lro paging generation

    iscai-msft committed May 12, 2021
    Configuration menu
    Copy the full SHA
    70fd3b5 View commit details
    Browse the repository at this point in the history
  3. change test generation

    iscai-msft committed May 12, 2021
    Configuration menu
    Copy the full SHA
    6de4c82 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'improve_serializers' of https://github.com/Azure/autore…

    …st.python into prepare_request
    
    * 'improve_serializers' of https://github.com/Azure/autorest.python:
      change test generation
      fix lro paging generation
      improve serializers
    iscai-msft committed May 12, 2021
    Configuration menu
    Copy the full SHA
    843bea3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    602e240 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. add serializers

    iscai-msft committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b97532e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. temp

    iscai-msft committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c063011 View commit details
    Browse the repository at this point in the history
  2. most vanilla passing

    iscai-msft committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ba50ed8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. temp

    iscai-msft committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b3cb391 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. temp to generate synapse

    iscai-msft committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    37580b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. temp

    iscai-msft committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    3a5efc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    78aef80 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. switch _rest to rest

    iscai-msft committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    26630dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    608ad98 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    50dc877 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    3328993 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    b0edf6c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. vanilla llc passing

    iscai-msft committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d97bc6e View commit details
    Browse the repository at this point in the history
  2. temp

    iscai-msft committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ed9270a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. azure tests passing

    iscai-msft committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    77b1d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8115b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. temp

    iscai-msft committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    98c9ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edca270 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      Update ChangeLog.md
      fix lro parameterization with constant params (#968)
      Update package.json
      Update ChangeLog.md
      fix content type kwarg (#956)
      if constant is optional, don't force to value (#952)
      add support and tests for anything (#946)
    iscai-msft committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    b559dc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e65899 View commit details
    Browse the repository at this point in the history
  5. multiapi generating

    iscai-msft committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    fbda5bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12bca7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a061c91 View commit details
    Browse the repository at this point in the history
  8. regen with new show flags

    iscai-msft committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    3cbc5b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e602c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. regen

    iscai-msft committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b7b73d8 View commit details
    Browse the repository at this point in the history
  2. fix whitespace

    iscai-msft committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    c0965d4 View commit details
    Browse the repository at this point in the history
  3. lint and mypy wip

    iscai-msft committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9046573 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'llc_m4_flags' of https://github.com/Azure/autorest.python

    … into prepare_request
    
    * 'llc_m4_flags' of https://github.com/Azure/autorest.python:
      Disable LLC and M4 conflicts
    iscai-msft committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    12bef9d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    eb7b77d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5587303 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48bc81 View commit details
    Browse the repository at this point in the history
  4. lint and mypy

    iscai-msft committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    c244152 View commit details
    Browse the repository at this point in the history
  5. add llc steps

    iscai-msft committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    03aed7b View commit details
    Browse the repository at this point in the history
  6. fix circular imports

    iscai-msft committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6abe67d View commit details
    Browse the repository at this point in the history
  7. fix unittests

    iscai-msft committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    45b4ee1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8c929f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    940898e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d8e09d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d45a845 View commit details
    Browse the repository at this point in the history
  12. lint

    iscai-msft committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    be7018e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b2ce27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70e0dbc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cc0123f View commit details
    Browse the repository at this point in the history
  16. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      Disable LLC and M4 conflicts (#969)
    iscai-msft committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6b9eaf3 View commit details
    Browse the repository at this point in the history
  17. remove vendor flag

    iscai-msft committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    9e6383d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. fix param grouping tests

    iscai-msft committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    64cf1ca View commit details
    Browse the repository at this point in the history
  2. add model flattening tests

    iscai-msft committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    4fc2f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2130ab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9901ce6 View commit details
    Browse the repository at this point in the history
  5. fix param groupign tests

    iscai-msft committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    b29fcfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b4e52e View commit details
    Browse the repository at this point in the history
  7. try vanilla llc coverage

    iscai-msft committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    75e5371 View commit details
    Browse the repository at this point in the history
  8. pylint

    iscai-msft committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5e8b87e View commit details
    Browse the repository at this point in the history
  9. add coverage for llc

    iscai-msft committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    11339e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61409d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3236278 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    803e9cc View commit details
    Browse the repository at this point in the history
  13. pylint

    iscai-msft committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    caae78b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e801651 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    55fbdb3 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'autorestv3' of https://github.com/Azure/autorest.python

    …into prepare_request
    
    * 'autorestv3' of https://github.com/Azure/autorest.python:
      fix case of grouped parameter + reserved property name (#970)
      remove all hosts from global parameters (#972)
    iscai-msft committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    51f578c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    1e70958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067d76e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8235624 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6c1011 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8569cd View commit details
    Browse the repository at this point in the history
  6. fix pylint

    iscai-msft committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d3a7e0c View commit details
    Browse the repository at this point in the history