Skip to content

Commit df84dd5

Browse files
committed
Update CLI
1 parent 8f822cf commit df84dd5

File tree

6 files changed

+6479
-4288
lines changed

6 files changed

+6479
-4288
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SDK Release History
44
===================
55

6-
8.0.0 (2020-04-??)
6+
8.0.0 (2020-06-15)
77
------------------
88

99
* Update to match latest Python SDK taking associated breaking changes.

azext/batch/_file_utils.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,7 @@ def resolve_resource_file(self, resource_file):
344344
blobs = self.list_container_contents(resource_file.source, container, storage_client)
345345
return convert_blobs_to_resource_files(blobs, resource_file)
346346
if resource_file.source.container_url:
347-
# Input data storage in arbitrary container
348-
uri = urlsplit(resource_file.source.container_url)
349-
container = uri.pathname.split('/')[1]
350-
blobs = self.list_container_contents(resource_file.source, container, storage_client)
351-
return convert_blobs_to_resource_files(blobs, resource_file)
347+
return resource_file.source.container_url
352348
if resource_file.source.url:
353349
# TODO: Input data from an arbitrary HTTP GET source
354350
raise ValueError('Not implemented')

batch-cli-extensions/HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
===============
55

6-
6.0.0 (2020-04-??)
6+
6.0.0 (2020-06-15)
77
------------------
88

99
* Update SDK dependency to get latest models and defaults

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
DEPENDENCIES = [
3030
'msrestazure>=0.4.14,<1',
3131
'azure-batch>=9.0,<10',
32-
'azure-mgmt-batch>=7.0,<8',
32+
'azure-mgmt-batch>=9.0,<10',
3333
'azure-storage-blob>=1.1.0,<2',
3434
'azure-mgmt-storage>=2.0,<3'
3535
]

tests/recordings/test_batch_extensions_live.yaml

Lines changed: 6339 additions & 4144 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)