From 63a54ff4b61ba120e94c39c3a3848df9474567b9 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 1 Mar 2019 10:04:57 -0800 Subject: [PATCH] [AutoPR netapp/resource-manager] add netapp to Go SDK (#4463) * Generated from 92287b8ca22c0eb5dcd989b628666c298dc98e4e add netapp to Go SDK * Packaging update of azure-mgmt-netapp --- azure-mgmt-netapp/MANIFEST.in | 1 + azure-mgmt-netapp/README.rst | 19 ------------------- .../azure/mgmt/netapp/version.py | 2 +- 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/azure-mgmt-netapp/MANIFEST.in b/azure-mgmt-netapp/MANIFEST.in index 6ceb27f7a96e..e4884efef41b 100644 --- a/azure-mgmt-netapp/MANIFEST.in +++ b/azure-mgmt-netapp/MANIFEST.in @@ -1,3 +1,4 @@ +recursive-include tests *.py *.yaml include *.rst include azure/__init__.py include azure/mgmt/__init__.py diff --git a/azure-mgmt-netapp/README.rst b/azure-mgmt-netapp/README.rst index 620bb4e0b12e..03763309da23 100644 --- a/azure-mgmt-netapp/README.rst +++ b/azure-mgmt-netapp/README.rst @@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see For a more complete set of Azure libraries, see the `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 ===== diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/version.py b/azure-mgmt-netapp/azure/mgmt/netapp/version.py index e0ec669828cb..a39916c162ce 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/version.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.1.0" +VERSION = "1.0.0"