diff --git a/sdk/policy/mgmt-v2019_09_01/pom.xml b/sdk/policy/mgmt-v2019_09_01/pom.xml index 7fc01a2751059..e44b38b385d22 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 81e528b351da9..f74bd3bcc1405 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 { /**