Skip to content

Commit bb7daec

Browse files
committed
Removing version from link
1 parent 0bc39eb commit bb7daec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/search-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ az monitor log-analytics workspace table search-job create --subscription Contos
154154

155155
### [PowerShell](#tab/powershell-1)
156156

157-
To run a search job, run the [New-AzOperationalInsightsSearchTable](/powershell/module/az.operationalinsights/new-azoperationalinsightssearchtable?view=azps-12.0.0) command. The name of the results table, which you set using the `TableName` parameter, must end with *_SRCH*.
157+
To run a search job, run the [New-AzOperationalInsightsSearchTable](/powershell/module/az.operationalinsights/new-azoperationalinsightssearchtable) command. The name of the results table, which you set using the `TableName` parameter, must end with *_SRCH*.
158158

159159
**Example**
160160

@@ -250,7 +250,7 @@ az monitor log-analytics workspace table show --subscription ContosoSID --resour
250250

251251
### [PowerShell](#tab/powershell-2)
252252

253-
To check the status and details of a search job table, run the [Get-AzOperationalInsightsTable](/powershell/module/az.operationalinsights/get-azoperationalinsightstable?view=azps-12.0.0) command.
253+
To check the status and details of a search job table, run the [Get-AzOperationalInsightsTable](/powershell/module/az.operationalinsights/get-azoperationalinsightstable) command.
254254

255255
**Example**
256256

0 commit comments

Comments
 (0)