-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Certs Sync #6353
Closed
Closed
Certs Sync #6353
Changes from 16 commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
84e325f
working test case
samvaity 3c4baeb
adding more impl
samvaity ec9a925
crud working
samvaity 4f35316
working until contacts
samvaity e121e4d
all working
samvaity e53155c
working all
samvaity 45559a2
passes initial tests
iscai-msft f26938d
Merge branch 'master' into keyvault-certs
iscai-msft bb2bf3f
added some changes after design meeting, crud issuers passes
iscai-msft 955da45
added list to crud issuers and passes, merge certs not passing
iscai-msft c87f6dd
fixed CeritificatePolicy wrapper class, all tests besides merge certi…
iscai-msft 5a6c05a
hello world sample works
iscai-msft 3a0d425
list operations sample passing
iscai-msft 7c592f6
all sync samples working
iscai-msft 8aa6eb8
get_pending_csr test passes
iscai-msft 0acec0c
Merge branch 'keyvault-certs' of github.com:iscai-msft/azure-sdk-for-…
iscai-msft 6bfa74e
switched import certificates parameter to bytes
iscai-msft 2485f02
modified wrapped models, added docstrings
iscai-msft 9c6fd42
uncommented tests
iscai-msft c5825ad
added readme for certificates
iscai-msft d8e59e8
deleted pip and lock file
iscai-msft aaf9220
deleted copied secret aio implementation
iscai-msft 86746f9
pulled origin master key recordings
iscai-msft 835ad10
Merge branch 'master' of github.com:Azure/azure-sdk-for-python into k…
iscai-msft 043de50
added _shared folder
iscai-msft 40528c5
added test recordings for secrets and keys for CI
iscai-msft 3f57c36
passes hello word sample test
iscai-msft d73cf66
adding samples tests, waiting to hear from keyvault team about questions
iscai-msft 6119001
changed default enabled value to True
iscai-msft 328c3fa
Merge branch 'master' of github.com:Azure/azure-sdk-for-python into k…
iscai-msft 3a43cb4
got rid of config in client
iscai-msft 2cc9966
got rid of unnecessary variables
iscai-msft b73ab20
fixed import statements
iscai-msft 5908047
Merge remote-tracking branch 'origin/master' into keyvault-certs
iscai-msft 0105b74
complying with latest core changes
iscai-msft b07585e
Merge branch 'keyvault-certs' of github.com:iscai-msft/azure-sdk-for-…
iscai-msft edb73e4
fixed import statement
iscai-msft 12ca6cd
moved _to_certificate_policy_bundle and ActionType enum
iscai-msft 4a164ee
implemented charles' comments
iscai-msft 2bd021d
using master recordings for keys and secrets
iscai-msft 25e231c
added distributed trace decorators
iscai-msft a61674c
fixed import statements
iscai-msft b9c7595
removed unnecessary async samples from sync pr
iscai-msft 2b0d4ce
working on charles' latest comments
iscai-msft 67229b2
Merge branch 'master' of github.com:Azure/azure-sdk-for-python into k…
iscai-msft fc9341d
still working on comments
iscai-msft b0e01df
async_request_cancellation_and_deletion now passing in playback
iscai-msft da7537d
cleaned up async request test
iscai-msft 1c58b5c
Merge branch 'master' of github.com:Azure/azure-sdk-for-python into k…
iscai-msft 2e9525f
added challenge based auth code
iscai-msft e6a519d
renamed client and models file
iscai-msft b5198bc
removed keyvaultid module
iscai-msft ddb76a2
added check if none for admin details
iscai-msft 45d2d6d
added examples to docstrings
iscai-msft 16b6e11
fixed get certificate example
iscai-msft 918b556
removed samples testing
iscai-msft 37b72d0
added challenge auth testing
iscai-msft 8000a27
fixed type hinting in certs client to work with python 2.x
iscai-msft e8f2a5a
began pylint errors
iscai-msft ce7fe78
pylinting
iscai-msft 56c5a48
pylinted samples
iscai-msft 6ff1bdb
passing pylint
iscai-msft b46c728
rewriting merge test
iscai-msft 4283000
Merge branch 'master' of github.com:Azure/azure-sdk-for-python into k…
iscai-msft e6cc5f3
switched san_dns names
iscai-msft c58b315
updating recordings with new san DNS names
iscai-msft 5ce7a42
Merge branch 'master' of github.com:Azure/azure-sdk-for-python into k…
iscai-msft e971659
used pre-hashed certificate bytes for merge_certificate, not working
iscai-msft 22bfb69
Merge branch 'master' of github.com:Azure/azure-sdk-for-python into k…
iscai-msft e3103a7
clean after Krista's pylint changes
iscai-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Release History | ||
|
||
## 4.0.0b1 (2019-06-28) | ||
For release notes and more information please visit | ||
https://aka.ms/azure-sdk-preview1-python |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
include *.md | ||
include azure/__init__.py | ||
include azure/keyvault/__init__.py | ||
include azure/keyvault/secrets/__init__.py | ||
include azure/keyvault/secrets/_generated/__init__.py | ||
include azure/keyvault/secrets/aio/__init__.py | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[[source]] | ||
iscai-msft marked this conversation as resolved.
Show resolved
Hide resolved
|
||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
|
||
[dev-packages] | ||
pytest = "*" | ||
|
||
[requires] | ||
python_version = "3.6" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what exactly should be in this file, but surely nothing from
azure/keyvault/secrets
.@bryevdv the Cosmos manifest suggests
include azure/__init__.py
would suffice to getazure/**/*.py
?