File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1515logger = get_logger (__name__ )
1616SUPPORTED_BATCH_VERSION = "4.2"
1717SUPPORTED_BMGMT_VERSION = "4.2"
18- SUPPORTED_BATCH_EXT_VERSION = "2.1 "
18+ SUPPORTED_BATCH_EXT_VERSION = "3.0 "
1919
2020
2121def confirm_version (current , supported , package ):
Original file line number Diff line number Diff line change 2727]
2828
2929DEPENDENCIES = [
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'
You can’t perform that action at this time.
0 commit comments