Skip to content

Commit c53b1e0

Browse files
committed
Bulk update: Global effort to fix validation errors
1 parent b6fb09c commit c53b1e0

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The possible uses of `list*` are shown in the following table.
296296
| Microsoft.BotService/botServices/channels | [listChannelWithKeys](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/botservice/resource-manager/Microsoft.BotService/stable/2020-06-02/botservice.json#L553) |
297297
| Microsoft.Cache/redis | [listKeys](/rest/api/redis/redis/list-keys) |
298298
| Microsoft.CognitiveServices/accounts | [listKeys](/rest/api/aiservices/accountmanagement/accounts/list-keys) |
299-
| Microsoft.ContainerRegistry/registries | [listBuildSourceUploadUrl](/rest/api/containerregistry/registries%20(tasks)/get-build-source-upload-url) |
299+
| Microsoft.ContainerRegistry/registries | listBuildSourceUploadUrl |
300300
| Microsoft.ContainerRegistry/registries | [listCredentials](/rest/api/containerregistry/registries/listcredentials) |
301301
| Microsoft.ContainerRegistry/registries | [listUsages](/rest/api/containerregistry/registries/listusages) |
302302
| Microsoft.ContainerRegistry/registries/agentpools | listQueueStatus |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The possible uses of `list*` are shown in the following table.
144144
| Microsoft.BotService/botServices/channels | [listChannelWithKeys](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/botservice/resource-manager/Microsoft.BotService/stable/2020-06-02/botservice.json#L553) |
145145
| Microsoft.Cache/redis | [listKeys](/rest/api/redis/redis/list-keys) |
146146
| Microsoft.CognitiveServices/accounts | [listKeys](/rest/api/aiservices/accountmanagement/accounts/list-keys) |
147-
| Microsoft.ContainerRegistry/registries | [listBuildSourceUploadUrl](/rest/api/containerregistry/registries%20(tasks)/get-build-source-upload-url) |
147+
| Microsoft.ContainerRegistry/registries | listBuildSourceUploadUrl |
148148
| Microsoft.ContainerRegistry/registries | [listCredentials](/rest/api/containerregistry/registries/listcredentials) |
149149
| Microsoft.ContainerRegistry/registries | [listUsages](/rest/api/containerregistry/registries/listusages) |
150150
| Microsoft.ContainerRegistry/registries/agentpools | listQueueStatus |

articles/machine-learning/how-to-create-component-pipeline-python.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,7 @@ You need to prepare the input data for this image classification pipeline.
7171
7272
Fashion-MNIST is a dataset of fashion images divided into 10 classes. Each image is a 28x28 grayscale image and there are 60,000 training and 10,000 test images. As an image classification problem, Fashion-MNIST is harder than the classic MNIST handwritten digit database. It's distributed in the same compressed binary form as the original [handwritten digit database](http://yann.lecun.com/exdb/mnist/).
7373

74-
To define the input data of a job that references the Web-based data, run:
75-
76-
77-
[!notebook-python[] (~/azureml-examples-main/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/image_classification_keras_minist_convnet.ipynb?name=define-input)]
78-
74+
Import all the Azure Machine Learning required libraries that you'll need.
7975
8076
By defining an `Input`, you create a reference to the data source location. The data remains in its existing location, so no extra storage cost is incurred.
8177

0 commit comments

Comments
 (0)