Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit e83a894

Browse files
authored
[AutoPR mediaservices/resource-manager] typo: mediaservices/resource-manager/Microsoft.Media/StreamingPoliciesAndStreamingLocators (#1948)
* Generated from 7e834c0a64ac7c252a6c9e3c2c500aab8fce3270 typo: mediaservices/resource-manager/Microsoft.Media/StreamingPoliciesAndStreamingLocators - proprty -> property - Stremaing -> Streaming - sepearate -> separate - Acquistion -> Acquisition - speicified -> specified - Configuations -> Configuration - Doulbe word "of" - Doulbe word "the" * Generated from 7e834c0a64ac7c252a6c9e3c2c500aab8fce3270 typo: mediaservices/resource-manager/Microsoft.Media/StreamingPoliciesAndStreamingLocators - proprty -> property - Stremaing -> Streaming - sepearate -> separate - Acquistion -> Acquisition - speicified -> specified - Configuations -> Configuration - Doulbe word "of" - Doulbe word "the"
1 parent 6b130fa commit e83a894

File tree

17 files changed

+36
-36
lines changed

17 files changed

+36
-36
lines changed

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/models/default_key.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DefaultKey
1414
include MsRestAzure
1515

1616
# @return [String] Label can be used to specify Content Key when creating
17-
# Stremaing Locator
17+
# Streaming Locator
1818
attr_accessor :label
1919

2020
# @return [String] Policy used by Default Key

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/models/envelope_encryption.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class EnvelopeEncryption
2424
# tracks
2525
attr_accessor :content_keys
2626

27-
# @return [String] LicenseAcquistionUrlTemplate is used to point to user
28-
# speicified service to delivery content keys
27+
# @return [String] LicenseAcquisitionUrlTemplate is used to point to user
28+
# specified service to delivery content keys
2929
attr_accessor :custom_license_acquisition_url_template
3030

3131

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/models/streaming_locator_content_key.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class StreamingLocatorContentKey
2323
# @return ID of Content Key
2424
attr_accessor :id
2525

26-
# @return [String] Value of of Content Key
26+
# @return [String] Value of Content Key
2727
attr_accessor :value
2828

2929
# @return [String] ContentKeyPolicy used by Content Key

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/models/streaming_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class StreamingPolicy < ProxyResource
2727
# @return [CommonEncryptionCbcs] Configuration of CommonEncryptionCbcs
2828
attr_accessor :common_encryption_cbcs
2929

30-
# @return [NoEncryption] Configuations of NoEncryption
30+
# @return [NoEncryption] Configuration of NoEncryption
3131
attr_accessor :no_encryption
3232

3333

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/models/streaming_policy_content_key.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class StreamingPolicyContentKey
1313
include MsRestAzure
1414

1515
# @return [String] Label can be used to specify Content Key when creating
16-
# Stremaing Locator
16+
# Streaming Locator
1717
attr_accessor :label
1818

1919
# @return [String] Policy used by Content Key

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/models/streaming_policy_content_keys.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class StreamingPolicyContentKeys
1616
attr_accessor :default_key
1717

1818
# @return [Array<StreamingPolicyContentKey>] Representing tracks needs
19-
# sepearete content key
19+
# separate content key
2020
attr_accessor :key_to_track_mappings
2121

2222

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/models/track_property_condition.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TrackPropertyCondition
2020
# operation. Possible values include: 'Unknown', 'Equal'
2121
attr_accessor :operation
2222

23-
# @return [String] Track proprty value
23+
# @return [String] Track property value
2424
attr_accessor :value
2525

2626

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/streaming_locators.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(client)
3333
# @param top [Integer] Specifies a non-negative integer n that limits the
3434
# number of items returned from a collection. The service returns the number of
3535
# available items up to but not greater than the specified value n.
36-
# @param orderby [String] Specifies the the key by which the result collection
36+
# @param orderby [String] Specifies the key by which the result collection
3737
# should be ordered.
3838
# @param custom_headers [Hash{String => String}] A hash of custom headers that
3939
# will be added to the HTTP request.
@@ -57,7 +57,7 @@ def list(resource_group_name, account_name, filter = nil, top = nil, orderby = n
5757
# @param top [Integer] Specifies a non-negative integer n that limits the
5858
# number of items returned from a collection. The service returns the number of
5959
# available items up to but not greater than the specified value n.
60-
# @param orderby [String] Specifies the the key by which the result collection
60+
# @param orderby [String] Specifies the key by which the result collection
6161
# should be ordered.
6262
# @param custom_headers [Hash{String => String}] A hash of custom headers that
6363
# will be added to the HTTP request.
@@ -80,7 +80,7 @@ def list_with_http_info(resource_group_name, account_name, filter = nil, top = n
8080
# @param top [Integer] Specifies a non-negative integer n that limits the
8181
# number of items returned from a collection. The service returns the number of
8282
# available items up to but not greater than the specified value n.
83-
# @param orderby [String] Specifies the the key by which the result collection
83+
# @param orderby [String] Specifies the key by which the result collection
8484
# should be ordered.
8585
# @param [Hash{String => String}] A hash of custom headers that will be added
8686
# to the HTTP request.
@@ -766,7 +766,7 @@ def list_next_async(next_page_link, custom_headers = nil)
766766
# @param top [Integer] Specifies a non-negative integer n that limits the
767767
# number of items returned from a collection. The service returns the number of
768768
# available items up to but not greater than the specified value n.
769-
# @param orderby [String] Specifies the the key by which the result collection
769+
# @param orderby [String] Specifies the key by which the result collection
770770
# should be ordered.
771771
# @param custom_headers [Hash{String => String}] A hash of custom headers that
772772
# will be added to the HTTP request.

management/azure_mgmt_media_services/lib/2018-03-30-preview/generated/azure_mgmt_media_services/streaming_policies.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(client)
3333
# @param top [Integer] Specifies a non-negative integer n that limits the
3434
# number of items returned from a collection. The service returns the number of
3535
# available items up to but not greater than the specified value n.
36-
# @param orderby [String] Specifies the the key by which the result collection
36+
# @param orderby [String] Specifies the key by which the result collection
3737
# should be ordered.
3838
# @param custom_headers [Hash{String => String}] A hash of custom headers that
3939
# will be added to the HTTP request.
@@ -57,7 +57,7 @@ def list(resource_group_name, account_name, filter = nil, top = nil, orderby = n
5757
# @param top [Integer] Specifies a non-negative integer n that limits the
5858
# number of items returned from a collection. The service returns the number of
5959
# available items up to but not greater than the specified value n.
60-
# @param orderby [String] Specifies the the key by which the result collection
60+
# @param orderby [String] Specifies the key by which the result collection
6161
# should be ordered.
6262
# @param custom_headers [Hash{String => String}] A hash of custom headers that
6363
# will be added to the HTTP request.
@@ -80,7 +80,7 @@ def list_with_http_info(resource_group_name, account_name, filter = nil, top = n
8080
# @param top [Integer] Specifies a non-negative integer n that limits the
8181
# number of items returned from a collection. The service returns the number of
8282
# available items up to but not greater than the specified value n.
83-
# @param orderby [String] Specifies the the key by which the result collection
83+
# @param orderby [String] Specifies the key by which the result collection
8484
# should be ordered.
8585
# @param [Hash{String => String}] A hash of custom headers that will be added
8686
# to the HTTP request.
@@ -558,7 +558,7 @@ def list_next_async(next_page_link, custom_headers = nil)
558558
# @param top [Integer] Specifies a non-negative integer n that limits the
559559
# number of items returned from a collection. The service returns the number of
560560
# available items up to but not greater than the specified value n.
561-
# @param orderby [String] Specifies the the key by which the result collection
561+
# @param orderby [String] Specifies the key by which the result collection
562562
# should be ordered.
563563
# @param custom_headers [Hash{String => String}] A hash of custom headers that
564564
# will be added to the HTTP request.

management/azure_mgmt_media_services/lib/2018-06-01-preview/generated/azure_mgmt_media_services/models/envelope_encryption.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class EnvelopeEncryption
2424
# tracks
2525
attr_accessor :content_keys
2626

27-
# @return [String] KeyAcquistionUrlTemplate is used to point to user
27+
# @return [String] KeyAcquisitionUrlTemplate is used to point to user
2828
# specified service to delivery content keys
2929
attr_accessor :custom_key_acquisition_url_template
3030

0 commit comments

Comments
 (0)