Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
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
20 changes: 10 additions & 10 deletions lib/services/automationManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2473,8 +2473,8 @@ export interface SourceControlCreateOrUpdateParameters {
* Possible values include: 'Completed', 'Failed', 'Running'
* @member {date} [startTime] The start time of the job.
* @member {date} [endTime] The end time of the job.
* @member {string} [startType] The type of start for the sync job. Possible
* values include: 'AutoSync', 'ManualSync'
* @member {string} [syncType] The sync type. Possible values include:
* 'PartialSync', 'FullSync'
*/
export interface SourceControlSyncJob {
readonly name?: string;
Expand All @@ -2485,7 +2485,7 @@ export interface SourceControlSyncJob {
provisioningState?: string;
readonly startTime?: Date;
readonly endTime?: Date;
startType?: string;
syncType?: string;
}

/**
Expand Down Expand Up @@ -2514,8 +2514,8 @@ export interface SourceControlSyncJobCreateParameters {
* Possible values include: 'Completed', 'Failed', 'Running'
* @member {date} [startTime] The start time of the job.
* @member {date} [endTime] The end time of the job.
* @member {string} [startType] The type of start for the sync job. Possible
* values include: 'AutoSync', 'ManualSync'
* @member {string} [syncType] The sync type. Possible values include:
* 'PartialSync', 'FullSync'
* @member {string} [exception] The exceptions that occured while running the
* sync job.
*/
Expand All @@ -2526,7 +2526,7 @@ export interface SourceControlSyncJobById {
provisioningState?: string;
readonly startTime?: Date;
readonly endTime?: Date;
startType?: string;
syncType?: string;
exception?: string;
}

Expand All @@ -2537,15 +2537,15 @@ export interface SourceControlSyncJobById {
* Definition of the source control sync job stream.
*
* @member {string} [id] Resource id.
* @member {string} [syncJobStreamId] The sync job stream id.
* @member {string} [sourceControlSyncJobStreamId] The sync job stream id.
* @member {string} [summary] The summary of the sync job stream.
* @member {date} [time] The time of the sync job stream.
* @member {string} [streamType] The type of the sync job stream. Possible
* values include: 'Error', 'Output'
*/
export interface SourceControlSyncJobStream {
readonly id?: string;
syncJobStreamId?: string;
sourceControlSyncJobStreamId?: string;
summary?: string;
readonly time?: Date;
streamType?: string;
Expand All @@ -2558,7 +2558,7 @@ export interface SourceControlSyncJobStream {
* Definition of the source control sync job stream by id.
*
* @member {string} [id] Resource id.
* @member {string} [syncJobStreamId] The sync job stream id.
* @member {string} [sourceControlSyncJobStreamId] The sync job stream id.
* @member {string} [summary] The summary of the sync job stream.
* @member {date} [time] The time of the sync job stream.
* @member {string} [streamType] The type of the sync job stream. Possible
Expand All @@ -2568,7 +2568,7 @@ export interface SourceControlSyncJobStream {
*/
export interface SourceControlSyncJobStreamById {
readonly id?: string;
syncJobStreamId?: string;
sourceControlSyncJobStreamId?: string;
summary?: string;
readonly time?: Date;
streamType?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class SourceControlSyncJob {
* Possible values include: 'Completed', 'Failed', 'Running'
* @member {date} [startTime] The start time of the job.
* @member {date} [endTime] The end time of the job.
* @member {string} [startType] The type of start for the sync job. Possible
* values include: 'AutoSync', 'ManualSync'
* @member {string} [syncType] The sync type. Possible values include:
* 'PartialSync', 'FullSync'
*/
constructor() {
}
Expand Down Expand Up @@ -111,9 +111,9 @@ class SourceControlSyncJob {
name: 'DateTime'
}
},
startType: {
syncType: {
required: false,
serializedName: 'properties.startType',
serializedName: 'properties.syncType',
type: {
name: 'String'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class SourceControlSyncJobById {
* Possible values include: 'Completed', 'Failed', 'Running'
* @member {date} [startTime] The start time of the job.
* @member {date} [endTime] The end time of the job.
* @member {string} [startType] The type of start for the sync job. Possible
* values include: 'AutoSync', 'ManualSync'
* @member {string} [syncType] The sync type. Possible values include:
* 'PartialSync', 'FullSync'
* @member {string} [exception] The exceptions that occured while running the
* sync job.
*/
Expand Down Expand Up @@ -94,9 +94,9 @@ class SourceControlSyncJobById {
name: 'DateTime'
}
},
startType: {
syncType: {
required: false,
serializedName: 'properties.startType',
serializedName: 'properties.syncType',
type: {
name: 'String'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SourceControlSyncJobStream {
/**
* Create a SourceControlSyncJobStream.
* @member {string} [id] Resource id.
* @member {string} [syncJobStreamId] The sync job stream id.
* @member {string} [sourceControlSyncJobStreamId] The sync job stream id.
* @member {string} [summary] The summary of the sync job stream.
* @member {date} [time] The time of the sync job stream.
* @member {string} [streamType] The type of the sync job stream. Possible
Expand Down Expand Up @@ -49,9 +49,9 @@ class SourceControlSyncJobStream {
name: 'String'
}
},
syncJobStreamId: {
sourceControlSyncJobStreamId: {
required: false,
serializedName: 'properties.syncJobStreamId',
serializedName: 'properties.sourceControlSyncJobStreamId',
type: {
name: 'String'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SourceControlSyncJobStreamById {
/**
* Create a SourceControlSyncJobStreamById.
* @member {string} [id] Resource id.
* @member {string} [syncJobStreamId] The sync job stream id.
* @member {string} [sourceControlSyncJobStreamId] The sync job stream id.
* @member {string} [summary] The summary of the sync job stream.
* @member {date} [time] The time of the sync job stream.
* @member {string} [streamType] The type of the sync job stream. Possible
Expand Down Expand Up @@ -51,9 +51,9 @@ class SourceControlSyncJobStreamById {
name: 'String'
}
},
syncJobStreamId: {
sourceControlSyncJobStreamId: {
required: false,
serializedName: 'properties.syncJobStreamId',
serializedName: 'properties.sourceControlSyncJobStreamId',
type: {
name: 'String'
}
Expand Down