diff --git a/sdk/peering/mgmt-v2019_08_01_preview/pom.xml b/sdk/peering/mgmt-v2019_08_01_preview/pom.xml index 248257f27b5b..154085474ad6 100644 --- a/sdk/peering/mgmt-v2019_08_01_preview/pom.xml +++ b/sdk/peering/mgmt-v2019_08_01_preview/pom.xml @@ -11,7 +11,7 @@ com.microsoft.azure azure-arm-parent - 1.2.0 + 1.1.0 ../../../pom.management.xml azure-mgmt-peering diff --git a/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringInner.java b/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringInner.java index 7fcbe85e6c0a..0480cf4fca11 100644 --- a/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringInner.java +++ b/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringInner.java @@ -16,14 +16,14 @@ import java.util.Map; import com.fasterxml.jackson.annotation.JsonProperty; import com.microsoft.rest.serializer.JsonFlatten; -import com.microsoft.azure.Resource; +import com.microsoft.azure.ProxyResource; /** * Peering is a logical representation of a set of connections to the Microsoft * Cloud Edge at a location. */ @JsonFlatten -public class PeeringInner extends Resource { +public class PeeringInner extends ProxyResource { /** * The SKU that defines the tier and kind of the peering. */ diff --git a/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringManagementClientImpl.java b/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringManagementClientImpl.java index d988a7383c29..9d7f37fc982d 100644 --- a/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringManagementClientImpl.java +++ b/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringManagementClientImpl.java @@ -359,7 +359,8 @@ interface PeeringManagementClientService { /** * Checks if the peering service provider is present within 1000 miles of customer's location. * - * @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput indicating customer location and service provider. + * @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput + indicating customer location and service provider. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -372,7 +373,8 @@ public String checkServiceProviderAvailability(CheckServiceProviderAvailabilityI /** * Checks if the peering service provider is present within 1000 miles of customer's location. * - * @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput indicating customer location and service provider. + * @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput + indicating customer location and service provider. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -384,7 +386,8 @@ public ServiceFuture checkServiceProviderAvailabilityAsync(CheckServiceP /** * Checks if the peering service provider is present within 1000 miles of customer's location. * - * @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput indicating customer location and service provider. + * @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput + indicating customer location and service provider. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the String object */ @@ -400,7 +403,8 @@ public String call(ServiceResponse response) { /** * Checks if the peering service provider is present within 1000 miles of customer's location. * - * @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput indicating customer location and service provider. + * @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput + indicating customer location and service provider. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the String object */ diff --git a/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringServiceInner.java b/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringServiceInner.java index 7fe2a977e2ca..2884b52576f3 100644 --- a/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringServiceInner.java +++ b/sdk/peering/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/peering/v2019_08_01_preview/implementation/PeeringServiceInner.java @@ -12,13 +12,13 @@ import java.util.Map; import com.fasterxml.jackson.annotation.JsonProperty; import com.microsoft.rest.serializer.JsonFlatten; -import com.microsoft.azure.Resource; +import com.microsoft.azure.ProxyResource; /** * Peering Service. */ @JsonFlatten -public class PeeringServiceInner extends Resource { +public class PeeringServiceInner extends ProxyResource { /** * The PeeringServiceLocation of the Customer. */