Skip to content

Commit 4d1b0db

Browse files
Merge pull request #259299 from cloga/lochen/fix-schedule-version
remove version in schedule yaml
2 parents ed4481f + 36a1632 commit 4d1b0db

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

articles/machine-learning/reference-yaml-monitor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ You can find the schemas for older extension versions at [https://azuremlschemas
2727
| --- | ---- | ----------- | -------------- |
2828
| `$schema` | string | The YAML schema. | |
2929
| `name` | string | **Required.** Name of the schedule. | |
30-
| `version` | string | Version of the schedule. If omitted, Azure Machine Learning will autogenerate a version. | |
3130
| `description` | string | Description of the schedule. | |
3231
| `tags` | object | Dictionary of tags for the schedule. | |
3332
| `trigger` | object | **Required.** The trigger configuration to define rule when to trigger job. **One of `RecurrenceTrigger` or `CronTrigger` is required.** | |

articles/machine-learning/reference-yaml-schedule-data-import.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
2727
| --- | ---- | ----------- | -------------- |
2828
| `$schema` | string | The YAML schema. | |
2929
| `name` | string | **Required.** Name of the schedule. | |
30-
| `version` | string | Version of the schedule. If omitted, Azure Machine Learning autogenerates a version. | |
3130
| `description` | string | Description of the schedule. | |
3231
| `tags` | object | Dictionary of tags for the schedule. | |
3332
| `trigger` | object | The trigger configuration to define rule when to trigger job. **One of `RecurrenceTrigger` or `CronTrigger` is required.** | |

articles/machine-learning/reference-yaml-schedule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
2727
| --- | ---- | ----------- | -------------- |
2828
| `$schema` | string | The YAML schema. | |
2929
| `name` | string | **Required.** Name of the schedule. | |
30-
| `version` | string | Version of the schedule. If omitted, Azure Machine Learning will autogenerate a version. | |
3130
| `description` | string | Description of the schedule. | |
3231
| `tags` | object | Dictionary of tags for the schedule. | |
3332
| `trigger` | object | The trigger configuration to define rule when to trigger job. **One of `RecurrenceTrigger` or `CronTrigger` is required.** | |

0 commit comments

Comments
 (0)