From 584dd21d4fbb91f919d4e72c47a5faf197f1451b Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 17 Apr 2020 01:48:44 +0000 Subject: [PATCH] Generated from 39dca2791f0902d1c856239e3406d2f4e79e8726 add description for tag package-2020-04 --- .../v2020_03_01_preview/models/_models.py | 5 +++-- .../v2020_03_01_preview/models/_models_py3.py | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview/models/_models.py b/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview/models/_models.py index 1d6c7cfb916b..4ec6c316bc8d 100644 --- a/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview/models/_models.py +++ b/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview/models/_models.py @@ -180,9 +180,10 @@ def __init__(self, **kwargs): class ErrorResponse(Model): - """Describe the format of an Error response. + """Error response indicates Insights service is not able to process the + incoming request. The reason is provided in the error message. - :param code: Error code + :param code: Error code. :type code: str :param message: Error message indicating why the operation failed. :type message: str diff --git a/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview/models/_models_py3.py b/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview/models/_models_py3.py index 887bad54fdf9..41d99be08d1a 100644 --- a/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview/models/_models_py3.py +++ b/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview/models/_models_py3.py @@ -180,9 +180,10 @@ def __init__(self, *, linked_storage_account: str=None, **kwargs) -> None: class ErrorResponse(Model): - """Describe the format of an Error response. + """Error response indicates Insights service is not able to process the + incoming request. The reason is provided in the error message. - :param code: Error code + :param code: Error code. :type code: str :param message: Error message indicating why the operation failed. :type message: str