diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/Assets.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/Assets.json index 66688d763279..9ff8172d6c01 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/Assets.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/Assets.json @@ -150,7 +150,7 @@ "description": "A collection of Asset items." }, "ListContainerSasInput": { - "description": "The parameters to the list SAS requet.", + "description": "The parameters to the list SAS request.", "properties": { "permissions": { "description": "The permissions to set on the SAS URL.", @@ -240,7 +240,7 @@ "in": "query", "required": false, "type": "string", - "description": "Specifies the the key by which the result collection should be ordered." + "description": "Specifies the key by which the result collection should be ordered." } ], "x-ms-pageable": { diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/ContentKeyPolicies.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/ContentKeyPolicies.json index ce7149eb0e28..9b3c1a298ade 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/ContentKeyPolicies.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/ContentKeyPolicies.json @@ -808,7 +808,7 @@ "in": "query", "required": false, "type": "string", - "description": "Specifies the the key by which the result collection should be ordered." + "description": "Specifies the key by which the result collection should be ordered." } ], "x-ms-pageable": { @@ -819,7 +819,7 @@ "Lists all Content Key Policies": { "$ref": "examples/content-key-policies-list-all.json" }, - "Lists Content Key Policies ordered by last modifed.": { + "Lists Content Key Policies ordered by last modified.": { "$ref": "examples/content-key-policies-list-by-lastModified.json" }, "Lists Content Key Policies with created and last modified filters.": { diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/Encoding.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/Encoding.json index 76c810446bcd..1aa9be6e228a 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/Encoding.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/Encoding.json @@ -816,19 +816,19 @@ }, { "value": "AACGoodQualityAudio", - "description": "Produces a single MP4 file containing only stereo audio encoded at 192 kbps." + "description": "Produces a single MP4 file containing only stereo audio encoded at 192 Kbps." }, { "value": "H264MultipleBitrate1080p", - "description": "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." + "description": "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." }, { "value": "H264MultipleBitrate720p", - "description": "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." + "description": "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." }, { "value": "H264MultipleBitrateSD", - "description": "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." + "description": "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." } ], "modelAsExtensible": true diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/StreamingPoliciesAndStreamingLocators.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/StreamingPoliciesAndStreamingLocators.json index 29e20f920731..67dbdc9c291f 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/StreamingPoliciesAndStreamingLocators.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/StreamingPoliciesAndStreamingLocators.json @@ -206,7 +206,7 @@ } }, "type": "object", - "description": "Class to specify drm configurations of CommonEncryptionCbcs scheme in Streaming Policy" + "description": "Class to specify DRM configurations of CommonEncryptionCbcs scheme in Streaming Policy" }, "CencDrmConfiguration": { "properties": { @@ -220,7 +220,7 @@ } }, "type": "object", - "description": "Class to specify drm configurations of CommonEncryptionCenc scheme in Streaming Policy" + "description": "Class to specify DRM configurations of CommonEncryptionCenc scheme in Streaming Policy" }, "EnabledProtocols": { "properties": { @@ -304,7 +304,7 @@ }, "drm": { "$ref": "#/definitions/CencDrmConfiguration", - "description": "Configuration of DRMs for CommonEncryptionCenc encryption scheme" + "description": "Configuration of DRM for CommonEncryptionCenc encryption scheme" } }, "type": "object", @@ -329,7 +329,7 @@ }, "drm": { "$ref": "#/definitions/CbcsDrmConfiguration", - "description": "Configuration of DRMs for current encryption scheme" + "description": "Configuration of DRM for current encryption scheme" } }, "type": "object", diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/streamingservice.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/streamingservice.json index 7b8f3c334c1c..4d2bcd72fe75 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/streamingservice.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-03-30-preview/streamingservice.json @@ -1046,7 +1046,7 @@ "description": "StreamingEndpoint scale parameters", "in": "body", "required": true, - "schema": { + "schema": { "$ref": "#/definitions/StreamingEntityScaleUnit" } } @@ -1054,7 +1054,7 @@ "responses": { "200": { "description": "OK. The request has succeeded." - }, + }, "202": { "description": "Accepted. The request has been accepted for processing and the operation will complete asynchronously." }, diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Assets.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Assets.json index bf61c2602048..9026f24d46ad 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Assets.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Assets.json @@ -186,7 +186,7 @@ "description": "A collection of Asset items." }, "ListContainerSasInput": { - "description": "The parameters to the list SAS requet.", + "description": "The parameters to the list SAS request.", "properties": { "permissions": { "description": "The permissions to set on the SAS URL.", @@ -276,7 +276,7 @@ "in": "query", "required": false, "type": "string", - "description": "Specifies the the key by which the result collection should be ordered." + "description": "Specifies the key by which the result collection should be ordered." } ], "x-ms-pageable": { diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/ContentKeyPolicies.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/ContentKeyPolicies.json index 92c70482a054..fbd29107a954 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/ContentKeyPolicies.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/ContentKeyPolicies.json @@ -844,7 +844,7 @@ "in": "query", "required": false, "type": "string", - "description": "Specifies the the key by which the result collection should be ordered." + "description": "Specifies the key by which the result collection should be ordered." } ], "x-ms-pageable": { @@ -855,7 +855,7 @@ "Lists all Content Key Policies": { "$ref": "examples/content-key-policies-list-all.json" }, - "Lists Content Key Policies ordered by last modifed.": { + "Lists Content Key Policies ordered by last modified.": { "$ref": "examples/content-key-policies-list-by-lastModified.json" }, "Lists Content Key Policies with created and last modified filters.": { diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Encoding.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Encoding.json index 9b89b0e92ca5..198020a823a6 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Encoding.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Encoding.json @@ -817,19 +817,19 @@ }, { "value": "AACGoodQualityAudio", - "description": "Produces a single MP4 file containing only stereo audio encoded at 192 kbps." + "description": "Produces a single MP4 file containing only stereo audio encoded at 192 Kbps." }, { "value": "H264MultipleBitrate1080p", - "description": "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." + "description": "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." }, { "value": "H264MultipleBitrate720p", - "description": "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." + "description": "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." }, { "value": "H264MultipleBitrateSD", - "description": "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." + "description": "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." } ], "modelAsExtensible": true diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/StreamingPoliciesAndStreamingLocators.json b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/StreamingPoliciesAndStreamingLocators.json index 1732f0fa3e65..71dbe383b449 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/StreamingPoliciesAndStreamingLocators.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/StreamingPoliciesAndStreamingLocators.json @@ -305,7 +305,7 @@ }, "drm": { "$ref": "#/definitions/CencDrmConfiguration", - "description": "Configuration of DRMs for CommonEncryptionCenc encryption scheme" + "description": "Configuration of DRM for CommonEncryptionCenc encryption scheme" } }, "type": "object", @@ -330,7 +330,7 @@ }, "drm": { "$ref": "#/definitions/CbcsDrmConfiguration", - "description": "Configuration of DRMs for current encryption scheme" + "description": "Configuration of DRM for current encryption scheme" } }, "type": "object", diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AccountFilters.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AccountFilters.json index 0113e2c1450a..47d6c3492b06 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AccountFilters.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AccountFilters.json @@ -56,7 +56,7 @@ }, "forceEndTimestamp": { "type": "boolean", - "description": "The indicator of forcing exsiting of end time stamp." + "description": "The indicator of forcing existing of end time stamp." } }, "type": "object", @@ -108,7 +108,7 @@ }, "value": { "type": "string", - "description": "The track proprty value." + "description": "The track property value." }, "operation": { "type": "string", diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AssetsAndAssetFilters.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AssetsAndAssetFilters.json index 4f54bed9ddb2..d59d4c3a1951 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AssetsAndAssetFilters.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AssetsAndAssetFilters.json @@ -260,7 +260,7 @@ }, "forceEndTimestamp": { "type": "boolean", - "description": "The indicator of forcing exsiting of end time stamp." + "description": "The indicator of forcing existing of end time stamp." } }, "type": "object", @@ -312,7 +312,7 @@ }, "value": { "type": "string", - "description": "The track proprty value." + "description": "The track property value." }, "operation": { "type": "string", @@ -571,7 +571,7 @@ "in": "query", "required": false, "type": "string", - "description": "Specifies the the key by which the result collection should be ordered." + "description": "Specifies the key by which the result collection should be ordered." } ], "x-ms-pageable": { diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/ContentKeyPolicies.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/ContentKeyPolicies.json index 372adf53c003..07fd4ab4bdb3 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/ContentKeyPolicies.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/ContentKeyPolicies.json @@ -8,7 +8,7 @@ "description": "This Swagger was generated by the API Framework.", "version": "2018-07-01" }, - "host": "management.azure.com", + "host": "management.azure.com", "consumes": [ "application/json" ], @@ -844,7 +844,7 @@ "in": "query", "required": false, "type": "string", - "description": "Specifies the the key by which the result collection should be ordered." + "description": "Specifies the key by which the result collection should be ordered." } ], "x-ms-pageable": { @@ -855,7 +855,7 @@ "Lists all Content Key Policies": { "$ref": "examples/content-key-policies-list-all.json" }, - "Lists Content Key Policies ordered by last modifed.": { + "Lists Content Key Policies ordered by last modified.": { "$ref": "examples/content-key-policies-list-by-lastModified.json" }, "Lists Content Key Policies with created and last modified filters.": { diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/Encoding.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/Encoding.json index abe0b48fd62a..5466e97234c5 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/Encoding.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/Encoding.json @@ -8,7 +8,7 @@ "description": "This Swagger was generated by the API Framework.", "version": "2018-07-01" }, - "host": "management.azure.com", + "host": "management.azure.com", "consumes": [ "application/json" ], @@ -816,15 +816,15 @@ "values": [ { "value": "H264SingleBitrateSD", - "description": "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." + "description": "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." }, { "value": "H264SingleBitrate720p", - "description": "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." + "description": "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." }, { "value": "H264SingleBitrate1080p", - "description": "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." + "description": "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." }, { "value": "AdaptiveStreaming", @@ -832,19 +832,19 @@ }, { "value": "AACGoodQualityAudio", - "description": "Produces a single MP4 file containing only stereo audio encoded at 192 kbps." + "description": "Produces a single MP4 file containing only stereo audio encoded at 192 Kbps." }, { "value": "H264MultipleBitrate1080p", - "description": "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." + "description": "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." }, { "value": "H264MultipleBitrate720p", - "description": "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." + "description": "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." }, { "value": "H264MultipleBitrateSD", - "description": "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." + "description": "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." } ], "modelAsString": true @@ -1674,7 +1674,7 @@ "in": "query", "required": false, "type": "string", - "description": "Specifies the the key by which the result collection should be ordered." + "description": "Specifies the key by which the result collection should be ordered." } ], "x-ms-pageable": { @@ -1691,8 +1691,8 @@ "Lists the Transforms filter by created": { "$ref": "examples/transforms-list-all-filter-by-created.json" }, - "Lists the Transforms filter by lastmodified": { - "$ref": "examples/transforms-list-all-filter-by-lastmodified.json" + "Lists the Transforms filter by last modified": { + "$ref": "examples/transforms-list-all-filter-by-lastModified.json" } } } @@ -1957,7 +1957,7 @@ "in": "query", "required": false, "type": "string", - "description": "Specifies the the key by which the result collection should be ordered." + "description": "Specifies the key by which the result collection should be ordered." } ], "x-ms-pageable": { @@ -1983,8 +1983,8 @@ "Lists Jobs for the Transform filter by created.": { "$ref": "examples/jobs-list-all-filter-by-created.json" }, - "Lists Jobs for the Transform filter by lastmodified.": { - "$ref": "examples/jobs-list-all-filter-by-lastmodified.json" + "Lists Jobs for the Transform filter by last modified.": { + "$ref": "examples/jobs-list-all-filter-by-lastModified.json" } } } diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/StreamingPoliciesAndStreamingLocators.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/StreamingPoliciesAndStreamingLocators.json index 4c8bb254a538..03209bd1784b 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/StreamingPoliciesAndStreamingLocators.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/StreamingPoliciesAndStreamingLocators.json @@ -305,7 +305,7 @@ }, "drm": { "$ref": "#/definitions/CencDrmConfiguration", - "description": "Configuration of DRMs for CommonEncryptionCenc encryption scheme" + "description": "Configuration of DRM for CommonEncryptionCenc encryption scheme" } }, "type": "object", @@ -330,7 +330,7 @@ }, "drm": { "$ref": "#/definitions/CbcsDrmConfiguration", - "description": "Configuration of DRMs for current encryption scheme" + "description": "Configuration of DRM for current encryption scheme" } }, "type": "object", diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/examples/jobs-list-all-filter-by-lastmodified.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/examples/jobs-list-all-filter-by-lastModified.json similarity index 100% rename from specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/examples/jobs-list-all-filter-by-lastmodified.json rename to specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/examples/jobs-list-all-filter-by-lastModified.json diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/examples/transforms-list-all-filter-by-lastmodified.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/examples/transforms-list-all-filter-by-lastModified.json similarity index 100% rename from specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/examples/transforms-list-all-filter-by-lastmodified.json rename to specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/examples/transforms-list-all-filter-by-lastModified.json