Skip to content

Commit

Permalink
azure-applicationinsights Hyperlinks need sphinx style formatting (A…
Browse files Browse the repository at this point in the history
…zure#19993)

* update comments to align with sphinx style external links, versus the standard markdown formatting
  • Loading branch information
scbedd authored Aug 2, 2021
1 parent d115e14 commit 6f688cc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ def execute(
"""Execute an Analytics query.
Executes an Analytics query for data.
[Here](https://dev.applicationinsights.io/documentation/Using-the-API/Query)
`Here <https://dev.applicationinsights.io/documentation/Using-the-API/Query>`_
is an example for using POST with an Analytics query.
:param app_id: ID of the application. This is Application ID from the
API Access settings blade in the Azure portal.
:type app_id: str
:param body: The Analytics query. Learn more about the [Analytics
query
syntax](https://azure.microsoft.com/documentation/articles/app-insights-analytics-reference/)
:param body: The Analytics query. Learn more about the `Analytics
query syntax <https://azure.microsoft.com/documentation/articles/app-insights-analytics-reference/>`_.
:type body: ~azure.applicationinsights.models.QueryBody
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down

0 comments on commit 6f688cc

Please sign in to comment.