diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/CacheExpirationActionParameters.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/CacheExpirationActionParameters.java index 7e125721bca5..6e344d8815b1 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/CacheExpirationActionParameters.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/CacheExpirationActionParameters.java @@ -34,8 +34,8 @@ public class CacheExpirationActionParameters { private String cacheType; /** - * The duration for which the the content needs to be cached. Allowed - * format is [d.]hh:mm:ss. + * The duration for which the content needs to be cached. Allowed format is + * [d.]hh:mm:ss. */ @JsonProperty(value = "cacheDuration") private String cacheDuration; @@ -110,7 +110,7 @@ public CacheExpirationActionParameters withCacheType(String cacheType) { } /** - * Get the duration for which the the content needs to be cached. Allowed format is [d.]hh:mm:ss. + * Get the duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss. * * @return the cacheDuration value */ @@ -119,7 +119,7 @@ public String cacheDuration() { } /** - * Set the duration for which the the content needs to be cached. Allowed format is [d.]hh:mm:ss. + * Set the duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss. * * @param cacheDuration the cacheDuration value to set * @return the CacheExpirationActionParameters object itself. diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/EndpointUpdateParameters.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/EndpointUpdateParameters.java index 6d021524cbbe..daf3a1e329f1 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/EndpointUpdateParameters.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/EndpointUpdateParameters.java @@ -34,7 +34,7 @@ public class EndpointUpdateParameters { private String originHostHeader; /** - * A directory path on the origin that CDN can use to retreive content + * A directory path on the origin that CDN can use to retrieve content * from, e.g. contoso.cloudapp.net/originpath. */ @JsonProperty(value = "properties.originPath") @@ -102,7 +102,7 @@ public class EndpointUpdateParameters { /** * List of rules defining the user's geo access within a CDN endpoint. Each - * geo filter defines an acess rule to a specified path or content, e.g. + * geo filter defines an access rule to a specified path or content, e.g. * block APAC for path /pictures/. */ @JsonProperty(value = "properties.geoFilters") @@ -155,7 +155,7 @@ public EndpointUpdateParameters withOriginHostHeader(String originHostHeader) { } /** - * Get a directory path on the origin that CDN can use to retreive content from, e.g. contoso.cloudapp.net/originpath. + * Get a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. * * @return the originPath value */ @@ -164,7 +164,7 @@ public String originPath() { } /** - * Set a directory path on the origin that CDN can use to retreive content from, e.g. contoso.cloudapp.net/originpath. + * Set a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. * * @param originPath the originPath value to set * @return the EndpointUpdateParameters object itself. @@ -315,7 +315,7 @@ public EndpointUpdateParameters withProbePath(String probePath) { } /** - * Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an acess rule to a specified path or content, e.g. block APAC for path /pictures/. + * Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/. * * @return the geoFilters value */ @@ -324,7 +324,7 @@ public List geoFilters() { } /** - * Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an acess rule to a specified path or content, e.g. block APAC for path /pictures/. + * Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/. * * @param geoFilters the geoFilters value to set * @return the EndpointUpdateParameters object itself. diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/ErrorResponse.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/ErrorResponse.java index 585c2ef4d8dd..a0754f80fdcc 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/ErrorResponse.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/ErrorResponse.java @@ -11,7 +11,7 @@ import com.fasterxml.jackson.annotation.JsonProperty; /** - * Error reponse indicates CDN service is not able to process the incoming + * Error response indicates CDN service is not able to process the incoming * request. The reason is provided in the error message. */ public class ErrorResponse { diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/CustomDomainsInner.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/CustomDomainsInner.java index 2e432e52acac..ec5dcc70c427 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/CustomDomainsInner.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/CustomDomainsInner.java @@ -232,7 +232,7 @@ private ServiceResponse> listByEndpointDelegate(Resp } /** - * Gets an exisitng custom domain within an endpoint. + * Gets an existing custom domain within an endpoint. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param profileName Name of the CDN profile which is unique within the resource group. @@ -248,7 +248,7 @@ public CustomDomainInner get(String resourceGroupName, String profileName, Strin } /** - * Gets an exisitng custom domain within an endpoint. + * Gets an existing custom domain within an endpoint. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param profileName Name of the CDN profile which is unique within the resource group. @@ -263,7 +263,7 @@ public ServiceFuture getAsync(String resourceGroupName, Strin } /** - * Gets an exisitng custom domain within an endpoint. + * Gets an existing custom domain within an endpoint. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param profileName Name of the CDN profile which is unique within the resource group. @@ -282,7 +282,7 @@ public CustomDomainInner call(ServiceResponse response) { } /** - * Gets an exisitng custom domain within an endpoint. + * Gets an existing custom domain within an endpoint. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param profileName Name of the CDN profile which is unique within the resource group. diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/EndpointInner.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/EndpointInner.java index a7813cc9c61a..3ffdbc0004c9 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/EndpointInner.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/EndpointInner.java @@ -36,7 +36,7 @@ public class EndpointInner extends Resource { private String originHostHeader; /** - * A directory path on the origin that CDN can use to retreive content + * A directory path on the origin that CDN can use to retrieve content * from, e.g. contoso.cloudapp.net/originpath. */ @JsonProperty(value = "properties.originPath") @@ -104,7 +104,7 @@ public class EndpointInner extends Resource { /** * List of rules defining the user's geo access within a CDN endpoint. Each - * geo filter defines an acess rule to a specified path or content, e.g. + * geo filter defines an access rule to a specified path or content, e.g. * block APAC for path /pictures/. */ @JsonProperty(value = "properties.geoFilters") @@ -163,7 +163,7 @@ public EndpointInner withOriginHostHeader(String originHostHeader) { } /** - * Get a directory path on the origin that CDN can use to retreive content from, e.g. contoso.cloudapp.net/originpath. + * Get a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. * * @return the originPath value */ @@ -172,7 +172,7 @@ public String originPath() { } /** - * Set a directory path on the origin that CDN can use to retreive content from, e.g. contoso.cloudapp.net/originpath. + * Set a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. * * @param originPath the originPath value to set * @return the EndpointInner object itself. @@ -323,7 +323,7 @@ public EndpointInner withProbePath(String probePath) { } /** - * Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an acess rule to a specified path or content, e.g. block APAC for path /pictures/. + * Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/. * * @return the geoFilters value */ @@ -332,7 +332,7 @@ public List geoFilters() { } /** - * Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an acess rule to a specified path or content, e.g. block APAC for path /pictures/. + * Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/. * * @param geoFilters the geoFilters value to set * @return the EndpointInner object itself. diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/ProfilesInner.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/ProfilesInner.java index ce1cafc05ee4..83bd8326595f 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/ProfilesInner.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/ProfilesInner.java @@ -1089,7 +1089,7 @@ private ServiceResponse beginDeleteDelegate(Response respons } /** - * Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemnetal portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. + * Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param profileName Name of the CDN profile which is unique within the resource group. @@ -1103,7 +1103,7 @@ public SsoUriInner generateSsoUri(String resourceGroupName, String profileName) } /** - * Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemnetal portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. + * Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param profileName Name of the CDN profile which is unique within the resource group. @@ -1116,7 +1116,7 @@ public ServiceFuture generateSsoUriAsync(String resourceGroupName, } /** - * Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemnetal portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. + * Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param profileName Name of the CDN profile which is unique within the resource group. @@ -1133,7 +1133,7 @@ public SsoUriInner call(ServiceResponse response) { } /** - * Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemnetal portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. + * Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. * * @param resourceGroupName Name of the Resource group within the Azure subscription. * @param profileName Name of the CDN profile which is unique within the resource group.