Commit 0c8125f
authored
First version of Confidential Ledger Python SDK (Azure#17951)
* bring in working files
* update pipeline files
* changes from new template
* pass tests
* update changelog
* test Reader enum too
* address pr comments
* new recordings
* keyword only interval and retries
* readme wip
* update readme, two parts left
* no more aio warnings
* complete readme
* typo
* add missing __init__ files
* update readme
* change credential scopes
* fix typo
* address apiview comments
* pipeline fix
* remove test.yml because we cannot run live tests yet
* bump msrest version
* add network cert as constant
* recordings tests passed
* add comment
* remove f-strings and no trailing comma in method signature
* more trailing commas removed
* ci fixes
* need_msrestazure = true
* fix remove msrestazure dependency in identity service test
* identity test uses None for credential
* remove localization
* more fixes for ci
* update links in readme
* no from e in python 2.7
* fix super for 2.7
* update readme
* update comment
* fix test packaging
* update dependencies
* add pylint ignore
* fix for 2.7
* _generated folder
* pylint
* super-with-arguments not in pipeline pylint
* consume codegen changes
* update readme
* fix typo
* change wording1 parent 5b60a79 commit 0c8125f
File tree
95 files changed
+36745
-0
lines changed- sdk/confidentialledger
- azure-confidentialledger
- azure
- confidentialledger
- _generated
- _generated_identity
- v0_1_preview
- aio
- operations
- models
- operations
- _generated_ledger
- v0_1_preview
- aio
- operations
- models
- operations
- aio
- identity_service
- aio
- tests
- recordings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+36745
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 470 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 46 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments