Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4c00ae3
Generated from 8a72b9ba5c2b5c8621cd628c62702a0bd4933259 (#2122)
AutorestCI Jun 21, 2018
ebe1527
[AutoPR sql/resource-manager] [DO NOT MERGE] Add DatabaseVulnerabilit…
AutorestCI Jul 27, 2018
b3d6e01
[AutoPR sql/resource-manager] New Cmdlets for Management.Sql to allow…
AutorestCI Sep 4, 2018
1cc9f13
Generated from ae5e50da51607b6c59745d9d2969c4f6acba0d81 (#2385)
AutorestCI Sep 17, 2018
a03d011
Generated from 1d3074c3f3f50b396875f414d62eec4195234f83 (#2451)
AutorestCI Oct 4, 2018
e472346
Generated from b77f5d1a2652b84a016c368bff34ec26940facac (#2552)
AutorestCI Oct 31, 2018
8b40594
Generated from 63e4176e8577c1abaf1a1496628dc432c7fa5479 (#2562)
AutorestCI Nov 6, 2018
21d6115
[AutoPR sql/resource-manager] Reorganized sql readme.md and extracted…
AutorestCI Dec 13, 2018
454cecd
Generated from 9d8ee581a6a578917bf10678c5d69d7e08d57c7f (#2786)
AutorestCI Dec 13, 2018
06e4e60
Generated from 9d6a28b409c220cdac4477e608e14fbed6bd7c6e (#2787)
AutorestCI Dec 13, 2018
12dc2f6
Generated from 59e8d0868a5c15631fdaaa7806897f22f4872fef (#2801)
AutorestCI Dec 17, 2018
5d24801
Generated from d82d1491879729cdf44da9a664e815112acde158 (#2836)
AutorestCI Jan 11, 2019
08fec10
[AutoPR sql/resource-manager] Added support for dropped databases on …
AutorestCI Jan 18, 2019
35ebb9c
[AutoPR sql/resource-manager] Managed Instance GeoRestore Cmds (#2825)
AutorestCI Jan 22, 2019
0df5398
Generated from 45f508a8851c33aa3d6e6901127de68e75ed596d (#2890)
AutorestCI Jan 30, 2019
8d2f2cf
Generated from 45e35bcbc58caa5f6d38632405b8a855872b77d9 (#2920)
AutorestCI Feb 6, 2019
0bdf0a1
Generated from a03ebb5e6ea5c7aa1585f40be78db1703c328084 (#2988)
AutorestCI Feb 28, 2019
26329d6
Generated from 29718a6d5d076ac7e4287bed6c7f01c57d0872e9 (#3092)
AutorestCI Mar 13, 2019
35d69e3
Generated from bb549daab022de7f795a32cf6631d3655e20f21e (#3369)
AutorestCI Apr 16, 2019
c9447c7
[AutoPR sql/resource-manager] [DO NOT MERGE] Managed instance updates…
AutorestCI Apr 23, 2019
ac0f5e2
Generated from 77bc40991e914b8cb6c2e560fec6431e50456b42 (#3462)
AutorestCI Apr 25, 2019
028cd39
Generated from 7ec2bd4609060afcc99c3d328a2085d52324ece7 (#3470)
AutorestCI Apr 26, 2019
e739ba7
[AutoPR sql/resource-manager] Instance pool usages (#3592)
AutorestCI Jun 17, 2019
37d8488
[AutoPR sql/resource-manager] Add managed instances swagger to 2018-0…
AutorestCI Jun 25, 2019
591ff94
Generated from e0489be63a969028e2325b1a0825641ecf54579c (#4341)
AutorestCI Jul 15, 2019
322cfcf
[AutoPR sql/resource-manager] chore: jsonfmt sql (#4332)
AutorestCI Jul 15, 2019
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
Prev Previous commit
Next Next commit
Generated from 59e8d0868a5c15631fdaaa7806897f22f4872fef (#2801)
typo: sql/resource-manager/Microsoft.Sql

- recoverabel -> recoverable
  • Loading branch information
AutorestCI authored Dec 17, 2018
commit 12dc2f6441d9f3748b9caf78aa95ddb53264bce8
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