Skip to content

Commit ebb4dc3

Browse files
Merge pull request #267618 from sdgilley/sdg-fix-ticks
fix open/close code ticks
2 parents 1be7bc2 + e36b96d commit ebb4dc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/machine-learning/how-to-manage-registries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ To create a registry, use the following command. You can edit the JSON to change
152152
> [!TIP]
153153
> We recommend using the latest API version when working with the REST API. For a list of the current REST API versions for Azure Machine Learning, see the [Machine Learning REST API reference](/rest/api/azureml/). The current API versions are listed in the table of contents on the left side of the page.
154154

155-
```bash
156155
```bash
157156
curl -X PUT https://management.azure.com/subscriptions/<your-subscription-id>/resourceGroups/<your-resource-group>/providers/Microsoft.MachineLearningServices/registries/reg-from-rest?api-version=2023-04-01 -H "Authorization:Bearer <YOUR-ACCESS-TOKEN>" -H 'Content-Type: application/json' -d '
158157
{

articles/machine-learning/tutorial-auto-train-image-models.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Once you have the input image data prepared in [JSONL](https://jsonlines.org/) (
161161
```
162162
%pip install --upgrade matplotlib
163163
```
164+
164165
```python
165166

166167
%matplotlib inline
@@ -317,7 +318,7 @@ To configure automated ML jobs for image-related tasks, create a task specific A
317318
> resources:
318319
>  instance_type: Standard_NC24s_v3
319320
>  instance_count: 4
320-
```
321+
> ```
321322

322323
```yaml
323324
task: image_object_detection

0 commit comments

Comments
 (0)