Skip to content

Commit

Permalink
[AutoPR containerservice/resource-manager] Implementing agentpool API (
Browse files Browse the repository at this point in the history
…#4583)

* Generated from 9b8b68cb2f60c1144e1ffb8fd1c8cc238f35f43c

fixing the agentpool example

* Packaging update of azure-mgmt-containerservice

* Generated from db67eaa212958159cf95db745c55498fe6b3b2cb

including name validation
  • Loading branch information
AutorestCI authored Mar 15, 2019
1 parent 897bcee commit f14be49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
1 change: 1 addition & 0 deletions azure-mgmt-containerservice/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include tests *.py *.yaml
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py
Expand Down
19 changes: 0 additions & 19 deletions azure-mgmt-containerservice/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see
For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.


Compatibility
=============

**IMPORTANT**: If you have an earlier version of the azure package
(version < 1.0), you should uninstall it before installing this package.

You can check the version using pip:

.. code:: shell
pip freeze
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:

.. code:: shell
pip uninstall azure
Usage
=====

Expand Down

0 comments on commit f14be49

Please sign in to comment.