Skip to content

Commit db646e9

Browse files
Minor wording change
"pool in a SQL Database" gives the impression that the pool is a child of a database, which is incorrect. Also removed unnecessary line breaks. Added PremiumRS as an Edition value and re-arranged acceptable values in logical order. Set -Tags example with code formatting and changed a tag name to include a space, to illustrate the possibility.
1 parent 3bd6314 commit db646e9

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

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

Lines changed: 5 additions & 11 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
@@ -278,14 +276,10 @@ Accept wildcard characters: False
278276
### CommonParameters
279277
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
280278

281-
## INPUTS
282-
283279
## OUTPUTS
284280

285281
### Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
286282

287-
## NOTES
288-
289283
## RELATED LINKS
290284

291285
[Get-AzureRmSqlElasticPool](./Get-AzureRmSqlElasticPool.md)

0 commit comments

Comments
 (0)