Skip to content
Closed
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
14 changes: 7 additions & 7 deletions sdk/mediaservices/arm-mediaservices/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface PresentationTimeRange {
*/
timescale?: number;
/**
* @member {boolean} [forceEndTimestamp] The indicator of forcing exsiting of
* @member {boolean} [forceEndTimestamp] The indicator of forcing existing of
* end time stamp.
*/
forceEndTimestamp?: boolean;
Expand All @@ -64,7 +64,7 @@ export interface FilterTrackPropertyCondition {
*/
property: FilterTrackPropertyType;
/**
* @member {string} value The track proprty value.
* @member {string} value The track property value.
*/
value: string;
/**
Expand Down Expand Up @@ -2903,7 +2903,7 @@ export interface AbsoluteClipTime {
odatatype: "#Microsoft.Media.AbsoluteClipTime";
/**
* @member {string} time The time position on the timeline of the input
* media. It is usually speicified as an ISO8601 period. e.g PT30S for 30
* media. It is usually specified as an ISO8601 period. e.g PT30S for 30
* seconds.
*/
time: string;
Expand Down Expand Up @@ -4348,7 +4348,7 @@ export interface AssetsListOptionalParams extends msRest.RequestOptionsBase {
*/
top?: number;
/**
* @member {string} [orderby] Specifies the the key by which the result
* @member {string} [orderby] Specifies the key by which the result
* collection should be ordered.
*/
orderby?: string;
Expand All @@ -4373,7 +4373,7 @@ export interface ContentKeyPoliciesListOptionalParams extends msRest.RequestOpti
*/
top?: number;
/**
* @member {string} [orderby] Specifies the the key by which the result
* @member {string} [orderby] Specifies the key by which the result
* collection should be ordered.
*/
orderby?: string;
Expand All @@ -4392,7 +4392,7 @@ export interface TransformsListOptionalParams extends msRest.RequestOptionsBase
*/
filter?: string;
/**
* @member {string} [orderby] Specifies the the key by which the result
* @member {string} [orderby] Specifies the key by which the result
* collection should be ordered.
*/
orderby?: string;
Expand All @@ -4411,7 +4411,7 @@ export interface JobsListOptionalParams extends msRest.RequestOptionsBase {
*/
filter?: string;
/**
* @member {string} [orderby] Specifies the the key by which the result
* @member {string} [orderby] Specifies the key by which the result
* collection should be ordered.
*/
orderby?: string;
Expand Down