Skip to content

Commit 3479d24

Browse files
authored
Update azbatch-extension version (#71)
1 parent 58b793b commit 3479d24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ It can be installed using the CLI extension tools:
9292

9393
.. code-block:: bash
9494
95-
$ az extension add --source https://github.com/Azure/azure-batch-cli-extensions/releases/download/azure-batch-cli-extensions-2.2.2/azure_batch_cli_extensions-2.2.2-py2.py3-none-any.whl
95+
$ az extension add --source https://github.com/Azure/azure-batch-cli-extensions/releases/download/azure-batch-cli-extensions-2.3.0/azure_batch_cli_extensions-2.3.0-py2.py3-none-any.whl
9696
9797
9898
Uninstall CLI extensions

batch-cli-extensions/azext_batch/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger = get_logger(__name__)
1616
SUPPORTED_BATCH_VERSION = "4.2"
1717
SUPPORTED_BMGMT_VERSION = "4.2"
18-
SUPPORTED_BATCH_EXT_VERSION = "2.1"
18+
SUPPORTED_BATCH_EXT_VERSION = "3.0"
1919

2020

2121
def confirm_version(current, supported, package):

batch-cli-extensions/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]
2828

2929
DEPENDENCIES = [
30-
'azure-batch-extensions>=2.0.0,<2.1'
30+
'azure-batch-extensions>=3.0.0,<3.1'
3131
]
3232

3333
# Version extraction inspired from 'requests'

0 commit comments

Comments
 (0)