Skip to content

Commit 898fb55

Browse files
authored
Merge pull request Azure#4531 from SvenAelterman/patch-1
Minor wording changes
2 parents 421e69e + 0fb4ae7 commit 898fb55

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/ResourceManager/Sql/Commands.Sql/help/Set-AzureRmSqlElasticPool.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Set-AzureRmSqlElasticPool
99

1010
## SYNOPSIS
11-
Modifies properties of an elastic database pool in a SQL Database.
11+
Modifies properties of an elastic database pool in Azure SQL Database.
1212

1313
## SYNTAX
1414

@@ -19,10 +19,7 @@ Set-AzureRmSqlElasticPool [-ElasticPoolName] <String> [-Edition <DatabaseEdition
1919
```
2020

2121
## DESCRIPTION
22-
The **Set-AzureRmSqlElasticPool** cmdlet modifies properties for an elastic database pool in an
23-
Azure SQL Database. This cmdlet can modify the minimum Database Throughput Units (DTUs) per
24-
database in addition to the maximum DTUs per database, the number of DTUs for the pool, and the
25-
storage limit for the pool.
22+
The **Set-AzureRmSqlElasticPool** cmdlet modifies properties for an elastic database pool in an Azure SQL Database. This cmdlet can modify the minimum Database Throughput Units (DTUs) per database in addition to the maximum DTUs per database, the number of DTUs for the pool, and the storage limit for the pool.
2623

2724
Several parameters (*-Dtu, -DatabaseDtuMin, and -DatabaseDtuMax*) require the value being set is from the list of valid values for that parameter. For example, -DatabaseDtuMax for a Standard 100 eDTU pool can only be set to 10, 20, 50, or 100. For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool).
2825

@@ -146,9 +143,10 @@ Specifies the edition of the Azure SQL Database for the elastic pool. You cannot
146143
edition. The acceptable values for this parameter are:
147144
148145
- None
149-
- Premium
150146
- Basic
151147
- Standard
148+
- Premium
149+
- PremiumRS
152150
- DataWarehouse
153151
- Free
154152
@@ -230,7 +228,7 @@ Accept wildcard characters: False
230228
Specifies a dictionary of Key-value pairs that this cmdlet associates with the elastic pool in the
231229
form of a hash table. For example:
232230
233-
@{key0="value0";key1=$null;key2="value2"}
231+
`@{key0="value0";"key 1"=$null;key2="value2"}`
234232

235233
```yaml
236234
Type: Hashtable

0 commit comments

Comments
 (0)