diff --git a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/Databases.java b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/Databases.java index 49215e0a17a2..525e6ed65571 100644 --- a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/Databases.java +++ b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/Databases.java @@ -73,7 +73,7 @@ public interface Databases extends SupportsCreating listByElasticPoolAsync(String resourceGroupName, String serverName, String elasticPoolName); /** - * Gets a database inside of a recommented elastic pool. + * Gets a database inside of a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -85,7 +85,7 @@ public interface Databases extends SupportsCreating getByRecommendedElasticPoolAsync(String resourceGroupName, String serverName, String recommendedElasticPoolName, String databaseName); /** - * Returns a list of databases inside a recommented elastic pool. + * Returns a list of databases inside a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. diff --git a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/RecommendedElasticPools.java b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/RecommendedElasticPools.java index cc8cc11b6c8c..261e853a53b7 100644 --- a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/RecommendedElasticPools.java +++ b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/RecommendedElasticPools.java @@ -18,7 +18,7 @@ */ public interface RecommendedElasticPools extends HasInner { /** - * Gets a recommented elastic pool. + * Gets a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -39,7 +39,7 @@ public interface RecommendedElasticPools extends HasInner listByServerAsync(String resourceGroupName, String serverName); /** - * Returns recommented elastic pool metrics. + * Returns recommended elastic pool metrics. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. diff --git a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/ServerTableAuditingPolicies.java b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/ServerTableAuditingPolicies.java index 9570848fe18c..b2277c59ac26 100644 --- a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/ServerTableAuditingPolicies.java +++ b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/ServerTableAuditingPolicies.java @@ -18,7 +18,7 @@ */ public interface ServerTableAuditingPolicies extends SupportsCreating, HasInner { /** - * Lists a servers's table auditing policies. Table auditing is deprecated, use blob auditing instead. + * Lists a server's table auditing policies. Table auditing is deprecated, use blob auditing instead. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. diff --git a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/DatabasesInner.java b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/DatabasesInner.java index c19c32fdf93c..010c7e069f4a 100644 --- a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/DatabasesInner.java +++ b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/DatabasesInner.java @@ -1526,7 +1526,7 @@ private ServiceResponse> listByElasticPoolDelegate(Respo } /** - * Gets a database inside of a recommented elastic pool. + * Gets a database inside of a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1542,7 +1542,7 @@ public DatabaseInner getByRecommendedElasticPool(String resourceGroupName, Strin } /** - * Gets a database inside of a recommented elastic pool. + * Gets a database inside of a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1557,7 +1557,7 @@ public ServiceFuture getByRecommendedElasticPoolAsync(String reso } /** - * Gets a database inside of a recommented elastic pool. + * Gets a database inside of a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1576,7 +1576,7 @@ public DatabaseInner call(ServiceResponse response) { } /** - * Gets a database inside of a recommented elastic pool. + * Gets a database inside of a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1626,7 +1626,7 @@ private ServiceResponse getByRecommendedElasticPoolDelegate(Respo } /** - * Returns a list of databases inside a recommented elastic pool. + * Returns a list of databases inside a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1641,7 +1641,7 @@ public List listByRecommendedElasticPool(String resourceGroupName } /** - * Returns a list of databases inside a recommented elastic pool. + * Returns a list of databases inside a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1655,7 +1655,7 @@ public ServiceFuture> listByRecommendedElasticPoolAsync(Stri } /** - * Returns a list of databases inside a recommented elastic pool. + * Returns a list of databases inside a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1673,7 +1673,7 @@ public List call(ServiceResponse> response) { } /** - * Returns a list of databases inside a recommented elastic pool. + * Returns a list of databases inside a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. diff --git a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/MetricDefinitionInner.java b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/MetricDefinitionInner.java index 4a10b9bde796..dd7e636fc1ae 100644 --- a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/MetricDefinitionInner.java +++ b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/MetricDefinitionInner.java @@ -47,7 +47,7 @@ public class MetricDefinitionInner { private UnitDefinitionType unit; /** - * The list of database metric availabities for the metric. + * The list of database metric availabilities for the metric. */ @JsonProperty(value = "metricAvailabilities", access = JsonProperty.Access.WRITE_ONLY) private List metricAvailabilities; @@ -89,7 +89,7 @@ public UnitDefinitionType unit() { } /** - * Get the list of database metric availabities for the metric. + * Get the list of database metric availabilities for the metric. * * @return the metricAvailabilities value */ diff --git a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/RecommendedElasticPoolInner.java b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/RecommendedElasticPoolInner.java index 4f9e68cc60c4..d1325b66bb07 100644 --- a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/RecommendedElasticPoolInner.java +++ b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/RecommendedElasticPoolInner.java @@ -16,7 +16,7 @@ import com.microsoft.azure.ProxyResource; /** - * Represents a recommented elastic pool. + * Represents a recommended elastic pool. */ @JsonFlatten public class RecommendedElasticPoolInner extends ProxyResource { diff --git a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/RecommendedElasticPoolsInner.java b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/RecommendedElasticPoolsInner.java index e5c6cca5a329..1f044b5cdaa2 100644 --- a/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/RecommendedElasticPoolsInner.java +++ b/sql/resource-manager/v2014_04_01/src/main/java/com/microsoft/azure/management/sql/v2014_04_01/implementation/RecommendedElasticPoolsInner.java @@ -67,7 +67,7 @@ interface RecommendedElasticPoolsService { } /** - * Gets a recommented elastic pool. + * Gets a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -82,7 +82,7 @@ public RecommendedElasticPoolInner get(String resourceGroupName, String serverNa } /** - * Gets a recommented elastic pool. + * Gets a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -96,7 +96,7 @@ public ServiceFuture getAsync(String resourceGroupN } /** - * Gets a recommented elastic pool. + * Gets a recommended elastic pool. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -114,7 +114,7 @@ public RecommendedElasticPoolInner call(ServiceResponse> listByServerDeleg } /** - * Returns recommented elastic pool metrics. + * Returns recommended elastic pool metrics. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -266,7 +266,7 @@ public List listMetrics(String resourceGroupN } /** - * Returns recommented elastic pool metrics. + * Returns recommended elastic pool metrics. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -280,7 +280,7 @@ public ServiceFuture> listMetricsAsync(S } /** - * Returns recommented elastic pool metrics. + * Returns recommended elastic pool metrics. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -298,7 +298,7 @@ public List call(ServiceResponse getDelegate(Response createOrUpdateAsync(String } /** - * Creates or updates a servers's table auditing policy. Table auditing is deprecated, use blob auditing instead. + * Creates or updates a server's table auditing policy. Table auditing is deprecated, use blob auditing instead. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -203,7 +203,7 @@ public ServerTableAuditingPolicyInner call(ServiceResponse createOrUpdateDelegate(R } /** - * Lists a servers's table auditing policies. Table auditing is deprecated, use blob auditing instead. + * Lists a server's table auditing policies. Table auditing is deprecated, use blob auditing instead. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -266,7 +266,7 @@ public ServerTableAuditingPolicyListResultInner listByServer(String resourceGrou } /** - * Lists a servers's table auditing policies. Table auditing is deprecated, use blob auditing instead. + * Lists a server's table auditing policies. Table auditing is deprecated, use blob auditing instead. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -279,7 +279,7 @@ public ServiceFuture listByServerAsync } /** - * Lists a servers's table auditing policies. Table auditing is deprecated, use blob auditing instead. + * Lists a server's table auditing policies. Table auditing is deprecated, use blob auditing instead. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -296,7 +296,7 @@ public ServerTableAuditingPolicyListResultInner call(ServiceResponse getDelegate(Response re } /** - * Creates or updatess a job execution. + * Creates or updates a job execution. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1128,7 +1128,7 @@ public JobExecutionInner createOrUpdate(String resourceGroupName, String serverN } /** - * Creates or updatess a job execution. + * Creates or updates a job execution. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1144,7 +1144,7 @@ public ServiceFuture createOrUpdateAsync(String resourceGroup } /** - * Creates or updatess a job execution. + * Creates or updates a job execution. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1164,7 +1164,7 @@ public JobExecutionInner call(ServiceResponse response) { } /** - * Creates or updatess a job execution. + * Creates or updates a job execution. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1201,7 +1201,7 @@ public Observable> createOrUpdateWithServiceR } /** - * Creates or updatess a job execution. + * Creates or updates a job execution. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1218,7 +1218,7 @@ public JobExecutionInner beginCreateOrUpdate(String resourceGroupName, String se } /** - * Creates or updatess a job execution. + * Creates or updates a job execution. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1234,7 +1234,7 @@ public ServiceFuture beginCreateOrUpdateAsync(String resource } /** - * Creates or updatess a job execution. + * Creates or updates a job execution. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. @@ -1254,7 +1254,7 @@ public JobExecutionInner call(ServiceResponse response) { } /** - * Creates or updatess a job execution. + * Creates or updates a job execution. * * @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server.