diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/DefaultKey.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/DefaultKey.java index fdd240e57d37..57a110da9b97 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/DefaultKey.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/DefaultKey.java @@ -16,7 +16,7 @@ */ public class DefaultKey { /** - * Label can be used to specify Content Key when creating Stremaing + * Label can be used to specify Content Key when creating Streaming * Locator. */ @JsonProperty(value = "label") @@ -29,7 +29,7 @@ public class DefaultKey { private String policyName; /** - * Get label can be used to specify Content Key when creating Stremaing Locator. + * Get label can be used to specify Content Key when creating Streaming Locator. * * @return the label value */ @@ -38,7 +38,7 @@ public String label() { } /** - * Set label can be used to specify Content Key when creating Stremaing Locator. + * Set label can be used to specify Content Key when creating Streaming Locator. * * @param label the label value to set * @return the DefaultKey object itself. diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EncoderNamedPreset.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EncoderNamedPreset.java index 3d5360286056..36c0cef4c05d 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EncoderNamedPreset.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EncoderNamedPreset.java @@ -15,7 +15,7 @@ * Defines values for EncoderNamedPreset. */ public enum EncoderNamedPreset { - /** Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ + /** Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ ADAPTIVE_STREAMING("AdaptiveStreaming"), /** Produces a single MP4 file containing only stereo audio encoded at 192 kbps. */ diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EnvelopeEncryption.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EnvelopeEncryption.java index eb7901b6f402..fc4dc8457ac8 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EnvelopeEncryption.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EnvelopeEncryption.java @@ -35,7 +35,7 @@ public class EnvelopeEncryption { private StreamingPolicyContentKeys contentKeys; /** - * LicenseAcquistionUrlTemplate is used to point to user speicified service + * LicenseAcquisitionUrlTemplate is used to point to user specified service * to delivery content keys. */ @JsonProperty(value = "customLicenseAcquisitionUrlTemplate") @@ -102,7 +102,7 @@ public EnvelopeEncryption withContentKeys(StreamingPolicyContentKeys contentKeys } /** - * Get licenseAcquistionUrlTemplate is used to point to user speicified service to delivery content keys. + * Get licenseAcquisitionUrlTemplate is used to point to user specified service to delivery content keys. * * @return the customLicenseAcquisitionUrlTemplate value */ @@ -111,7 +111,7 @@ public String customLicenseAcquisitionUrlTemplate() { } /** - * Set licenseAcquistionUrlTemplate is used to point to user speicified service to delivery content keys. + * Set licenseAcquisitionUrlTemplate is used to point to user specified service to delivery content keys. * * @param customLicenseAcquisitionUrlTemplate the customLicenseAcquisitionUrlTemplate value to set * @return the EnvelopeEncryption object itself. diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/JobInputs.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/JobInputs.java index 4e843790d9d3..fcedd230f7bd 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/JobInputs.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/JobInputs.java @@ -14,7 +14,7 @@ import com.fasterxml.jackson.annotation.JsonTypeName; /** - * Describes a list of of inputs to a Job. + * Describes a list of inputs to a Job. */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "@odata.type") @JsonTypeName("#Microsoft.Media.JobInputs") diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingLocatorContentKey.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingLocatorContentKey.java index e6fec4e95142..786b70907ed0 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingLocatorContentKey.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingLocatorContentKey.java @@ -36,7 +36,7 @@ public class StreamingLocatorContentKey { private UUID id; /** - * Value of of Content Key. + * Value of Content Key. */ @JsonProperty(value = "value") private String value; @@ -114,7 +114,7 @@ public StreamingLocatorContentKey withId(UUID id) { } /** - * Get value of of Content Key. + * Get value of Content Key. * * @return the value value */ @@ -123,7 +123,7 @@ public String value() { } /** - * Set value of of Content Key. + * Set value of Content Key. * * @param value the value value to set * @return the StreamingLocatorContentKey object itself. diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingPolicyContentKey.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingPolicyContentKey.java index ab6f82dc7186..8a5a85884693 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingPolicyContentKey.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingPolicyContentKey.java @@ -16,7 +16,7 @@ */ public class StreamingPolicyContentKey { /** - * Label can be used to specify Content Key when creating Stremaing + * Label can be used to specify Content Key when creating Streaming * Locator. */ @JsonProperty(value = "label") @@ -35,7 +35,7 @@ public class StreamingPolicyContentKey { private List tracks; /** - * Get label can be used to specify Content Key when creating Stremaing Locator. + * Get label can be used to specify Content Key when creating Streaming Locator. * * @return the label value */ @@ -44,7 +44,7 @@ public String label() { } /** - * Set label can be used to specify Content Key when creating Stremaing Locator. + * Set label can be used to specify Content Key when creating Streaming Locator. * * @param label the label value to set * @return the StreamingPolicyContentKey object itself. diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingPolicyContentKeys.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingPolicyContentKeys.java index 6b30435e9bbd..17d38f61ab3a 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingPolicyContentKeys.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/StreamingPolicyContentKeys.java @@ -22,7 +22,7 @@ public class StreamingPolicyContentKeys { private DefaultKey defaultKey; /** - * Representing tracks needs sepearete content key. + * Representing tracks needs separate content key. */ @JsonProperty(value = "keyToTrackMappings") private List keyToTrackMappings; @@ -48,7 +48,7 @@ public StreamingPolicyContentKeys withDefaultKey(DefaultKey defaultKey) { } /** - * Get representing tracks needs sepearete content key. + * Get representing tracks needs separate content key. * * @return the keyToTrackMappings value */ @@ -57,7 +57,7 @@ public List keyToTrackMappings() { } /** - * Set representing tracks needs sepearete content key. + * Set representing tracks needs separate content key. * * @param keyToTrackMappings the keyToTrackMappings value to set * @return the StreamingPolicyContentKeys object itself. diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/TrackPropertyCondition.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/TrackPropertyCondition.java index ab44d40d1235..fb4f6fb5ccdb 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/TrackPropertyCondition.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/TrackPropertyCondition.java @@ -28,7 +28,7 @@ public class TrackPropertyCondition { private TrackPropertyCompareOperation operation; /** - * Track proprty value. + * Track property value. */ @JsonProperty(value = "value") private String value; @@ -74,7 +74,7 @@ public TrackPropertyCondition withOperation(TrackPropertyCompareOperation operat } /** - * Get track proprty value. + * Get track property value. * * @return the value value */ @@ -83,7 +83,7 @@ public String value() { } /** - * Set track proprty value. + * Set track property value. * * @param value the value value to set * @return the TrackPropertyCondition object itself. diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingLocatorsInner.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingLocatorsInner.java index 7e35b633d1e2..dc6bc1d40a7b 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingLocatorsInner.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingLocatorsInner.java @@ -224,7 +224,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -273,7 +273,7 @@ public Observable>> call(String next * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<StreamingLocatorInner> object */ @@ -295,7 +295,7 @@ public Page call(ServiceResponse>> call(ServiceResp ServiceResponse> * @param accountName The Media Services account name. ServiceResponse> * @param filter Restricts the set of items returned. ServiceResponse> * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - ServiceResponse> * @param orderby Specifies the the key by which the result collection should be ordered. + ServiceResponse> * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<StreamingLocatorInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingPoliciesInner.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingPoliciesInner.java index 031bdc6a8573..47a5dc3c93d4 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingPoliciesInner.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingPoliciesInner.java @@ -215,7 +215,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -264,7 +264,7 @@ public Observable>> call(String nextP * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<StreamingPolicyInner> object */ @@ -286,7 +286,7 @@ public Page call(ServiceResponse>> call(ServiceRespo ServiceResponse> * @param accountName The Media Services account name. ServiceResponse> * @param filter Restricts the set of items returned. ServiceResponse> * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - ServiceResponse> * @param orderby Specifies the the key by which the result collection should be ordered. + ServiceResponse> * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<StreamingPolicyInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingPolicyInner.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingPolicyInner.java index f13d66b0d653..298fca188623 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingPolicyInner.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/StreamingPolicyInner.java @@ -53,7 +53,7 @@ public class StreamingPolicyInner extends ProxyResource { private CommonEncryptionCbcs commonEncryptionCbcs; /** - * Configuations of NoEncryption. + * Configuration of NoEncryption. */ @JsonProperty(value = "properties.noEncryption") private NoEncryption noEncryption; @@ -148,7 +148,7 @@ public StreamingPolicyInner withCommonEncryptionCbcs(CommonEncryptionCbcs common } /** - * Get configuations of NoEncryption. + * Get configuration of NoEncryption. * * @return the noEncryption value */ @@ -157,7 +157,7 @@ public NoEncryption noEncryption() { } /** - * Set configuations of NoEncryption. + * Set configuration of NoEncryption. * * @param noEncryption the noEncryption value to set * @return the StreamingPolicyInner object itself. diff --git a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EncoderNamedPreset.java b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EncoderNamedPreset.java index b5591fa082a3..8871c16fd30f 100644 --- a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EncoderNamedPreset.java +++ b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EncoderNamedPreset.java @@ -15,7 +15,7 @@ * Defines values for EncoderNamedPreset. */ public enum EncoderNamedPreset { - /** Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ + /** Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ ADAPTIVE_STREAMING("AdaptiveStreaming"), /** Produces a single MP4 file containing only stereo audio encoded at 192 kbps. */ diff --git a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EnvelopeEncryption.java b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EnvelopeEncryption.java index ab41921630b1..3655df3febff 100644 --- a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EnvelopeEncryption.java +++ b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EnvelopeEncryption.java @@ -35,7 +35,7 @@ public class EnvelopeEncryption { private StreamingPolicyContentKeys contentKeys; /** - * KeyAcquistionUrlTemplate is used to point to user specified service to + * KeyAcquisitionUrlTemplate is used to point to user specified service to * delivery content keys. */ @JsonProperty(value = "customKeyAcquisitionUrlTemplate") @@ -102,7 +102,7 @@ public EnvelopeEncryption withContentKeys(StreamingPolicyContentKeys contentKeys } /** - * Get keyAcquistionUrlTemplate is used to point to user specified service to delivery content keys. + * Get keyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys. * * @return the customKeyAcquisitionUrlTemplate value */ @@ -111,7 +111,7 @@ public String customKeyAcquisitionUrlTemplate() { } /** - * Set keyAcquistionUrlTemplate is used to point to user specified service to delivery content keys. + * Set keyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys. * * @param customKeyAcquisitionUrlTemplate the customKeyAcquisitionUrlTemplate value to set * @return the EnvelopeEncryption object itself. diff --git a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/JobInputs.java b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/JobInputs.java index 3a92a9f018f6..528a50a6e7d1 100644 --- a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/JobInputs.java +++ b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/JobInputs.java @@ -14,7 +14,7 @@ import com.fasterxml.jackson.annotation.JsonTypeName; /** - * Describes a list of of inputs to a Job. + * Describes a list of inputs to a Job. */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "@odata.type") @JsonTypeName("#Microsoft.Media.JobInputs") diff --git a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/StreamingLocatorContentKey.java b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/StreamingLocatorContentKey.java index d32d0f0835e5..9bc0d9dc46d2 100644 --- a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/StreamingLocatorContentKey.java +++ b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/StreamingLocatorContentKey.java @@ -36,7 +36,7 @@ public class StreamingLocatorContentKey { private String label; /** - * Value of of Content Key. + * Value of Content Key. */ @JsonProperty(value = "value") private String value; @@ -103,7 +103,7 @@ public StreamingLocatorContentKey withLabel(String label) { } /** - * Get value of of Content Key. + * Get value of Content Key. * * @return the value value */ @@ -112,7 +112,7 @@ public String value() { } /** - * Set value of of Content Key. + * Set value of Content Key. * * @param value the value value to set * @return the StreamingLocatorContentKey object itself. diff --git a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/implementation/StreamingLocatorsInner.java b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/implementation/StreamingLocatorsInner.java index 404f9656e09e..d126f905daa8 100644 --- a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/implementation/StreamingLocatorsInner.java +++ b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/implementation/StreamingLocatorsInner.java @@ -224,7 +224,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -273,7 +273,7 @@ public Observable>> call(String next * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<StreamingLocatorInner> object */ @@ -295,7 +295,7 @@ public Page call(ServiceResponse>> call(ServiceResp ServiceResponse> * @param accountName The Media Services account name. ServiceResponse> * @param filter Restricts the set of items returned. ServiceResponse> * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - ServiceResponse> * @param orderby Specifies the the key by which the result collection should be ordered. + ServiceResponse> * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<StreamingLocatorInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/implementation/StreamingPoliciesInner.java b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/implementation/StreamingPoliciesInner.java index cd6e8efb58af..df180a5d13e3 100644 --- a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/implementation/StreamingPoliciesInner.java +++ b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/implementation/StreamingPoliciesInner.java @@ -215,7 +215,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -264,7 +264,7 @@ public Observable>> call(String nextP * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<StreamingPolicyInner> object */ @@ -286,7 +286,7 @@ public Page call(ServiceResponse>> call(ServiceRespo ServiceResponse> * @param accountName The Media Services account name. ServiceResponse> * @param filter Restricts the set of items returned. ServiceResponse> * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - ServiceResponse> * @param orderby Specifies the the key by which the result collection should be ordered. + ServiceResponse> * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<StreamingPolicyInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EncoderNamedPreset.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EncoderNamedPreset.java index a6612f689694..e8201a0c5ea7 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EncoderNamedPreset.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EncoderNamedPreset.java @@ -24,7 +24,7 @@ public enum EncoderNamedPreset { /** Produces an MP4 file where the video is encoded with H.264 codec at 6750 kbps and a picture height of 1080 pixels, and the stereo audio is encoded with AAC-LC codec at 64 kbps. */ H264SINGLE_BITRATE1080P("H264SingleBitrate1080p"), - /** Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ + /** Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ ADAPTIVE_STREAMING("AdaptiveStreaming"), /** Produces a single MP4 file containing only stereo audio encoded at 192 kbps. */ diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EnvelopeEncryption.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EnvelopeEncryption.java index df5a9118ee2a..87d5b76bd41d 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EnvelopeEncryption.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EnvelopeEncryption.java @@ -35,7 +35,7 @@ public class EnvelopeEncryption { private StreamingPolicyContentKeys contentKeys; /** - * KeyAcquistionUrlTemplate is used to point to user specified service to + * KeyAcquisitionUrlTemplate is used to point to user specified service to * delivery content keys. */ @JsonProperty(value = "customKeyAcquisitionUrlTemplate") @@ -102,7 +102,7 @@ public EnvelopeEncryption withContentKeys(StreamingPolicyContentKeys contentKeys } /** - * Get keyAcquistionUrlTemplate is used to point to user specified service to delivery content keys. + * Get keyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys. * * @return the customKeyAcquisitionUrlTemplate value */ @@ -111,7 +111,7 @@ public String customKeyAcquisitionUrlTemplate() { } /** - * Set keyAcquistionUrlTemplate is used to point to user specified service to delivery content keys. + * Set keyAcquisitionUrlTemplate is used to point to user specified service to delivery content keys. * * @param customKeyAcquisitionUrlTemplate the customKeyAcquisitionUrlTemplate value to set * @return the EnvelopeEncryption object itself. diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/JobInputs.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/JobInputs.java index 881f802e5318..0630df5a0d8a 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/JobInputs.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/JobInputs.java @@ -14,7 +14,7 @@ import com.fasterxml.jackson.annotation.JsonTypeName; /** - * Describes a list of of inputs to a Job. + * Describes a list of inputs to a Job. */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "@odata.type") @JsonTypeName("#Microsoft.Media.JobInputs") diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/StreamingLocatorContentKey.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/StreamingLocatorContentKey.java index bb4e9cb2fc52..5b2e16e0fc66 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/StreamingLocatorContentKey.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/StreamingLocatorContentKey.java @@ -36,7 +36,7 @@ public class StreamingLocatorContentKey { private String labelReferenceInStreamingPolicy; /** - * Value of of Content Key. + * Value of Content Key. */ @JsonProperty(value = "value") private String value; @@ -103,7 +103,7 @@ public StreamingLocatorContentKey withLabelReferenceInStreamingPolicy(String lab } /** - * Get value of of Content Key. + * Get value of Content Key. * * @return the value value */ @@ -112,7 +112,7 @@ public String value() { } /** - * Set value of of Content Key. + * Set value of Content Key. * * @param value the value value to set * @return the StreamingLocatorContentKey object itself. diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/VideoAnalyzerPreset.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/VideoAnalyzerPreset.java index 92cab5c520ca..f6e7964cd0ba 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/VideoAnalyzerPreset.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/VideoAnalyzerPreset.java @@ -21,15 +21,15 @@ public class VideoAnalyzerPreset extends AudioAnalyzerPreset { /** * The type of insights to be extracted. If not set then based on the - * content the type will selected. If the content is audi only then only - * audio insights are extraced and if it is video only. Possible values + * content the type will selected. If the content is audio only then only + * audio insights are extracted and if it is video only. Possible values * include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. */ @JsonProperty(value = "insightsToExtract") private InsightsType insightsToExtract; /** - * Get the type of insights to be extracted. If not set then based on the content the type will selected. If the content is audi only then only audio insights are extraced and if it is video only. Possible values include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. + * Get the type of insights to be extracted. If not set then based on the content the type will selected. If the content is audio only then only audio insights are extracted and if it is video only. Possible values include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. * * @return the insightsToExtract value */ @@ -38,7 +38,7 @@ public InsightsType insightsToExtract() { } /** - * Set the type of insights to be extracted. If not set then based on the content the type will selected. If the content is audi only then only audio insights are extraced and if it is video only. Possible values include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. + * Set the type of insights to be extracted. If not set then based on the content the type will selected. If the content is audio only then only audio insights are extracted and if it is video only. Possible values include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. * * @param insightsToExtract the insightsToExtract value to set * @return the VideoAnalyzerPreset object itself. diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/implementation/StreamingLocatorsInner.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/implementation/StreamingLocatorsInner.java index ae79dd0df9c5..a0050b623602 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/implementation/StreamingLocatorsInner.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/implementation/StreamingLocatorsInner.java @@ -224,7 +224,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -273,7 +273,7 @@ public Observable>> call(String next * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<StreamingLocatorInner> object */ @@ -295,7 +295,7 @@ public Page call(ServiceResponse>> call(ServiceResp ServiceResponse> * @param accountName The Media Services account name. ServiceResponse> * @param filter Restricts the set of items returned. ServiceResponse> * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - ServiceResponse> * @param orderby Specifies the the key by which the result collection should be ordered. + ServiceResponse> * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<StreamingLocatorInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/implementation/StreamingPoliciesInner.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/implementation/StreamingPoliciesInner.java index 9da275787f7e..14a1db2856a6 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/implementation/StreamingPoliciesInner.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/implementation/StreamingPoliciesInner.java @@ -215,7 +215,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -264,7 +264,7 @@ public Observable>> call(String nextP * @param accountName The Media Services account name. * @param filter Restricts the set of items returned. * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - * @param orderby Specifies the the key by which the result collection should be ordered. + * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<StreamingPolicyInner> object */ @@ -286,7 +286,7 @@ public Page call(ServiceResponse>> call(ServiceRespo ServiceResponse> * @param accountName The Media Services account name. ServiceResponse> * @param filter Restricts the set of items returned. ServiceResponse> * @param top Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. - ServiceResponse> * @param orderby Specifies the the key by which the result collection should be ordered. + ServiceResponse> * @param orderby Specifies the key by which the result collection should be ordered. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<StreamingPolicyInner> object wrapped in {@link ServiceResponse} if successful. */