From 89a7b642965deb32acc3ddcc197534183cd0291d Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Thu, 29 Jul 2021 11:58:38 -0700 Subject: [PATCH 1/2] update comments to align with sphinx style external links, versus the standard markdown formatting --- .../applicationinsights/operations/query_operations.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py b/sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py index f08c7f7ffe6c..51cf56c7dd5a 100644 --- a/sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py +++ b/sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py @@ -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 `_ 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 `_ :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 From 5eb9ca0d60865dd93f5de325d9b9fe51b2a621bd Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Thu, 29 Jul 2021 13:11:55 -0700 Subject: [PATCH 2/2] small spacing corrections --- .../azure/applicationinsights/operations/query_operations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py b/sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py index 51cf56c7dd5a..2189f6fa6a1f 100644 --- a/sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py +++ b/sdk/applicationinsights/azure-applicationinsights/azure/applicationinsights/operations/query_operations.py @@ -38,7 +38,7 @@ def execute( """Execute an Analytics query. Executes an Analytics query for data. - + `Here `_ is an example for using POST with an Analytics query. @@ -46,7 +46,7 @@ def execute( API Access settings blade in the Azure portal. :type app_id: str :param body: The Analytics query. Learn more about the `Analytics - query syntax `_ + query syntax `_. :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