Skip to content

Commit 6f688cc

Browse files
authored
azure-applicationinsights Hyperlinks need sphinx style formatting (#19993)
* update comments to align with sphinx style external links, versus the standard markdown formatting
1 parent d115e14 commit 6f688cc

File tree

1 file changed

+4
-4
lines changed
  • sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations

1 file changed

+4
-4
lines changed

sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ def execute(
3838
"""Execute an Analytics query.
3939
4040
Executes an Analytics query for data.
41-
[Here](https://dev.applicationinsights.io/documentation/Using-the-API/Query)
41+
42+
`Here <https://dev.applicationinsights.io/documentation/Using-the-API/Query>`_
4243
is an example for using POST with an Analytics query.
4344
4445
:param app_id: ID of the application. This is Application ID from the
4546
API Access settings blade in the Azure portal.
4647
:type app_id: str
47-
:param body: The Analytics query. Learn more about the [Analytics
48-
query
49-
syntax](https://azure.microsoft.com/documentation/articles/app-insights-analytics-reference/)
48+
:param body: The Analytics query. Learn more about the `Analytics
49+
query syntax <https://azure.microsoft.com/documentation/articles/app-insights-analytics-reference/>`_.
5050
:type body: ~azure.applicationinsights.models.QueryBody
5151
:param dict custom_headers: headers that will be added to the request
5252
:param bool raw: returns the direct response alongside the

0 commit comments

Comments
 (0)