Skip to content

Commit

Permalink
Updates to the 2018-07-01 version of the MediaServices API (#4483)
Browse files Browse the repository at this point in the history
All enums, use 'modelAsString' instead of 'modelAsExtensible'
streamingservice, add "Standard" to LiveEncoding.encodingType
encoding, remove top and skip from query parms and add orderby
accountfilters and aasetsandassefilters, remove required attribute for PresentationTimeRange properties
Updated readme.md to add "opt-in-extensible-enums: true" to csharp build
  • Loading branch information
BrianBlum authored and anuchandy committed Nov 29, 2018
1 parent 871cf92 commit d5120f6
Show file tree
Hide file tree
Showing 18 changed files with 672 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@
}
},
"type": "object",
"required": [
"startTimestamp",
"endTimestamp",
"presentationWindowDuration",
"liveBackoffDuration",
"timescale",
"forceEndTimestamp"
],
"description": "The presentation time range, this is asset related and not recommended for Account Filter."
},
"FilterTrackPropertyCondition": {
Expand Down Expand Up @@ -110,7 +102,7 @@
"description": "The bitrate."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The track property type."
},
Expand All @@ -136,7 +128,7 @@
"description": "The not equal operation."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The track property condition operation."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"description": "The number of milliseconds."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The metric unit",
"readOnly": true,
Expand Down Expand Up @@ -153,7 +153,7 @@
"description": "The sum."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The metric aggregation type",
"readOnly": true,
Expand Down Expand Up @@ -277,7 +277,7 @@
"description": "A secondary storage account for the Media Services account."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The type of the storage account."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"description": "The Asset is encrypted with Media Services client-side encryption."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The Asset encryption format. One of None or MediaStorageEncryption.",
"readOnly": true,
Expand Down Expand Up @@ -264,14 +264,6 @@
}
},
"type": "object",
"required": [
"startTimestamp",
"endTimestamp",
"presentationWindowDuration",
"liveBackoffDuration",
"timescale",
"forceEndTimestamp"
],
"description": "The presentation time range, this is asset related and not recommended for Account Filter."
},
"FilterTrackPropertyCondition": {
Expand Down Expand Up @@ -314,7 +306,7 @@
"description": "The bitrate."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The track property type."
},
Expand All @@ -340,7 +332,7 @@
"description": "The not equal operation."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The track property condition operation."
}
Expand Down Expand Up @@ -498,7 +490,7 @@
"description": "The SAS URL will allow read, write and delete access to the container."
}
],
"modelAsExtensible": true
"modelAsString": true
}
},
"expiryTime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"description": "Passing the video portion of protected content to an Unknown Output is allowed but with constrained resolution."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "Configures Unknown output handling settings of the license."
},
Expand Down Expand Up @@ -263,7 +263,7 @@
"description": "Persistent license. Allows offline playback."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The license type."
},
Expand Down Expand Up @@ -299,7 +299,7 @@
"description": "Ultraviolet streaming content type."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The PlayReady content type."
}
Expand Down Expand Up @@ -500,7 +500,7 @@
"description": "JSON Web Token."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The type of token."
},
Expand Down Expand Up @@ -634,7 +634,7 @@
"description": "Content key can be persisted and the valid duration is limited by the Rental Duration value"
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The rental and lease key type."
},
Expand Down
Loading

0 comments on commit d5120f6

Please sign in to comment.