Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR sql/resource-manager] typo: sql/resource-manager/Microsoft.Sql #2801

Merged
merged 1 commit into from
Dec 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public interface Databases extends SupportsCreating<Database.DefinitionStages.Bl
Observable<Database> 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.
Expand All @@ -85,7 +85,7 @@ public interface Databases extends SupportsCreating<Database.DefinitionStages.Bl
Observable<Database> 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public interface RecommendedElasticPools extends HasInner<RecommendedElasticPoolsInner> {
/**
* 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.
Expand All @@ -39,7 +39,7 @@ public interface RecommendedElasticPools extends HasInner<RecommendedElasticPool
Observable<RecommendedElasticPool> 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public interface ServerTableAuditingPolicies extends SupportsCreating<ServerTableAuditingPolicy.DefinitionStages.Blank>, HasInner<ServerTableAuditingPoliciesInner> {
/**
* 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ private ServiceResponse<PageImpl<DatabaseInner>> 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.
Expand All @@ -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.
Expand All @@ -1557,7 +1557,7 @@ public ServiceFuture<DatabaseInner> 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.
Expand All @@ -1576,7 +1576,7 @@ public DatabaseInner call(ServiceResponse<DatabaseInner> 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.
Expand Down Expand Up @@ -1626,7 +1626,7 @@ private ServiceResponse<DatabaseInner> 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.
Expand All @@ -1641,7 +1641,7 @@ public List<DatabaseInner> 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.
Expand All @@ -1655,7 +1655,7 @@ public ServiceFuture<List<DatabaseInner>> 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.
Expand All @@ -1673,7 +1673,7 @@ public List<DatabaseInner> call(ServiceResponse<List<DatabaseInner>> 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<MetricAvailability> metricAvailabilities;
Expand Down Expand Up @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -96,7 +96,7 @@ public ServiceFuture<RecommendedElasticPoolInner> 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.
Expand All @@ -114,7 +114,7 @@ public RecommendedElasticPoolInner call(ServiceResponse<RecommendedElasticPoolIn
}

/**
* 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.
Expand Down Expand Up @@ -251,7 +251,7 @@ private ServiceResponse<PageImpl<RecommendedElasticPoolInner>> 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.
Expand All @@ -266,7 +266,7 @@ public List<RecommendedElasticPoolMetricInner> 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.
Expand All @@ -280,7 +280,7 @@ public ServiceFuture<List<RecommendedElasticPoolMetricInner>> 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.
Expand All @@ -298,7 +298,7 @@ public List<RecommendedElasticPoolMetricInner> call(ServiceResponse<List<Recomme
}

/**
* 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private ServiceResponse<ServerTableAuditingPolicyInner> getDelegate(Response<Res
}

/**
* 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.
Expand All @@ -171,7 +171,7 @@ public ServerTableAuditingPolicyInner createOrUpdate(String resourceGroupName, S
}

/**
* 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.
Expand All @@ -185,7 +185,7 @@ public ServiceFuture<ServerTableAuditingPolicyInner> 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.
Expand All @@ -203,7 +203,7 @@ public ServerTableAuditingPolicyInner call(ServiceResponse<ServerTableAuditingPo
}

/**
* 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.
Expand Down Expand Up @@ -252,7 +252,7 @@ private ServiceResponse<ServerTableAuditingPolicyInner> 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.
Expand All @@ -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.
Expand All @@ -279,7 +279,7 @@ public ServiceFuture<ServerTableAuditingPolicyListResultInner> 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.
Expand All @@ -296,7 +296,7 @@ public ServerTableAuditingPolicyListResultInner call(ServiceResponse<ServerTable
}

/**
* 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.
Expand Down
Loading