updated comments for RAI to not refer to own org

This commit is contained in:
Cindy Weng 2022-10-31 15:55:42 +00:00 коммит произвёл GitHub
Родитель 9cf02e5ffc
Коммит aa5b345174
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -26,9 +26,9 @@ resources:
endpoint: github-connection # need to set up and hardcode
type: github
ref: main
- repository: rai-vnext-preview # Template Repo
name: Azure/rai-vnext-preview # need to change org name from "Azure" to your own org
endpoint: github-connection # need to set up and hardcode
- repository: rai-vnext-preview
name: Azure/rai-vnext-preview
endpoint: github-connection
type: github
ref: main
@ -65,4 +65,4 @@ stages:
pipeline_file: mlops/azureml/train/pipeline.yml
experiment_name: $(environment)_taxi_fare_train_$(Build.SourceBranchName)
display_name: $(environment)_taxi_fare_run_$(Build.BuildID)
enable_monitoring: $(enable_monitoring)
enable_monitoring: $(enable_monitoring)