Skip to content

Commit bbf3e53

Browse files
authored
Merge pull request #96084 from v-maudel/patch-359
M45095: Fixing typo common/comma
2 parents 618d8ca + c63f3dc commit bbf3e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/event-schema-machine-learning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The data object has the following properties for each event type:
176176
| -------- | ---- | ----------- |
177177
| ServiceName | string | The name of the deployed service. |
178178
| ServiceComputeType | string | The compute type (e.g. ACI, AKS) of the deployed service. |
179-
| ModelIds | string | A common separated list of model IDs. The IDs of the models deployed in the service. |
179+
| ModelIds | string | A comma separated list of model IDs. The IDs of the models deployed in the service. |
180180
| ServiceTags | object | The tags of the deployed service. |
181181
| ServiceProperties | object | The properties of the deployed service. |
182182

@@ -210,4 +210,4 @@ The data object has the following properties for each event type:
210210
* For an introduction to Azure Event Grid, see [What is Event Grid?](overview.md)
211211
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md)
212212
* For an introduction to using Azure Event Grid with Azure Machine Learning, see [Consume Azure Machine Learning events](/azure/machine-learning/service/concept-event-grid-integration)
213-
* For an example of using Azure Event Grid with Azure Machine Learning, see [Create event driven machine learning workflows](/azure/machine-learning/service/event-schema-machine-learning)
213+
* For an example of using Azure Event Grid with Azure Machine Learning, see [Create event driven machine learning workflows](/azure/machine-learning/service/event-schema-machine-learning)

0 commit comments

Comments
 (0)