File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+ * Update example in reference documentation for ` Get-AzSqlElasticPool `
21
22
* Added vCore example to creating an elastic pool (New-AzSqlElasticPool).
22
23
23
24
## Version 1.14.1
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ This command gets the elastic pool named ElasticPool0127 on the server named Ser
80
80
81
81
### Example 3: Get metrics for a Azure SQL Elastic Database Pool
82
82
```
83
- PS C:\>Get-AzSqlElasticPool -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -ElasticPoolName "ElasticPool01" | Get-Metrics -TimeGrain 0:5:0
83
+ PS C:\>Get-AzSqlElasticPool -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -ElasticPoolName "ElasticPool01" | Get-AzMetric -TimeGrain 0:5:0 -MetricName storage_percent
84
84
DimensionName :
85
85
DimensionValue :
86
86
Name : cpu_percent
You can’t perform that action at this time.
0 commit comments