Skip to content

Commit f2cebc7

Browse files
committed
Merge branch 'main' of github.com:sdgilley/learn-tools
2 parents ebd6467 + 4581e5f commit f2cebc7

File tree

2 files changed

+33
-31
lines changed

2 files changed

+33
-31
lines changed

GitHub/refs-found.csv

+32-30
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ref_file,from_file
2-
cli/assets/component/train.yml,reference-yaml-core-syntax.md
32
cli/assets/component/train.yml,how-to-manage-inputs-outputs-pipeline.md
43
cli/assets/component/train.yml,reference-yaml-component-command.md
4+
cli/assets/component/train.yml,reference-yaml-core-syntax.md
55
cli/assets/data/cloud-file-https.yml,reference-yaml-data.md
66
cli/assets/data/cloud-file-wasbs.yml,reference-yaml-data.md
77
cli/assets/data/cloud-file.yml,reference-yaml-data.md
@@ -10,15 +10,15 @@ cli/assets/data/cloud-folder-wasbs.yml,reference-yaml-data.md
1010
cli/assets/data/cloud-folder.yml,reference-yaml-data.md
1111
cli/assets/data/local-file.yml,reference-yaml-data.md
1212
cli/assets/data/local-folder.yml,reference-yaml-data.md
13-
cli/assets/environment/docker-context.yml,reference-yaml-environment.md
1413
cli/assets/environment/docker-context.yml,how-to-manage-environments-v2.md
14+
cli/assets/environment/docker-context.yml,reference-yaml-environment.md
1515
cli/assets/environment/docker-image-plus-conda.yaml,reference-yaml-environment.md
1616
cli/assets/environment/docker-image-plus-conda.yaml,how-to-manage-environments-v2.md
17-
cli/assets/environment/docker-image.yml,how-to-manage-environments-v2.md
1817
cli/assets/environment/docker-image.yml,how-to-identity-based-service-authentication.md
18+
cli/assets/environment/docker-image.yml,how-to-manage-environments-v2.md
1919
cli/assets/environment/docker-image.yml,reference-yaml-environment.md
20-
cli/assets/model/local-file.yml,how-to-manage-models.md
2120
cli/assets/model/local-file.yml,reference-yaml-model.md
21+
cli/assets/model/local-file.yml,how-to-manage-models.md
2222
cli/assets/model/local-mlflow.yml,reference-yaml-model.md
2323
cli/deploy-custom-container-tfserving-half-plus-two.sh,how-to-deploy-custom-container.md
2424
cli/deploy-local-endpoint.sh,how-to-deploy-online-endpoints.md
@@ -30,8 +30,8 @@ cli/deploy-managed-online-endpoint.sh,how-to-deploy-online-endpoints.md
3030
cli/deploy-mlcompute-update-to-system-identity.sh,how-to-identity-based-service-authentication.md
3131
cli/deploy-mlcompute-update-to-user-identity.sh,how-to-identity-based-service-authentication.md
3232
cli/deploy-moe-autoscale.sh,how-to-autoscale-endpoints.md
33-
cli/deploy-rest.sh,how-to-deploy-with-rest.md
3433
cli/deploy-rest.sh,how-to-train-model.md
34+
cli/deploy-rest.sh,how-to-deploy-with-rest.md
3535
cli/deploy-safe-rollout-online-endpoints.sh,how-to-safely-rollout-online-endpoints.md
3636
cli/deploy-triton-managed-online-endpoint.sh,how-to-deploy-with-triton.md
3737
cli/endpoints/batch/deploy-models/custom-outputs-parquet/code/batch_driver.py,how-to-deploy-model-custom-output.md
@@ -63,13 +63,13 @@ cli/endpoints/batch/deploy-models/mnist-classifier/deployment-keras/code/batch_d
6363
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-keras/deployment.yml,how-to-use-batch-model-deployments.md
6464
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-keras/environment/conda.yaml,how-to-use-batch-model-deployments.md
6565
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/code/batch_driver.py,how-to-use-batch-model-deployments.md
66+
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/deployment.yml,reference-yaml-deployment-batch.md
6667
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/deployment.yml,how-to-use-batch-model-deployments.md
6768
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/deployment.yml,how-to-batch-scoring-script.md
68-
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/deployment.yml,reference-yaml-deployment-batch.md
69-
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/environment/conda.yaml,how-to-use-batch-model-deployments.md
7069
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/environment/conda.yaml,how-to-batch-scoring-script.md
71-
cli/endpoints/batch/deploy-models/mnist-classifier/endpoint.yml,reference-yaml-endpoint-batch.md
70+
cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/environment/conda.yaml,how-to-use-batch-model-deployments.md
7271
cli/endpoints/batch/deploy-models/mnist-classifier/endpoint.yml,how-to-use-batch-model-deployments.md
72+
cli/endpoints/batch/deploy-models/mnist-classifier/endpoint.yml,reference-yaml-endpoint-batch.md
7373
cli/endpoints/batch/deploy-models/openai-embeddings/code/batch_driver.py,how-to-use-batch-model-openai-embeddings.md
7474
cli/endpoints/batch/deploy-models/openai-embeddings/deploy-and-run.sh,how-to-use-batch-model-openai-embeddings.md
7575
cli/endpoints/batch/deploy-models/openai-embeddings/deployment.yml,how-to-use-batch-model-openai-embeddings.md
@@ -105,13 +105,13 @@ cli/endpoints/batch/deploy-pipelines/training-with-components/environment/xgboos
105105
cli/endpoints/batch/deploy-pipelines/training-with-components/inputs.yml,how-to-use-batch-training-pipeline.md
106106
cli/endpoints/online/custom-container/tfserving/half-plus-two/tfserving-deployment.yml,how-to-deploy-custom-container.md
107107
cli/endpoints/online/custom-container/tfserving/half-plus-two/tfserving-endpoint.yml,how-to-deploy-custom-container.md
108-
cli/endpoints/online/deploy-with-packages/custom-model/deploy.sh,how-to-package-models.md
109108
cli/endpoints/online/deploy-with-packages/custom-model/deploy.sh,how-to-package-models-moe.md
109+
cli/endpoints/online/deploy-with-packages/custom-model/deploy.sh,how-to-package-models.md
110110
cli/endpoints/online/deploy-with-packages/custom-model/deployment.yml,how-to-package-models-moe.md
111-
cli/endpoints/online/deploy-with-packages/custom-model/environment/conda.yaml,how-to-package-models.md
112111
cli/endpoints/online/deploy-with-packages/custom-model/environment/conda.yaml,how-to-package-models-moe.md
113-
cli/endpoints/online/deploy-with-packages/custom-model/environment/sklearn-regression-env.yml,how-to-package-models-moe.md
112+
cli/endpoints/online/deploy-with-packages/custom-model/environment/conda.yaml,how-to-package-models.md
114113
cli/endpoints/online/deploy-with-packages/custom-model/environment/sklearn-regression-env.yml,how-to-package-models.md
114+
cli/endpoints/online/deploy-with-packages/custom-model/environment/sklearn-regression-env.yml,how-to-package-models-moe.md
115115
cli/endpoints/online/deploy-with-packages/custom-model/package-external.yml,how-to-package-models.md
116116
cli/endpoints/online/deploy-with-packages/custom-model/package-moe.yml,how-to-package-models.md
117117
cli/endpoints/online/deploy-with-packages/custom-model/package-moe.yml,how-to-package-models-moe.md
@@ -128,15 +128,15 @@ cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint.yml,how-to
128128
cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint.yml,reference-yaml-endpoint-online.md
129129
cli/endpoints/online/managed/managed-identities/2-sai-deployment.yml,how-to-access-resources-from-endpoints-managed-identities.md
130130
cli/endpoints/online/managed/managed-identities/2-sai-deployment.yml,reference-yaml-deployment-managed-online.md
131-
cli/endpoints/online/managed/managed-identities/2-uai-deployment.yml,reference-yaml-deployment-managed-online.md
132131
cli/endpoints/online/managed/managed-identities/2-uai-deployment.yml,how-to-access-resources-from-endpoints-managed-identities.md
132+
cli/endpoints/online/managed/managed-identities/2-uai-deployment.yml,reference-yaml-deployment-managed-online.md
133+
cli/endpoints/online/managed/sample/blue-deployment.yml,how-to-deploy-automl-endpoint.md
133134
cli/endpoints/online/managed/sample/blue-deployment.yml,how-to-deploy-online-endpoints.md
134-
cli/endpoints/online/managed/sample/blue-deployment.yml,reference-yaml-deployment-managed-online.md
135135
cli/endpoints/online/managed/sample/blue-deployment.yml,how-to-safely-rollout-online-endpoints.md
136-
cli/endpoints/online/managed/sample/blue-deployment.yml,how-to-deploy-automl-endpoint.md
137-
cli/endpoints/online/managed/sample/endpoint.yml,how-to-deploy-online-endpoints.md
138-
cli/endpoints/online/managed/sample/endpoint.yml,reference-yaml-endpoint-online.md
136+
cli/endpoints/online/managed/sample/blue-deployment.yml,reference-yaml-deployment-managed-online.md
139137
cli/endpoints/online/managed/sample/endpoint.yml,how-to-safely-rollout-online-endpoints.md
138+
cli/endpoints/online/managed/sample/endpoint.yml,reference-yaml-endpoint-online.md
139+
cli/endpoints/online/managed/sample/endpoint.yml,how-to-deploy-online-endpoints.md
140140
cli/endpoints/online/managed/sample/endpoint.yml,how-to-deploy-automl-endpoint.md
141141
cli/endpoints/online/managed/sample/green-deployment.yml,reference-yaml-deployment-managed-online.md
142142
cli/endpoints/online/model-1/onlinescoring/score.py,how-to-inference-server-http.md
@@ -181,8 +181,8 @@ cli/jobs/basics/hello-world-output.yml,reference-yaml-job-command.md
181181
cli/jobs/basics/hello-world.yml,reference-yaml-job-command.md
182182
cli/jobs/basics/src/hello-mlflow.py,how-to-use-mlflow-cli-runs.md
183183
cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline-serverless.yml,how-to-use-serverless-compute.md
184-
cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml,how-to-create-component-pipelines-cli.md
185184
cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml,how-to-manage-inputs-outputs-pipeline.md
185+
cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml,how-to-create-component-pipelines-cli.md
186186
cli/jobs/pipelines-with-components/basics/2a_basic_component/component.yml,reference-yaml-component-command.md
187187
cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentA.yml,how-to-create-component-pipelines-cli.md
188188
cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/pipeline.yml,how-to-create-component-pipelines-cli.md
@@ -212,19 +212,19 @@ cli/jobs/spark/attached-spark-pipeline-user-identity.yml,reference-yaml-componen
212212
cli/jobs/spark/attached-spark-standalone-managed-identity.yml,reference-yaml-job-spark.md
213213
cli/jobs/spark/serverless-spark-standalone-user-identity.yaml,reference-yaml-job-spark.md
214214
cli/jobs/spark/spark-job-component.yml,reference-yaml-component-spark.md
215-
cli/misc.sh,how-to-deploy-automl-endpoint.md
216215
cli/misc.sh,how-to-configure-cli.md
216+
cli/misc.sh,how-to-deploy-automl-endpoint.md
217217
cli/resources/compute/cluster-basic.yml,reference-yaml-compute-aml.md
218-
cli/resources/compute/cluster-location.yml,reference-yaml-compute-aml.md
219218
cli/resources/compute/cluster-location.yml,how-to-create-attach-compute-cluster.md
219+
cli/resources/compute/cluster-location.yml,reference-yaml-compute-aml.md
220220
cli/resources/compute/cluster-low-priority.yml,reference-yaml-compute-aml.md
221221
cli/resources/compute/cluster-low-priority.yml,how-to-create-attach-compute-cluster.md
222222
cli/resources/compute/cluster-minimal.yml,reference-yaml-compute-aml.md
223223
cli/resources/compute/cluster-ssh-password.yml,reference-yaml-compute-aml.md
224224
cli/resources/compute/cluster-system-identity.yml,how-to-identity-based-service-authentication.md
225225
cli/resources/compute/cluster-user-identity.yml,how-to-identity-based-service-authentication.md
226-
cli/resources/compute/instance-basic.yml,how-to-create-compute-instance.md
227226
cli/resources/compute/instance-basic.yml,reference-yaml-compute-instance.md
227+
cli/resources/compute/instance-basic.yml,how-to-create-compute-instance.md
228228
cli/resources/compute/instance-minimal.yml,reference-yaml-compute-instance.md
229229
cli/resources/compute/instance-schedule.yml,how-to-create-compute-instance.md
230230
cli/resources/compute/vm-attach.yml,reference-yaml-compute-vm.md
@@ -250,19 +250,19 @@ cli/resources/workspace/mvnet-allow-only-approved-outbound.yml,reference-yaml-wo
250250
cli/resources/workspace/privatelink.yml,how-to-manage-workspace-cli.md
251251
cli/resources/workspace/privatelink.yml,reference-yaml-workspace.md
252252
cli/resources/workspace/privatelink.yml,how-to-configure-private-link.md
253-
cli/resources/workspace/with-existing-resources.yml,reference-yaml-workspace.md
254253
cli/resources/workspace/with-existing-resources.yml,how-to-manage-workspace-cli.md
255-
cli/schedules/cron-job-schedule.yml,how-to-schedule-pipeline-job.md
256-
cli/schedules/cron-job-schedule.yml,reference-yaml-monitor.md
254+
cli/resources/workspace/with-existing-resources.yml,reference-yaml-workspace.md
257255
cli/schedules/cron-job-schedule.yml,reference-yaml-schedule.md
256+
cli/schedules/cron-job-schedule.yml,reference-yaml-monitor.md
257+
cli/schedules/cron-job-schedule.yml,how-to-schedule-pipeline-job.md
258258
cli/schedules/cron-with-settings-job-schedule.yml,how-to-schedule-pipeline-job.md
259-
cli/schedules/recurrence-job-schedule.yml,reference-yaml-monitor.md
260259
cli/schedules/recurrence-job-schedule.yml,reference-yaml-schedule.md
260+
cli/schedules/recurrence-job-schedule.yml,reference-yaml-monitor.md
261261
cli/schedules/recurrence-job-schedule.yml,how-to-schedule-pipeline-job.md
262-
cli/schedules/schedule.sh,how-to-schedule-pipeline-job.md
263262
cli/schedules/schedule.sh,how-to-schedule-data-import.md
264-
cli/setup.sh,how-to-deploy-automl-endpoint.md
263+
cli/schedules/schedule.sh,how-to-schedule-pipeline-job.md
265264
cli/setup.sh,how-to-configure-cli.md
265+
cli/setup.sh,how-to-deploy-automl-endpoint.md
266266
cli/train.sh,how-to-train-model.md
267267
deploy-arm-templates-az-cli.sh,how-to-deploy-online-endpoints.md
268268
deploy-arm-templates-az-cli.sh,how-to-train-model.md
@@ -274,8 +274,8 @@ sdk/python/endpoints/batch/deploy-models/openai-embeddings/deploy-and-test.ipynb
274274
sdk/python/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/sdk-deploy-and-test.ipynb,how-to-use-batch-scoring-pipeline.md
275275
sdk/python/endpoints/batch/deploy-pipelines/hello-batch/sdk-deploy-and-test.ipynb,how-to-use-batch-pipeline-deployments.md
276276
sdk/python/endpoints/batch/deploy-pipelines/training-with-components/sdk-deploy-and-test.ipynb,how-to-use-batch-training-pipeline.md
277-
sdk/python/endpoints/online/deploy-with-packages/custom-model/sdk-deploy-and-test.ipynb,how-to-package-models-moe.md
278277
sdk/python/endpoints/online/deploy-with-packages/custom-model/sdk-deploy-and-test.ipynb,how-to-package-models.md
278+
sdk/python/endpoints/online/deploy-with-packages/custom-model/sdk-deploy-and-test.ipynb,how-to-package-models-moe.md
279279
sdk/python/endpoints/online/deploy-with-packages/mlflow-model/sdk-deploy-and-test.ipynb,concept-package-models.md
280280
sdk/python/endpoints/online/deploy-with-packages/mlflow-model/sdk-deploy-and-test.ipynb,how-to-package-models-app-service.md
281281
sdk/python/endpoints/online/deploy-with-packages/registry-model/sdk-deploy-and-test.ipynb,how-to-package-models.md
@@ -289,16 +289,18 @@ sdk/python/featurestore_sample/notebooks/sdk_and_cli/1. Develop a feature set an
289289
sdk/python/featurestore_sample/notebooks/sdk_and_cli/2. Experiment and train models using features.ipynb,tutorial-experiment-train-models-using-features.md
290290
sdk/python/featurestore_sample/notebooks/sdk_and_cli/3. Enable recurrent materialization and run batch inference.ipynb,tutorial-enable-recurrent-materialization-run-batch-inference.md
291291
sdk/python/featurestore_sample/notebooks/sdk_and_cli/network_isolation/Network Isolation for Feature store.ipynb,tutorial-network-isolation-for-feature-store.md
292+
sdk/python/featurestore_sample/notebooks/sdk_only/1. Develop a feature set and register with managed feature store.ipynb,feature-set-materialization-concepts.md
292293
sdk/python/featurestore_sample/notebooks/sdk_only/1. Develop a feature set and register with managed feature store.ipynb,tutorial-get-started-with-feature-store.md
293294
sdk/python/featurestore_sample/notebooks/sdk_only/2. Experiment and train models using features.ipynb,tutorial-experiment-train-models-using-features.md
294295
sdk/python/featurestore_sample/notebooks/sdk_only/3. Enable recurrent materialization and run batch inference.ipynb,tutorial-enable-recurrent-materialization-run-batch-inference.md
296+
sdk/python/featurestore_sample/notebooks/sdk_only/4. Enable online store and run online inference.ipynb,feature-set-materialization-concepts.md
295297
sdk/python/featurestore_sample/notebooks/sdk_only/4. Enable online store and run online inference.ipynb,tutorial-online-materialization-inference.md
296298
sdk/python/featurestore_sample/notebooks/sdk_only/5. Develop a feature set with custom source.ipynb,tutorial-develop-feature-set-with-custom-source.md
297299
sdk/python/jobs/automl-standalone-jobs/automl-classification-task-bankmarketing/automl-classification-task-bankmarketing-serverless.ipynb,how-to-use-serverless-compute.md
298300
sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb,tutorial-auto-train-image-models.md
301+
sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb,how-to-auto-train-image-models.md
299302
sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb,reference-automl-images-schema.md
300303
sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb,how-to-prepare-datasets-for-automl-images.md
301-
sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb,how-to-auto-train-image-models.md
302304
sdk/python/jobs/configuration.ipynb,how-to-train-model.md
303305
sdk/python/jobs/configuration.ipynb,how-to-auto-train-forecast.md
304306
sdk/python/jobs/pipelines/1a_pipeline_with_components_from_yaml/pipeline_with_components_from_yaml_serverless.ipynb,how-to-use-serverless-compute.md
@@ -320,12 +322,12 @@ sdk/python/jobs/single-step/tensorflow/mnist-distributed-horovod/tensorflow-mnis
320322
sdk/python/jobs/single-step/tensorflow/mnist-distributed/tensorflow-mnist-distributed.ipynb,how-to-train-distributed-gpu.md
321323
sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-keras/train-hyperparameter-tune-deploy-with-keras.ipynb,how-to-train-keras.md
322324
sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/train-hyperparameter-tune-deploy-with-tensorflow.ipynb,how-to-train-tensorflow.md
323-
sdk/python/resources/compute/compute.ipynb,how-to-create-compute-instance.md
324325
sdk/python/resources/compute/compute.ipynb,how-to-manage-compute-instance.md
325326
sdk/python/resources/compute/compute.ipynb,how-to-create-attach-compute-cluster.md
327+
sdk/python/resources/compute/compute.ipynb,how-to-create-compute-instance.md
326328
sdk/python/resources/workspace/workspace.ipynb,how-to-manage-workspace.md
327-
sdk/python/schedules/job-schedule.ipynb,how-to-schedule-pipeline-job.md
328329
sdk/python/schedules/job-schedule.ipynb,how-to-schedule-data-import.md
330+
sdk/python/schedules/job-schedule.ipynb,how-to-schedule-pipeline-job.md
329331
sdk/python/using-mlflow/deploy/environment/conda.yaml,how-to-use-mlflow-cli-runs.md
330332
sdk/python/using-mlflow/deploy/model/conda.yaml,how-to-deploy-mlflow-model-spark-jobs.md
331333
setup/setup-ci/install-pip-package.sh,how-to-customize-compute-instance.md

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Some handy scripts for working with markdown articles on learn.microsoft.com
1212

1313
### GitHub folder
1414

15-
Scripts in the GitHub folder are used to help us maintain our code references:
15+
Scripts in the GitHub folder are used to help us maintain our code references. Make sure you have `pyGithub` installed (`pip install pyGithub`) to run these scripts.
1616

1717
* [create-codeowners.py](GitHub/create-codeowners.py) - create a CODEOWNERS file for the azureml-examples repo. Use this to generate content to replace the lines in https://github.com/Azure/azureml-examples/blob/main/.github/CODEOWNERS.
1818

0 commit comments

Comments
 (0)