You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2019/06/10 22:35:19 UTC

[GitHub] [libcloud] c-w commented on a change in pull request #1294: [LIBCLOUD-851] Fix azure_blobs driver with BlobStorage account

c-w commented on a change in pull request #1294: [LIBCLOUD-851] Fix azure_blobs driver with BlobStorage account
URL: https://github.com/apache/libcloud/pull/1294#discussion_r292217749
 
 

 ##########
 File path: libcloud/test/storage/fixtures/azure_blobs/list_containers_1.xml
 ##########
 @@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
-<EnumerationResults AccountName="https://account.blob.core.windows.net/">
+<EnumerationResults ServiceEndpoint="https://account.blob.core.windows.net/">
     <MaxResults>2</MaxResults>
     <Containers>
         <Container>
             <Name>container1</Name>
 
 Review comment:
   This is a frozen/recorded API response not a live one, so no risk of collision. The libcloud tests don't make any live service calls (for that we have [c-w/libcloud-tests](https://github.com/c-w/libcloud-tests)).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services