From 42b2fde04a4f703b44b22b1bcde09a15f652b3c5 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 29 May 2019 19:47:25 +0000 Subject: [PATCH 1/2] Generated from acb2d6eeaad75acd387ae6a4865017a2a9b2feec typo: mediaservices/resource-manager/Microsoft.Media - requet -> request - Double word "the" - Kbps casing - modifed -> modified - exsiting -> existing - proprty -> property - speicified -> specified - Trim trailing spaces --- .../azure/mgmt/media/models/absolute_clip_time.py | 2 +- .../mgmt/media/models/absolute_clip_time_py3.py | 2 +- .../media/models/azure_media_services_enums.py | 14 +++++++------- .../models/filter_track_property_condition.py | 2 +- .../models/filter_track_property_condition_py3.py | 2 +- .../mgmt/media/models/presentation_time_range.py | 2 +- .../media/models/presentation_time_range_py3.py | 2 +- .../mgmt/media/operations/assets_operations.py | 2 +- .../operations/content_key_policies_operations.py | 2 +- .../azure/mgmt/media/operations/jobs_operations.py | 2 +- .../mgmt/media/operations/transforms_operations.py | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/models/absolute_clip_time.py b/sdk/azure-mgmt-media/azure/mgmt/media/models/absolute_clip_time.py index 979adde664b3..4349a27a2146 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/models/absolute_clip_time.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/models/absolute_clip_time.py @@ -22,7 +22,7 @@ class AbsoluteClipTime(ClipTime): :param odatatype: Required. Constant filled by server. :type odatatype: str :param time: Required. 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. :type time: timedelta """ diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/models/absolute_clip_time_py3.py b/sdk/azure-mgmt-media/azure/mgmt/media/models/absolute_clip_time_py3.py index fc17b1cffd77..6c6c2f21a809 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/models/absolute_clip_time_py3.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/models/absolute_clip_time_py3.py @@ -22,7 +22,7 @@ class AbsoluteClipTime(ClipTime): :param odatatype: Required. Constant filled by server. :type odatatype: str :param time: Required. 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. :type time: timedelta """ diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/models/azure_media_services_enums.py b/sdk/azure-mgmt-media/azure/mgmt/media/models/azure_media_services_enums.py index c8fb0f53e127..5257eb29ee51 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/models/azure_media_services_enums.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/models/azure_media_services_enums.py @@ -167,15 +167,15 @@ class H264Complexity(str, Enum): class EncoderNamedPreset(str, Enum): - h264_single_bitrate_sd = "H264SingleBitrateSD" #: Produces an MP4 file where the video is encoded with H.264 codec at 2200 kbps and a picture height of 480 pixels, and the stereo audio is encoded with AAC-LC codec at 64 kbps. - h264_single_bitrate720p = "H264SingleBitrate720p" #: Produces an MP4 file where the video is encoded with H.264 codec at 4500 kbps and a picture height of 720 pixels, and the stereo audio is encoded with AAC-LC codec at 64 kbps. - h264_single_bitrate1080p = "H264SingleBitrate1080p" #: 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. + h264_single_bitrate_sd = "H264SingleBitrateSD" #: Produces an MP4 file where the video is encoded with H.264 codec at 2200 Kbps and a picture height of 480 pixels, and the stereo audio is encoded with AAC-LC codec at 64 Kbps. + h264_single_bitrate720p = "H264SingleBitrate720p" #: Produces an MP4 file where the video is encoded with H.264 codec at 4500 Kbps and a picture height of 720 pixels, and the stereo audio is encoded with AAC-LC codec at 64 Kbps. + h264_single_bitrate1080p = "H264SingleBitrate1080p" #: 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. adaptive_streaming = "AdaptiveStreaming" #: 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. - aac_good_quality_audio = "AACGoodQualityAudio" #: Produces a single MP4 file containing only stereo audio encoded at 192 kbps. + aac_good_quality_audio = "AACGoodQualityAudio" #: Produces a single MP4 file containing only stereo audio encoded at 192 Kbps. content_aware_encoding_experimental = "ContentAwareEncodingExperimental" #: Exposes an experimental preset for content-aware encoding. Given any input content, the service attempts to automatically determine the optimal number of layers, appropriate bitrate and resolution settings for delivery by adaptive streaming. The underlying algorithms will continue to evolve over time. The output will contain MP4 files with video and audio interleaved. - h264_multiple_bitrate1080p = "H264MultipleBitrate1080p" #: Produces a set of 8 GOP-aligned MP4 files, ranging from 6000 kbps to 400 kbps, and stereo AAC audio. Resolution starts at 1080p and goes down to 360p. - h264_multiple_bitrate720p = "H264MultipleBitrate720p" #: Produces a set of 6 GOP-aligned MP4 files, ranging from 3400 kbps to 400 kbps, and stereo AAC audio. Resolution starts at 720p and goes down to 360p. - h264_multiple_bitrate_sd = "H264MultipleBitrateSD" #: Produces a set of 5 GOP-aligned MP4 files, ranging from 1600kbps to 400 kbps, and stereo AAC audio. Resolution starts at 480p and goes down to 360p. + h264_multiple_bitrate1080p = "H264MultipleBitrate1080p" #: Produces a set of 8 GOP-aligned MP4 files, ranging from 6000 Kbps to 400 Kbps, and stereo AAC audio. Resolution starts at 1080p and goes down to 360p. + h264_multiple_bitrate720p = "H264MultipleBitrate720p" #: Produces a set of 6 GOP-aligned MP4 files, ranging from 3400 Kbps to 400 Kbps, and stereo AAC audio. Resolution starts at 720p and goes down to 360p. + h264_multiple_bitrate_sd = "H264MultipleBitrateSD" #: Produces a set of 5 GOP-aligned MP4 files, ranging from 1600Kbps to 400 Kbps, and stereo AAC audio. Resolution starts at 480p and goes down to 360p. class InsightsType(str, Enum): diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/models/filter_track_property_condition.py b/sdk/azure-mgmt-media/azure/mgmt/media/models/filter_track_property_condition.py index 4fb9b2ae53bc..2cd8b53a2549 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/models/filter_track_property_condition.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/models/filter_track_property_condition.py @@ -20,7 +20,7 @@ class FilterTrackPropertyCondition(Model): :param property: Required. The track property type. Possible values include: 'Unknown', 'Type', 'Name', 'Language', 'FourCC', 'Bitrate' :type property: str or ~azure.mgmt.media.models.FilterTrackPropertyType - :param value: Required. The track proprty value. + :param value: Required. The track property value. :type value: str :param operation: Required. The track property condition operation. Possible values include: 'Equal', 'NotEqual' diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/models/filter_track_property_condition_py3.py b/sdk/azure-mgmt-media/azure/mgmt/media/models/filter_track_property_condition_py3.py index e3ff59ff555e..6e9bec9ea112 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/models/filter_track_property_condition_py3.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/models/filter_track_property_condition_py3.py @@ -20,7 +20,7 @@ class FilterTrackPropertyCondition(Model): :param property: Required. The track property type. Possible values include: 'Unknown', 'Type', 'Name', 'Language', 'FourCC', 'Bitrate' :type property: str or ~azure.mgmt.media.models.FilterTrackPropertyType - :param value: Required. The track proprty value. + :param value: Required. The track property value. :type value: str :param operation: Required. The track property condition operation. Possible values include: 'Equal', 'NotEqual' diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/models/presentation_time_range.py b/sdk/azure-mgmt-media/azure/mgmt/media/models/presentation_time_range.py index 9e6e119a3f0d..b839d13e666e 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/models/presentation_time_range.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/models/presentation_time_range.py @@ -26,7 +26,7 @@ class PresentationTimeRange(Model): :type live_backoff_duration: long :param timescale: The time scale of time stamps. :type timescale: long - :param force_end_timestamp: The indicator of forcing exsiting of end time + :param force_end_timestamp: The indicator of forcing existing of end time stamp. :type force_end_timestamp: bool """ diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/models/presentation_time_range_py3.py b/sdk/azure-mgmt-media/azure/mgmt/media/models/presentation_time_range_py3.py index db3a2aeae583..2f9eadafc8d1 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/models/presentation_time_range_py3.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/models/presentation_time_range_py3.py @@ -26,7 +26,7 @@ class PresentationTimeRange(Model): :type live_backoff_duration: long :param timescale: The time scale of time stamps. :type timescale: long - :param force_end_timestamp: The indicator of forcing exsiting of end time + :param force_end_timestamp: The indicator of forcing existing of end time stamp. :type force_end_timestamp: bool """ diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/operations/assets_operations.py b/sdk/azure-mgmt-media/azure/mgmt/media/operations/assets_operations.py index 02511f0c2476..6958c9d0a8d8 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/operations/assets_operations.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/operations/assets_operations.py @@ -54,7 +54,7 @@ def list( of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. :type top: int - :param orderby: Specifies the the key by which the result collection + :param orderby: Specifies the key by which the result collection should be ordered. :type orderby: str :param dict custom_headers: headers that will be added to the request diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/operations/content_key_policies_operations.py b/sdk/azure-mgmt-media/azure/mgmt/media/operations/content_key_policies_operations.py index 51a53ba8bfe7..196b02de82bb 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/operations/content_key_policies_operations.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/operations/content_key_policies_operations.py @@ -53,7 +53,7 @@ def list( of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. :type top: int - :param orderby: Specifies the the key by which the result collection + :param orderby: Specifies the key by which the result collection should be ordered. :type orderby: str :param dict custom_headers: headers that will be added to the request diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/operations/jobs_operations.py b/sdk/azure-mgmt-media/azure/mgmt/media/operations/jobs_operations.py index 1f578ae13075..5ca42f146c7b 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/operations/jobs_operations.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/operations/jobs_operations.py @@ -51,7 +51,7 @@ def list( :type transform_name: str :param filter: Restricts the set of items returned. :type filter: str - :param orderby: Specifies the the key by which the result collection + :param orderby: Specifies the key by which the result collection should be ordered. :type orderby: str :param dict custom_headers: headers that will be added to the request diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/operations/transforms_operations.py b/sdk/azure-mgmt-media/azure/mgmt/media/operations/transforms_operations.py index 431b81934f67..57c21e1ba842 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/operations/transforms_operations.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/operations/transforms_operations.py @@ -49,7 +49,7 @@ def list( :type account_name: str :param filter: Restricts the set of items returned. :type filter: str - :param orderby: Specifies the the key by which the result collection + :param orderby: Specifies the key by which the result collection should be ordered. :type orderby: str :param dict custom_headers: headers that will be added to the request From 79ab203f75739826ede26524401914516fe0ddaa Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 29 May 2019 20:17:37 +0000 Subject: [PATCH 2/2] Generated from 58e79593fb22702b301b6bce95a734cdf4d4c051 typo: mediaservices/resource-manager/Microsoft.Media - requet -> request - Double word "the" - modifed -> modified - exsiting -> existing - proprty -> property - speicified -> specified --- .../media/models/azure_media_services_enums.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sdk/azure-mgmt-media/azure/mgmt/media/models/azure_media_services_enums.py b/sdk/azure-mgmt-media/azure/mgmt/media/models/azure_media_services_enums.py index 5257eb29ee51..c8fb0f53e127 100644 --- a/sdk/azure-mgmt-media/azure/mgmt/media/models/azure_media_services_enums.py +++ b/sdk/azure-mgmt-media/azure/mgmt/media/models/azure_media_services_enums.py @@ -167,15 +167,15 @@ class H264Complexity(str, Enum): class EncoderNamedPreset(str, Enum): - h264_single_bitrate_sd = "H264SingleBitrateSD" #: Produces an MP4 file where the video is encoded with H.264 codec at 2200 Kbps and a picture height of 480 pixels, and the stereo audio is encoded with AAC-LC codec at 64 Kbps. - h264_single_bitrate720p = "H264SingleBitrate720p" #: Produces an MP4 file where the video is encoded with H.264 codec at 4500 Kbps and a picture height of 720 pixels, and the stereo audio is encoded with AAC-LC codec at 64 Kbps. - h264_single_bitrate1080p = "H264SingleBitrate1080p" #: 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. + h264_single_bitrate_sd = "H264SingleBitrateSD" #: Produces an MP4 file where the video is encoded with H.264 codec at 2200 kbps and a picture height of 480 pixels, and the stereo audio is encoded with AAC-LC codec at 64 kbps. + h264_single_bitrate720p = "H264SingleBitrate720p" #: Produces an MP4 file where the video is encoded with H.264 codec at 4500 kbps and a picture height of 720 pixels, and the stereo audio is encoded with AAC-LC codec at 64 kbps. + h264_single_bitrate1080p = "H264SingleBitrate1080p" #: 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. adaptive_streaming = "AdaptiveStreaming" #: 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. - aac_good_quality_audio = "AACGoodQualityAudio" #: Produces a single MP4 file containing only stereo audio encoded at 192 Kbps. + aac_good_quality_audio = "AACGoodQualityAudio" #: Produces a single MP4 file containing only stereo audio encoded at 192 kbps. content_aware_encoding_experimental = "ContentAwareEncodingExperimental" #: Exposes an experimental preset for content-aware encoding. Given any input content, the service attempts to automatically determine the optimal number of layers, appropriate bitrate and resolution settings for delivery by adaptive streaming. The underlying algorithms will continue to evolve over time. The output will contain MP4 files with video and audio interleaved. - h264_multiple_bitrate1080p = "H264MultipleBitrate1080p" #: Produces a set of 8 GOP-aligned MP4 files, ranging from 6000 Kbps to 400 Kbps, and stereo AAC audio. Resolution starts at 1080p and goes down to 360p. - h264_multiple_bitrate720p = "H264MultipleBitrate720p" #: Produces a set of 6 GOP-aligned MP4 files, ranging from 3400 Kbps to 400 Kbps, and stereo AAC audio. Resolution starts at 720p and goes down to 360p. - h264_multiple_bitrate_sd = "H264MultipleBitrateSD" #: Produces a set of 5 GOP-aligned MP4 files, ranging from 1600Kbps to 400 Kbps, and stereo AAC audio. Resolution starts at 480p and goes down to 360p. + h264_multiple_bitrate1080p = "H264MultipleBitrate1080p" #: Produces a set of 8 GOP-aligned MP4 files, ranging from 6000 kbps to 400 kbps, and stereo AAC audio. Resolution starts at 1080p and goes down to 360p. + h264_multiple_bitrate720p = "H264MultipleBitrate720p" #: Produces a set of 6 GOP-aligned MP4 files, ranging from 3400 kbps to 400 kbps, and stereo AAC audio. Resolution starts at 720p and goes down to 360p. + h264_multiple_bitrate_sd = "H264MultipleBitrateSD" #: Produces a set of 5 GOP-aligned MP4 files, ranging from 1600kbps to 400 kbps, and stereo AAC audio. Resolution starts at 480p and goes down to 360p. class InsightsType(str, Enum):