Skip to content

Commit

Permalink
Update doc link of ResourceGraph (Azure#4785)
Browse files Browse the repository at this point in the history
* Update doc link of ResourceGrap

* Packaging update of azure-mgmt-resourcegraph
  • Loading branch information
lmazuel authored Apr 5, 2019
1 parent 349d6a0 commit c751be6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-mgmt-resourcegraph/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Usage
=====

For code examples, see `Resource Graph
<https://docs.microsoft.com/python/api/overview/azure/>`__
<https://docs.microsoft.com/python/api/overview/azure/resourcegraph>`__
on docs.microsoft.com.


Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-resourcegraph/sdk_packaging.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[packaging]
package_name = "azure-mgmt-resourcegraph"
package_pprint_name = "Resource Graph"
package_doc_id = ""
package_doc_id = "resourcegraph"
is_stable = false
is_arm = true
1 change: 1 addition & 0 deletions azure-mgmt-resourcegraph/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c751be6

Please sign in to comment.