Skip to content

Commit 654db9b

Browse files
authored
Merge pull request #96357 from vkamlesh/patch-2
Update monitor-key-vault.md
2 parents 4f968b3 + 7d4da15 commit 654db9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/monitor-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Here are some queries that you can enter into the **Log search** bar to help you
168168
AzureDiagnostics
169169
| where TimeGenerated > ago(30d) // Time range specified in the query. Overrides time picker in portal.
170170
| where ResourceProvider =="MICROSOFT.KEYVAULT"
171-
| where OperationName == "VaultPut" or OperationName = "VaultPatch"
171+
| where OperationName == "VaultPut" or OperationName == "VaultPatch"
172172
| sort by TimeGenerated desc
173173
```
174174

0 commit comments

Comments
 (0)