Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/JobStream"
"$ref": "../../common/v1/schemas.json#/definitions/JobStream"
}
},
"default": {
Expand Down Expand Up @@ -593,7 +593,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/JobStreamListResult"
"$ref": "../../common/v1/schemas.json#/definitions/JobStreamListResult"
}
},
"default": {
Expand All @@ -610,84 +610,6 @@
}
},
"definitions": {
"JobStream": {
"properties": {
"id": {
"type": "string",
"description": "Gets or sets the id of the resource."
},
"properties": {
"$ref": "#/definitions/JobStreamProperties",
"x-ms-client-flatten": true,
"description": "Gets or sets the id of the job stream."
}
},
"description": "Definition of the job stream."
},
"JobStreamProperties": {
"properties": {
"jobStreamId": {
"type": "string",
"description": "Gets or sets the id of the job stream."
},
"time": {
"type": "string",
"format": "date-time",
"description": "Gets or sets the creation time of the job.",
"x-nullable": false
},
"streamType": {
"type": "string",
"description": "Gets or sets the stream type.",
"enum": [
"Progress",
"Output",
"Warning",
"Error",
"Debug",
"Verbose",
"Any"
],
"x-ms-enum": {
"name": "JobStreamType",
"modelAsString": true
}
},
"streamText": {
"type": "string",
"description": "Gets or sets the stream text."
},
"summary": {
"type": "string",
"description": "Gets or sets the summary."
},
"value": {
"type": "object",
"additionalProperties": {
"type": "object"
},
"description": "Gets or sets the values of the job stream."
}
},
"x-ms-client-flatten": true,
"description": "Definition of the job stream."
},
"JobStreamListResult": {
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/JobStream"
},
"description": "A list of job streams."
},
"nextLink": {
"type": "string",
"description": "Gets or sets the next link."
}
},
"description": "The response model for the list job stream operation."
},
"Job": {
"description": "Definition of the job.",
"x-ms-mutability": [
Expand Down Expand Up @@ -747,7 +669,7 @@
"JobProperties": {
"properties": {
"runbook": {
"$ref": "#/definitions/RunbookAssociationProperty",
"$ref": "../../common/v1/schemas.json#/definitions/RunbookAssociationProperty",
"description": "Gets or sets the runbook."
},
"startedBy": {
Expand Down Expand Up @@ -839,15 +761,6 @@
},
"description": "Definition of job properties."
},
"RunbookAssociationProperty": {
"properties": {
"name": {
"type": "string",
"description": "Gets or sets the name of the runbook."
}
},
"description": "The runbook property associated with the entity."
},
"JobCreateParameters": {
"properties": {
"properties": {
Expand All @@ -865,7 +778,7 @@
"description": "Job collection item properties.",
"properties": {
"runbook": {
"$ref": "#/definitions/RunbookAssociationProperty",
"$ref": "../../common/v1/schemas.json#/definitions/RunbookAssociationProperty",
"readOnly": true,
"description": "The runbook association."
},
Expand Down Expand Up @@ -942,7 +855,7 @@
"JobCreateProperties": {
"properties": {
"runbook": {
"$ref": "#/definitions/RunbookAssociationProperty",
"$ref": "../../common/v1/schemas.json#/definitions/RunbookAssociationProperty",
"description": "Gets or sets the runbook."
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
},
"scheduleInfo": {
"description": "Schedule information for the Software update configuration",
"$ref": "#/definitions/ScheduleProperties"
"$ref": "../../common/v1/schemas.json#/definitions/ScheduleProperties"
},
"provisioningState": {
"type": "string",
Expand Down Expand Up @@ -531,141 +531,6 @@
}
}
},
"ScheduleProperties": {
"properties": {
"startTime": {
"type": "string",
"format": "date-time",
"x-nullable": false,
"description": "Gets or sets the start time of the schedule."
},
"startTimeOffsetMinutes": {
"readOnly": true,
"type": "number",
"format": "double",
"description": "Gets the start time's offset in minutes.",
"x-nullable": false
},
"expiryTime": {
"type": "string",
"format": "date-time",
"x-nullable": true,
"description": "Gets or sets the end time of the schedule."
},
"expiryTimeOffsetMinutes": {
"type": "number",
"format": "double",
"description": "Gets or sets the expiry time's offset in minutes.",
"x-nullable": false
},
"isEnabled": {
"type": "boolean",
"default": false,
"description": "Gets or sets a value indicating whether this schedule is enabled."
},
"nextRun": {
"type": "string",
"format": "date-time",
"x-nullable": true,
"description": "Gets or sets the next run time of the schedule."
},
"nextRunOffsetMinutes": {
"type": "number",
"format": "double",
"description": "Gets or sets the next run time's offset in minutes.",
"x-nullable": false
},
"interval": {
"type": "integer",
"description": "Gets or sets the interval of the schedule."
},
"frequency": {
"type": "string",
"description": "Gets or sets the frequency of the schedule.",
"$ref": "../../stable/2015-10-31/schedule.json#/definitions/scheduleFrequency"
},
"timeZone": {
"type": "string",
"description": "Gets or sets the time zone of the schedule."
},
"advancedSchedule": {
"$ref": "#/definitions/AdvancedSchedule",
"description": "Gets or sets the advanced schedule."
},
"creationTime": {
"type": "string",
"format": "date-time",
"x-nullable": false,
"description": "Gets or sets the creation time."
},
"lastModifiedTime": {
"type": "string",
"format": "date-time",
"x-nullable": false,
"description": "Gets or sets the last modified time."
},
"description": {
"type": "string",
"description": "Gets or sets the description."
}
},
"description": "Definition of schedule parameters."
},
"AdvancedSchedule": {
"properties": {
"weekDays": {
"type": "array",
"items": {
"type": "string"
},
"description": "Days of the week that the job should execute on."
},
"monthDays": {
"type": "array",
"items": {
"type": "integer",
"format": "int32",
"x-nullable": false
},
"description": "Days of the month that the job should execute on. Must be between 1 and 31."
},
"monthlyOccurrences": {
"type": "array",
"items": {
"$ref": "#/definitions/AdvancedScheduleMonthlyOccurrence"
},
"description": "Occurrences of days within a month."
}
},
"description": "The properties of the create Advanced Schedule."
},
"AdvancedScheduleMonthlyOccurrence": {
"properties": {
"occurrence": {
"type": "integer",
"format": "int32",
"description": "Occurrence of the week within the month. Must be between 1 and 5"
},
"day": {
"type": "string",
"description": "Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.",
"enum": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"x-ms-enum": {
"name": "ScheduleDay",
"modelAsString": true
}
}
},
"description": "The properties of the create advanced schedule monthly occurrence."
},
"softwareUpdateConfigurationListResult": {
"description": "result of listing all software update configuration",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
},
"softwareUpdateConfiguration": {
"description": "software update configuration triggered this run",
"$ref": "#/definitions/updateConfigurationNavigation"
"$ref": "../../common/v1/schemas.json#/definitions/updateConfigurationNavigation"
},
"status": {
"type": "string",
Expand Down Expand Up @@ -301,17 +301,6 @@
}
}
},
"updateConfigurationNavigation": {
"description": "Software update configuration Run Navigation model.",
"type": "object",
"properties": {
"name": {
"description": "Name of the software update configuration triggered the software update configuration run",
"type": "string",
"readOnly": true
}
}
},
"jobNavigation": {
"description": "Software update configuration machine run job navigation properties.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"properties": {
"softwareUpdateConfiguration": {
"description": "software update configuration triggered this run",
"$ref": "#/definitions/updateConfigurationNavigation"
"$ref": "../../common/v1/schemas.json#/definitions/updateConfigurationNavigation"
},
"status": {
"type": "string",
Expand Down Expand Up @@ -301,17 +301,6 @@
}
}
},
"updateConfigurationNavigation": {
"description": "Software update configuration Run Navigation model.",
"type": "object",
"properties": {
"name": {
"description": "Name of the software update configuration triggered the software update configuration run",
"type": "string",
"readOnly": true
}
}
},
"softwareUpdateConfigurationRunListResult": {
"description": "result of listing all software update configuration runs",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "./job.json#/definitions/JobStreamListResult"
"$ref": "../../common/v1/schemas.json#/definitions/JobStreamListResult"
}
},
"default": {
Expand Down Expand Up @@ -305,7 +305,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "./job.json#/definitions/JobStream"
"$ref": "../../common/v1/schemas.json#/definitions/JobStream"
}
},
"default": {
Expand Down Expand Up @@ -347,19 +347,10 @@
],
"description": "The parameters supplied to the create compilation job operation."
},
"DscConfigurationAssociationProperty": {
"properties": {
"name": {
"type": "string",
"description": "Gets or sets the name of the Dsc configuration."
}
},
"description": "The Dsc configuration property associated with the entity."
},
"DscCompilationJobCreateProperties": {
"properties": {
"configuration": {
"$ref": "#/definitions/DscConfigurationAssociationProperty",
"$ref": "../../common/v1/schemas.json#/definitions/DscConfigurationAssociationProperty",
"description": "Gets or sets the configuration."
},
"parameters": {
Expand All @@ -382,7 +373,7 @@
"DscCompilationJobProperties": {
"properties": {
"configuration": {
"$ref": "#/definitions/DscConfigurationAssociationProperty",
"$ref": "../../common/v1/schemas.json#/definitions/DscConfigurationAssociationProperty",
"description": "Gets or sets the configuration."
},
"startedBy": {
Expand Down
Loading