Skip to content

Commit 22b3d71

Browse files
authored
Merge pull request Azure#9896 from rupeshtech/patch-2
Get-Metrics gives error
2 parents 38a8c26 + ad8600f commit 22b3d71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Sql/Sql/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Update example in reference documentation for `Get-AzSqlElasticPool`
2122
* Added vCore example to creating an elastic pool (New-AzSqlElasticPool).
2223

2324
## Version 1.14.1

src/Sql/Sql/help/Get-AzSqlElasticPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This command gets the elastic pool named ElasticPool0127 on the server named Ser
8080

8181
### Example 3: Get metrics for a Azure SQL Elastic Database Pool
8282
```
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
8484
DimensionName :
8585
DimensionValue :
8686
Name : cpu_percent

0 commit comments

Comments
 (0)