You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/05/22 13:51:14 UTC

[libcloud] branch trunk updated (82bda65f5 -> 615397da7)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


    from 82bda65f5 Merge pull request #1697 from ogayot/fix-tests-no-internet
     new aaf9c117d Azure Ad Connection to Azure Blob v1
     new ba4b21d11 Merge branch 'trunk' of https://github.com/brookewhite9/libcloud into azure-ad-authentication
     new bdf5e5abc PR comments
     new d27f0bcf8 adding default
     new d9860d5a6 Merge branch 'trunk' into azure-ad-authentication
     new 2268ab094 fix pylint
     new 2a9a7646e add documentation
     new 6079f233c integration test attempt v1
     new aed8c3fd9 Merge remote-tracking branch 'origin/trunk' into azure-ad-authentication
     new 792e1e44e clean up test
     new 590945d00 Merge branch 'trunk' into azure-ad-authentication
     new 0d003d25d Merge branch 'trunk' into azure-ad-authentication
     new 19db9278c black reformatting
     new 8a6055eac black reformatting
     new 2272caa03 Merge branch 'trunk' of https://github.com/brookewhite9/libcloud into azure-ad-authentication
     new e7171f0ca Merge branch 'trunk' into azure-ad-authentication
     new 5303c6357 Merge branch 'trunk' into azure-ad-authentication
     new 8cda3a436 Merge remote-tracking branch 'origin/azure-ad-authentication' into azure-ad-authentication
     new 728e702ff Merge branch 'trunk' into azure-ad-authentication
     new a065eeef3 Update azure_blobs.rst
     new 615397da7 Merge pull request #1663 from brookewhite9/azure-ad-authentication

The 9221 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../examples/storage/azure/instantiate_azure_ad.py |  12 ++
 docs/storage/drivers/azure_blobs.rst               |   9 ++
 libcloud/common/azure.py                           | 126 ++++++++++++++++++++-
 libcloud/storage/drivers/azure_blobs.py            |  92 +++++++++++++--
 ...7_7777_7777_7777_777777777777_oauth2_token.json |   0
 libcloud/test/storage/test_azure_blobs.py          |  60 +++++++++-
 6 files changed, 284 insertions(+), 15 deletions(-)
 create mode 100644 docs/examples/storage/azure/instantiate_azure_ad.py
 copy libcloud/test/{compute/fixtures/azure_arm => storage/fixtures/azure_blobs}/_77777777_7777_7777_7777_777777777777_oauth2_token.json (100%)