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

First version of Confidential Ledger Python SDK #17951

Merged
merged 50 commits into from
May 7, 2021
Merged

First version of Confidential Ledger Python SDK #17951

merged 50 commits into from
May 7, 2021

Commits on Apr 9, 2021

  1. bring in working files

    lynshi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    34f70d1 View commit details
    Browse the repository at this point in the history
  2. update pipeline files

    lynshi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    0ba935b View commit details
    Browse the repository at this point in the history
  3. changes from new template

    lynshi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    9007b6d View commit details
    Browse the repository at this point in the history
  4. pass tests

    lynshi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    98a8628 View commit details
    Browse the repository at this point in the history
  5. update changelog

    lynshi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    59d1681 View commit details
    Browse the repository at this point in the history
  6. test Reader enum too

    lynshi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    92eb437 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. address pr comments

    lynshi committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    50ffc10 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. new recordings

    lynshi committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    53c31d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    fa2781b View commit details
    Browse the repository at this point in the history
  2. readme wip

    lynshi committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9233592 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. update readme, two parts left

    lynshi committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    af1e019 View commit details
    Browse the repository at this point in the history
  2. no more aio warnings

    lynshi committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    1e92dff View commit details
    Browse the repository at this point in the history
  3. complete readme

    lynshi committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e249d95 View commit details
    Browse the repository at this point in the history
  4. typo

    lynshi committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5bad0fd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. add missing __init__ files

    lynshi committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    0866703 View commit details
    Browse the repository at this point in the history
  2. update readme

    lynshi committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    71be4ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83cf5be View commit details
    Browse the repository at this point in the history
  4. change credential scopes

    lynshi committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    50fa1ab View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. fix typo

    lynshi committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b2f50ca View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. address apiview comments

    lynshi committed May 4, 2021
    Configuration menu
    Copy the full SHA
    c93d5e9 View commit details
    Browse the repository at this point in the history
  2. pipeline fix

    lynshi committed May 4, 2021
    Configuration menu
    Copy the full SHA
    9873b46 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    cde7ab5 View commit details
    Browse the repository at this point in the history
  2. bump msrest version

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    5e55baf View commit details
    Browse the repository at this point in the history
  3. add network cert as constant

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6704c00 View commit details
    Browse the repository at this point in the history
  4. recordings tests passed

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    51fb614 View commit details
    Browse the repository at this point in the history
  5. add comment

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    08de186 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6143094 View commit details
    Browse the repository at this point in the history
  7. more trailing commas removed

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b0e7807 View commit details
    Browse the repository at this point in the history
  8. ci fixes

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6a1f523 View commit details
    Browse the repository at this point in the history
  9. need_msrestazure = true

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    94c457f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9927183 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd07540 View commit details
    Browse the repository at this point in the history
  12. remove localization

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0a786ab View commit details
    Browse the repository at this point in the history
  13. more fixes for ci

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    ea33185 View commit details
    Browse the repository at this point in the history
  14. update links in readme

    lynshi committed May 5, 2021
    Configuration menu
    Copy the full SHA
    cc8cd49 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. no from e in python 2.7

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    94cf735 View commit details
    Browse the repository at this point in the history
  2. fix super for 2.7

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    c716de6 View commit details
    Browse the repository at this point in the history
  3. update readme

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    772f141 View commit details
    Browse the repository at this point in the history
  4. update comment

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    7c3ebae View commit details
    Browse the repository at this point in the history
  5. fix test packaging

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    63d7468 View commit details
    Browse the repository at this point in the history
  6. update dependencies

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    d33a5bf View commit details
    Browse the repository at this point in the history
  7. add pylint ignore

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    4686c71 View commit details
    Browse the repository at this point in the history
  8. fix for 2.7

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    eed0753 View commit details
    Browse the repository at this point in the history
  9. _generated folder

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    c88196e View commit details
    Browse the repository at this point in the history
  10. pylint

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    4fcab9c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86cc3e8 View commit details
    Browse the repository at this point in the history
  12. consume codegen changes

    lynshi committed May 6, 2021
    Configuration menu
    Copy the full SHA
    b42651a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. update readme

    lynshi committed May 7, 2021
    Configuration menu
    Copy the full SHA
    809e602 View commit details
    Browse the repository at this point in the history
  2. fix typo

    lynshi committed May 7, 2021
    Configuration menu
    Copy the full SHA
    792abe7 View commit details
    Browse the repository at this point in the history
  3. change wording

    lynshi committed May 7, 2021
    Configuration menu
    Copy the full SHA
    e9b4960 View commit details
    Browse the repository at this point in the history