Skip to content

Commit

Permalink
Update azure batch extension to latest (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwu1 authored and williexu committed Jul 20, 2018
1 parent 7434ef8 commit fed9c09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"extensions": {
"azure-batch-cli-extensions": [
{
"filename": "azure_batch_cli_extensions-2.3.0-py2.py3-none-any.whl",
"sha256Digest": "360fa1a71da65db1866ec6987bad822868915d9ce5d2e6d5542c58836ff62816",
"downloadUrl": "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",
"filename": "azure_batch_cli_extensions-2.4.0-py2.py3-none-any.whl",
"sha256Digest": "795aa32957d3aa0c04c33c4e0fa1160f1b13e3e5810f3d338ef1f359f2d78396",
"downloadUrl": "https://github.com/Azure/azure-batch-cli-extensions/releases/download/azure-batch-cli-extensions-2.4.0/azure_batch_cli_extensions-2.4.0-py2.py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.0.24",
"azext.maxCliCoreVersion": "2.1.0",
Expand Down Expand Up @@ -34,12 +34,12 @@
"run_requires": [
{
"requires": [
"azure-batch-extensions (<3.1,>=3.0.0)"
"azure-batch-extensions (<3.2,>=3.0.0)"
]
}
],
"summary": "Additional commands for working with Azure Batch service",
"version": "2.3.0"
"version": "2.4.0"
}
}
],
Expand Down

0 comments on commit fed9c09

Please sign in to comment.