From 3e553c516fad105fee46d1a372e96deceef3882b Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 13 Nov 2020 03:26:34 +0000 Subject: [PATCH] CodeGen from PR 11666 in Azure/azure-rest-api-specs Merge eb8683cffeb86a70bb4008784a45153914f3bdd9 into 70db7c6f30d063310a36fd3813376e2dcd8db235 --- sdk/policy/mgmt-v2019_09_01/pom.xml | 6 +++--- .../azure/management/policy/v2019_09_01/ErrorResponse.java | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sdk/policy/mgmt-v2019_09_01/pom.xml b/sdk/policy/mgmt-v2019_09_01/pom.xml index 7fc01a275105..e44b38b385d2 100644 --- a/sdk/policy/mgmt-v2019_09_01/pom.xml +++ b/sdk/policy/mgmt-v2019_09_01/pom.xml @@ -11,11 +11,11 @@ com.microsoft.azure azure-arm-parent - 1.2.0 - ../../parents/azure-arm-parent + 1.1.0 + ../../../pom.management.xml azure-mgmt-policy - 1.0.0-beta-1 + 1.0.0-beta jar Microsoft Azure SDK for Authorization Management This package contains Microsoft Authorization Management SDK. diff --git a/sdk/policy/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/policy/v2019_09_01/ErrorResponse.java b/sdk/policy/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/policy/v2019_09_01/ErrorResponse.java index 81e528b351da..f74bd3bcc140 100644 --- a/sdk/policy/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/policy/v2019_09_01/ErrorResponse.java +++ b/sdk/policy/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/policy/v2019_09_01/ErrorResponse.java @@ -12,7 +12,10 @@ import com.fasterxml.jackson.annotation.JsonProperty; /** - * The resource management error response. + * Error Response. + * Common error response for all Azure Resource Manager APIs to return error + * details for failed operations. (This also follows the OData error response + * format.). */ public class ErrorResponse { /**