Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to PyPI descriptions #14782

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure MyService Management Client Library.
This is the Microsoft Azure Bare Metal Management Client Library.

This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

For a more complete view of Azure libraries, see the [Azure SDK Python release](https://aka.ms/azsdk/python/all).


# Usage

For code examples, see [MyService Management](https://docs.microsoft.com/python/api/overview/azure/)
For code examples, see [Bare Metal Management](https://docs.microsoft.com/python/api/overview/azure/)
on docs.microsoft.com.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Change the PACKAGE_NAME only to change folder and different name
PACKAGE_NAME = "azure-mgmt-baremetalinfrastructure"
PACKAGE_PPRINT_NAME = "MyService Management"
PACKAGE_PPRINT_NAME = "Bare Metal Management"

# a-b-c => a/b/c
package_folder_path = PACKAGE_NAME.replace('-', '/')
Expand Down
1 change: 1 addition & 0 deletions sdk/communication/azure-communication-nspkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
version='0.0.0b1',
description='Microsoft Azure Communication Namespace Package [Internal]',
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
license='MIT License',
author='Microsoft Corporation',
author_email='azurepysdk@microsoft.com',
Expand Down
1 change: 1 addition & 0 deletions sdk/digitaltwins/azure-digitaltwins-nspkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
version='1.0.0',
description='Microsoft Azure DigitalTwins Namespace Package [Internal]',
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
license='MIT License',
author='Microsoft Corporation',
author_email='azurepysdk@microsoft.com',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Microsoft Azure SDK for Python

This is the Microsoft Azure MyService Management Client Library.
This is the Microsoft Azure Operations Management Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs
that replace the old Azure Service Management (ASM).
Expand All @@ -16,7 +16,7 @@ For a more complete set of Azure libraries, see the

## Usage

For code examples, see [MyService
For code examples, see [Operations
Management](https://docs.microsoft.com/python/api/overview/azure/) on
docs.microsoft.com.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Change the PACKAGE_NAME only to change folder and different name
PACKAGE_NAME = "azure-mgmt-operationsmanagement"
PACKAGE_PPRINT_NAME = "MyService Management"
PACKAGE_PPRINT_NAME = "Operations Management"

# a-b-c => a/b/c
package_folder_path = PACKAGE_NAME.replace('-', '/')
Expand Down
1 change: 1 addition & 0 deletions sdk/template/azure-template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

# ensure that these are updated to reflect the package owners' information
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/Azure/azure-sdk-for-python',
author='Microsoft Corporation',
author_email='azuresdkengsysadmins@microsoft.com',
Expand Down