Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Auto conf for ACI
  • Loading branch information
lmazuel committed Jun 13, 2018
commit 85feb4811d7fab2e31108b50968094d48770bdb4
5 changes: 5 additions & 0 deletions azure-mgmt-containerinstance/sdk_packaging.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[packaging]
package_name = "azure-mgmt-containerinstance"
package_pprint_name = "Container Instance"
package_doc_id = "containerinstance"
is_stable = true
4 changes: 2 additions & 2 deletions azure-mgmt-containerinstance/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-sdk-for-python',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand All @@ -77,7 +77,7 @@
zip_safe=False,
packages=find_packages(exclude=["tests"]),
install_requires=[
'msrestazure>=0.4.20,<2.0.0',
'msrestazure>=0.4.27,<2.0.0',
'azure-common~=1.1',
],
cmdclass=cmdclass
Expand Down