Skip to content

Commit

Permalink
Fix build for batch
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Mar 31, 2016
1 parent 6987cf3 commit d120fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-mgmt-batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
pass

setup(
name='azure-batch',
name='azure-mgmt-batch',
version='0.30.0rc2',
description='Microsoft Azure Batch Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
Expand Down
2 changes: 2 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $packages = @(
"azure-common",
"azure-mgmt-nspkg",
"azure-mgmt-authorization",
"azure-mgmt-batch",
"azure-mgmt-cdn",
"azure-mgmt-compute",
"azure-mgmt-logic",
Expand All @@ -19,6 +20,7 @@ $packages = @(
"azure-mgmt-scheduler",
"azure-mgmt-storage",
"azure-mgmt-web",
"azure-batch",
"azure-graphrbac",
"azure-servicebus",
"azure-servicemanagement-legacy"
Expand Down

0 comments on commit d120fff

Please sign in to comment.