Skip to content

Commit f041b41

Browse files
authored
Merge pull request #205356 from davidsmatlak/ds-fixlink-0720
Fixes typo
2 parents eae359c + 854586a commit f041b41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-resource-manager/bicep/bicep-functions-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ The possible uses of `list*` are shown in the following table.
338338
| Microsoft.Logic/workflows/versions/triggers | [listCallbackUrl](/rest/api/logic/workflowversions/listcallbackurl) |
339339
| Microsoft.MachineLearning/webServices | [listkeys](/rest/api/machinelearning/webservices/listkeys) |
340340
| Microsoft.MachineLearning/Workspaces | listworkspacekeys |
341-
| Microsoft.MachineLearningServices/workspaces/compute | [listKeys](/rest/api/azureml/2022-05-01/compute/list-keys) |
342-
| Microsoft.MachineLearningServices/workspaces/compute | [listNodes](/rest/api/azureml/2022-05-01/compute/list-nodes) |
341+
| Microsoft.MachineLearningServices/workspaces/computes | [listKeys](/rest/api/azureml/2022-05-01/compute/list-keys) |
342+
| Microsoft.MachineLearningServices/workspaces/computes | [listNodes](/rest/api/azureml/2022-05-01/compute/list-nodes) |
343343
| Microsoft.MachineLearningServices/workspaces | [listKeys](/rest/api/azureml/2022-05-01/workspaces/list-keys) |
344344
| Microsoft.Maps/accounts | [listKeys](/rest/api/maps-management/accounts/listkeys) |
345345
| Microsoft.Media/mediaservices/assets | [listContainerSas](/rest/api/media/assets/listcontainersas) |

articles/azure-resource-manager/templates/template-functions-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ The possible uses of `list*` are shown in the following table.
201201
| Microsoft.Logic/workflows/versions/triggers | [listCallbackUrl](/rest/api/logic/workflowversions/listcallbackurl) |
202202
| Microsoft.MachineLearning/webServices | [listkeys](/rest/api/machinelearning/webservices/listkeys) |
203203
| Microsoft.MachineLearning/Workspaces | listworkspacekeys |
204-
| Microsoft.MachineLearningServices/workspaces/compute | [listKeys](/rest/api/azureml/2022-05-01/compute/list-keys) |
205-
| Microsoft.MachineLearningServices/workspaces/compute | [listNodes](/rest/api/azureml/2022-05-01/compute/list-nodes) |
204+
| Microsoft.MachineLearningServices/workspaces/computes | [listKeys](/rest/api/azureml/2022-05-01/compute/list-keys) |
205+
| Microsoft.MachineLearningServices/workspaces/computes | [listNodes](/rest/api/azureml/2022-05-01/compute/list-nodes) |
206206
| Microsoft.MachineLearningServices/workspaces | [listKeys](/rest/api/azureml/2022-05-01/workspaces/list-keys) |
207207
| Microsoft.Maps/accounts | [listKeys](/rest/api/maps-management/accounts/listkeys) |
208208
| Microsoft.Media/mediaservices/assets | [listContainerSas](/rest/api/media/assets/listcontainersas) |

0 commit comments

Comments
 (0)