Skip to content

Commit c0d2884

Browse files
authored
Merge pull request #8544 from maddieclayton/fixhelp
Fix example in Get-AzWebAppSlotMetrics
2 parents 4ae27fe + c197d5c commit c0d2884

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Websites/Websites/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+
* Correct example in Get-AzWebAppSlotMetrics
2122

2223
## Version 1.1.0
2324
* Update incorrect online help URLs

src/Websites/Websites/help/Get-AzWebAppSlotMetrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The **Get-AzWebAppSlotMetrics** gets Web App metrics for the specified slot.
3434

3535
### Example 1
3636
```
37-
PS C:\> Get-AzAppServicePlanMetrics -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StartTime 2016-11-30T22:00:00Z -EndTime 2016-11-30T22:30:00Z -Granularity PT1M -Metrics ["Requests"]
37+
PS C:\> Get-AzWebAppSlotMetrics -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StartTime 2016-11-30T22:00:00Z -EndTime 2016-11-30T22:30:00Z -Granularity PT1M -Metrics ["Requests"]
3838
```
3939

4040
This command gets Request of the specified Web App

0 commit comments

Comments
 (0)