File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/ApplicationInsights/ApplicationInsights Expand file tree Collapse file tree 2 files changed +3
-2
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
+ * Fix example typo in ` Remove-AzApplicationInsightsApiKey ` documentation
21
22
22
23
## Version 1.0.0
23
- * General availability of ` Az.ApplicationInsights ` module
24
+ * General availability of ` Az.ApplicationInsights ` module
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Remove an application insights api key for an application insights resource
38
38
39
39
### Example 1 Remove an application insights api key for an application insights resource
40
40
```
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
42
42
9c29aa0f867 -PassThru
43
43
True
44
44
```
You can’t perform that action at this time.
0 commit comments