Skip to content

Commit c163c6b

Browse files
authored
Fix broken link in Invoke-AzOperationalInsightsQuery.md (#24935)
* Update InvokeOperationalInsightsQuery.cs * Update Invoke-AzOperationalInsightsQuery.md
1 parent b734c60 commit c163c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OperationalInsights/OperationalInsights/Query/InvokeOperationalInsightsQuery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class InvokeOperationalInsightsQuery : ResourceManager.Common.AzureRmLong
4646
[Parameter(Mandatory = false, HelpMessage = "The timespan to bound the query by.")]
4747
public TimeSpan? Timespan { get; set; } = null;
4848

49-
[Parameter(Mandatory = false, HelpMessage = "Puts an upper bound on the amount of time the server will spend processing the query. See: https://dev.loganalytics.io/documentation/Using-the-API/Timeouts")]
49+
[Parameter(Mandatory = false, HelpMessage = "Puts an upper bound on the amount of time the server will spend processing the query. See: https://learn.microsoft.com/azure/azure-monitor/logs/api/timeouts")]
5050
[ValidateRange(1, int.MaxValue)]
5151
public int? Wait { get; set; }
5252

src/OperationalInsights/OperationalInsights/help/Invoke-AzOperationalInsightsQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Accept wildcard characters: False
168168
```
169169
170170
### -Wait
171-
Puts an upper bound on the amount of time the server will spend processing the query.
171+
Puts an upper bound on the amount of time the server will spend processing the query. See: https://learn.microsoft.com/azure/azure-monitor/logs/api/timeouts
172172
173173
```yaml
174174
Type: System.Nullable`1[System.Int32]

0 commit comments

Comments
 (0)