Skip to content

Commit a9bf237

Browse files
authored
Merge pull request #9514 from mozts2005/patch-1
updated remove app insights API key example
2 parents edad1ae + 5be702b commit a9bf237

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ApplicationInsights/ApplicationInsights/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fix example typo in `Remove-AzApplicationInsightsApiKey` documentation
2122

2223
## Version 1.0.0
23-
* General availability of `Az.ApplicationInsights` module
24+
* General availability of `Az.ApplicationInsights` module

src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Remove an application insights api key for an application insights resource
3838

3939
### Example 1 Remove an application insights api key for an application insights resource
4040
```
41-
Get-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId dd173f38-4fd1-4c75-8af5-9
41+
Remove-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId dd173f38-4fd1-4c75-8af5-9
4242
9c29aa0f867 -PassThru
4343
True
4444
```

0 commit comments

Comments
 (0)