From 2ce5d3172e8f8c8cd78bbd5b177dac96a9d9edf0 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 5 Apr 2019 11:31:10 -0700 Subject: [PATCH] [AutoPR mediaservices/resource-manager] Move the opt-in-extensible-enums: true to global yaml section. (#4784) * Generated from f74d8dcde3e7156e29885a3b222ba3fc148f7101 Test moving the opt-in-extensible-enums: true to global yaml section. * Packaging update of azure-mgmt-media --- azure-mgmt-media/azure/mgmt/media/version.py | 3 ++- azure-mgmt-media/setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-mgmt-media/azure/mgmt/media/version.py b/azure-mgmt-media/azure/mgmt/media/version.py index 3ed20a28f4d8..8b09f47f15f0 100644 --- a/azure-mgmt-media/azure/mgmt/media/version.py +++ b/azure-mgmt-media/azure/mgmt/media/version.py @@ -9,4 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "1.1.1" +VERSION = "2018-07-01" + diff --git a/azure-mgmt-media/setup.py b/azure-mgmt-media/setup.py index 3b6aca28ce9e..82f936287b0f 100644 --- a/azure-mgmt-media/setup.py +++ b/azure-mgmt-media/setup.py @@ -53,6 +53,7 @@ version=version, description='Microsoft Azure {} Client Library for Python'.format(PACKAGE_PPRINT_NAME), long_description=readme + '\n\n' + history, + long_description_content_type='text/x-rst', license='MIT License', author='Microsoft Corporation', author_email='azpysdkhelp@microsoft.com',