Skip to content

Commit

Permalink
[AutoPR mediaservices/resource-manager] typo: mediaservices/resource-…
Browse files Browse the repository at this point in the history
…manager/Microsoft.Media/StreamingPoliciesAndStreamingLocators (#2644)

* 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"
  • Loading branch information
AutorestCI authored Nov 26, 2018
1 parent b5c0687 commit 4ff5d68
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -114,7 +114,7 @@ public StreamingLocatorContentKey withId(UUID id) {
}

/**
* Get value of of Content Key.
* Get value of Content Key.
*
* @return the value value
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -35,7 +35,7 @@ public class StreamingPolicyContentKey {
private List<TrackSelection> 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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<StreamingPolicyContentKey> keyToTrackMappings;
Expand All @@ -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
*/
Expand All @@ -57,7 +57,7 @@ public List<StreamingPolicyContentKey> 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TrackPropertyCondition {
private TrackPropertyCompareOperation operation;

/**
* Track proprty value.
* Track property value.
*/
@JsonProperty(value = "value")
private String value;
Expand Down Expand Up @@ -74,7 +74,7 @@ public TrackPropertyCondition withOperation(TrackPropertyCompareOperation operat
}

/**
* Get track proprty value.
* Get track property value.
*
* @return the value value
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public Observable<ServiceResponse<Page<StreamingLocatorInner>>> call(Response<Re
* @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
* @throws ApiErrorException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -248,7 +248,7 @@ public Page<StreamingLocatorInner> 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
Expand All @@ -273,7 +273,7 @@ public Observable<ServiceResponse<Page<StreamingLocatorInner>>> 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&lt;StreamingLocatorInner&gt; object
*/
Expand All @@ -295,7 +295,7 @@ public Page<StreamingLocatorInner> call(ServiceResponse<Page<StreamingLocatorInn
* @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&lt;StreamingLocatorInner&gt; object
*/
Expand All @@ -321,7 +321,7 @@ public Observable<ServiceResponse<Page<StreamingLocatorInner>>> call(ServiceResp
ServiceResponse<PageImpl<StreamingLocatorInner>> * @param accountName The Media Services account name.
ServiceResponse<PageImpl<StreamingLocatorInner>> * @param filter Restricts the set of items returned.
ServiceResponse<PageImpl<StreamingLocatorInner>> * @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<PageImpl<StreamingLocatorInner>> * @param orderby Specifies the the key by which the result collection should be ordered.
ServiceResponse<PageImpl<StreamingLocatorInner>> * @param orderby Specifies the key by which the result collection should be ordered.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList&lt;StreamingLocatorInner&gt; object wrapped in {@link ServiceResponse} if successful.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public Observable<ServiceResponse<Page<StreamingPolicyInner>>> call(Response<Res
* @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
* @throws ApiErrorException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -239,7 +239,7 @@ public Page<StreamingPolicyInner> 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
Expand All @@ -264,7 +264,7 @@ public Observable<ServiceResponse<Page<StreamingPolicyInner>>> 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&lt;StreamingPolicyInner&gt; object
*/
Expand All @@ -286,7 +286,7 @@ public Page<StreamingPolicyInner> call(ServiceResponse<Page<StreamingPolicyInner
* @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&lt;StreamingPolicyInner&gt; object
*/
Expand All @@ -312,7 +312,7 @@ public Observable<ServiceResponse<Page<StreamingPolicyInner>>> call(ServiceRespo
ServiceResponse<PageImpl<StreamingPolicyInner>> * @param accountName The Media Services account name.
ServiceResponse<PageImpl<StreamingPolicyInner>> * @param filter Restricts the set of items returned.
ServiceResponse<PageImpl<StreamingPolicyInner>> * @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<PageImpl<StreamingPolicyInner>> * @param orderby Specifies the the key by which the result collection should be ordered.
ServiceResponse<PageImpl<StreamingPolicyInner>> * @param orderby Specifies the key by which the result collection should be ordered.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList&lt;StreamingPolicyInner&gt; object wrapped in {@link ServiceResponse} if successful.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -148,7 +148,7 @@ public StreamingPolicyInner withCommonEncryptionCbcs(CommonEncryptionCbcs common
}

/**
* Get configuations of NoEncryption.
* Get configuration of NoEncryption.
*
* @return the noEncryption value
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -103,7 +103,7 @@ public StreamingLocatorContentKey withLabel(String label) {
}

/**
* Get value of of Content Key.
* Get value of Content Key.
*
* @return the value value
*/
Expand All @@ -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.
Expand Down
Loading

0 comments on commit 4ff5d68

Please sign in to comment.