diff --git a/sdk/advisor/mgmt-v2017_04_19/pom.xml b/sdk/advisor/mgmt-v2017_04_19/pom.xml index 53d4ef915466..3d1c57c61091 100644 --- a/sdk/advisor/mgmt-v2017_04_19/pom.xml +++ b/sdk/advisor/mgmt-v2017_04_19/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-advisor - 1.0.0-beta-2 + 1.0.0-beta jar Microsoft Azure SDK for Advisor Management This package contains Microsoft Advisor Management SDK. diff --git a/sdk/advisor/mgmt-v2017_04_19/src/main/java/com/microsoft/azure/management/advisor/v2017_04_19/implementation/RecommendationsInner.java b/sdk/advisor/mgmt-v2017_04_19/src/main/java/com/microsoft/azure/management/advisor/v2017_04_19/implementation/RecommendationsInner.java index 469b3c776462..984458d64c21 100644 --- a/sdk/advisor/mgmt-v2017_04_19/src/main/java/com/microsoft/azure/management/advisor/v2017_04_19/implementation/RecommendationsInner.java +++ b/sdk/advisor/mgmt-v2017_04_19/src/main/java/com/microsoft/azure/management/advisor/v2017_04_19/implementation/RecommendationsInner.java @@ -339,7 +339,7 @@ public Observable>> call(R /** * Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations. * - * @param filter The filter to apply to the recommendations. + * @param filter The filter to apply to the recommendations.<br>Filter can be applied to properties ['ResourceId', 'ResourceGroup', 'RecommendationTypeGuid', '[Category](#category)'] with operators ['eq', 'and', 'or'].<br>Example:<br>- $filter=Category eq 'Cost' and ResourceGroup eq 'MyResourceGroup' * @param top The number of recommendations per page if a paged version of this API is being used. * @param skipToken The page-continuation token to use with a paged version of this API. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -360,7 +360,7 @@ public Page nextPage(String nextPageLink) { /** * Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations. * - * @param filter The filter to apply to the recommendations. + * @param filter The filter to apply to the recommendations.<br>Filter can be applied to properties ['ResourceId', 'ResourceGroup', 'RecommendationTypeGuid', '[Category](#category)'] with operators ['eq', 'and', 'or'].<br>Example:<br>- $filter=Category eq 'Cost' and ResourceGroup eq 'MyResourceGroup' * @param top The number of recommendations per page if a paged version of this API is being used. * @param skipToken The page-continuation token to use with a paged version of this API. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. @@ -382,7 +382,7 @@ public Observable>> call(S /** * Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations. * - * @param filter The filter to apply to the recommendations. + * @param filter The filter to apply to the recommendations.<br>Filter can be applied to properties ['ResourceId', 'ResourceGroup', 'RecommendationTypeGuid', '[Category](#category)'] with operators ['eq', 'and', 'or'].<br>Example:<br>- $filter=Category eq 'Cost' and ResourceGroup eq 'MyResourceGroup' * @param top The number of recommendations per page if a paged version of this API is being used. * @param skipToken The page-continuation token to use with a paged version of this API. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -401,7 +401,7 @@ public Page call(ServiceResponse>> call(S /** * Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations. * - ServiceResponse> * @param filter The filter to apply to the recommendations. + ServiceResponse> * @param filter The filter to apply to the recommendations.<br>Filter can be applied to properties ['ResourceId', 'ResourceGroup', 'RecommendationTypeGuid', '[Category](#category)'] with operators ['eq', 'and', 'or'].<br>Example:<br>- $filter=Category eq 'Cost' and ResourceGroup eq 'MyResourceGroup' ServiceResponse> * @param top The number of recommendations per page if a paged version of this API is being used. ServiceResponse> * @param skipToken The page-continuation token to use with a paged version of this API. * @throws IllegalArgumentException thrown if parameters fail the validation