Skip to content

Commit

Permalink
Merge pull request Azure#3 from ZhidaLiu/dev-machinelearning-Microsof…
Browse files Browse the repository at this point in the history
…t.MachineLearning-2022-05-01-addV1LegacyMode

Add v1LegacyMode to workpsace properties.
  • Loading branch information
forteddyt authored May 10, 2022
2 parents 10042f1 + 91f6c46 commit af99d84
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2204,6 +2204,11 @@
"description": "The URI associated with this workspace that machine learning flow must point at to set up tracking.",
"type": "string",
"readOnly": true
},
"v1LegacyMode": {
"description": "Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.",
"default": false,
"type": "boolean"
}
}
},
Expand Down

0 comments on commit af99d84

Please sign in to comment.