Skip to content

Commit f6cf091

Browse files
msyycAutorestCI
andauthored
[resourcegraph] Fix doc link (Azure#25957)
* Update sdk_packaging.toml * Packaging update of azure-mgmt-resourcegraph Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
1 parent 2fbc7be commit f6cf091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/resources/azure-mgmt-resourcegraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1313

1414
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
1515

16-
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/resourcegraph)
16+
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/resource-graph)
1717
Code samples for this package can be found at [Resource Graph](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
1818
Additional code samples for different Azure services are available at [Samples Repo](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/resourcegraph)
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[packaging]
22
package_name = "azure-mgmt-resourcegraph"
33
package_pprint_name = "Resource Graph"
4-
package_doc_id = "resourcegraph"
4+
package_doc_id = "resource-graph"
55
is_stable = false
66
is_arm = true
77
sample_link = "resourcegraph"

0 commit comments

Comments
 (0)