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
Packaging update of azure-mgmt-deploymentmanager
  • Loading branch information
azuresdkci committed Feb 16, 2019
commit fc42741ac542bec4b1497aa6b462358c1f7f28a1
4 changes: 2 additions & 2 deletions azure-mgmt-deploymentmanager/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Azure SDK for Python
==============================

This is the Microsoft Azure MyService Management Client Library.
This is the Microsoft Azure Deployment Manager Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
Expand All @@ -17,7 +17,7 @@ For a more complete set of Azure libraries, see the `azure <https://pypi.python.
Usage
=====

For code examples, see `MyService Management
For code examples, see `Deployment Manager
<https://docs.microsoft.com/python/api/overview/azure/>`__
on docs.microsoft.com.

Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-deploymentmanager/setup.py
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-deploymentmanager"
PACKAGE_PPRINT_NAME = "MyService Management"
PACKAGE_PPRINT_NAME = "Deployment Manager"

# a-b-c => a/b/c
package_folder_path = PACKAGE_NAME.replace('-', '/')
Expand Down