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-graphrbac
  • Loading branch information
azuresdkci committed Oct 10, 2018
commit cdc419c42e473662e8c04eef242dd8e5356c848a
2 changes: 1 addition & 1 deletion azure-graphrbac/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 Graph RBAC Client Library.

This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.

Expand Down
2 changes: 1 addition & 1 deletion azure-graphrbac/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-graphrbac"
PACKAGE_PPRINT_NAME = "MyService Management"
PACKAGE_PPRINT_NAME = "Graph RBAC"

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