We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ece29 commit 32ae724Copy full SHA for 32ae724
ml_service/pipelines/build_train_pipeline.py
@@ -29,8 +29,6 @@ def main():
29
build_id = os.environ.get("BUILD_BUILDID")
30
pipeline_name = os.environ.get("TRAINING_PIPELINE_NAME")
31
32
- print(app_secret)
33
-
34
# Get Azure machine learning workspace
35
aml_workspace = get_workspace(
36
workspace_name,
0 commit comments