File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3333# az cloud # endpoints.resourceManager
3434CONN_API_ENDPOINT = 'https://management.azure.com'
3535# az cloud # suffixes.storageEndpoint
36- # CONN_STORAGE_ENDPOINT = "core.windows.net"
36+ CONN_STORAGE_ENDPOINT = "core.windows.net"
3737
3838# API version constants
3939# Each service has its own API version independent of any other services
Original file line number Diff line number Diff line change @@ -404,7 +404,6 @@ def exists(self, name=None):
404404 url = url )
405405 self .log .debug ('headers: {0}' .format (
406406 utils .secure_logging_content (dict (res .headers ))))
407- headers = self .lowercase_headers (res .headers )
408407 # Check the response
409408 # HTTP 202 (ACCEPTED) - An asynchronous operation has started
410409 if res .status_code == httplib .ACCEPTED :
You can’t perform that action at this time.
0 commit comments