Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk/cdn/mgmt-v2020_04_15/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.3.2</version>
<relativePath>../../parents/azure-arm-parent/pom.xml</relativePath>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-cdn</artifactId>
<version>1.0.0-beta-1</version>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Cdn Management</name>
<description>This package contains Microsoft Cdn Management SDK.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class CookiesMatchConditionParameters {
/**
* Name of Cookies to be matched.
*/
@JsonProperty(value = "selector", required = true)
@JsonProperty(value = "selector")
private String selector;

/**
Expand All @@ -44,7 +44,7 @@ public class CookiesMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -55,9 +55,7 @@ public class CookiesMatchConditionParameters {

/**
* Creates an instance of CookiesMatchConditionParameters class.
* @param selector name of Cookies to be matched.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public CookiesMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleCookiesConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ public class HttpVersionMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
* Creates an instance of HttpVersionMatchConditionParameters class.
* @param matchValues the match value for the condition of the delivery rule.
*/
public HttpVersionMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleHttpVersionConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class IsDeviceMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -47,7 +47,6 @@ public class IsDeviceMatchConditionParameters {

/**
* Creates an instance of IsDeviceMatchConditionParameters class.
* @param matchValues the match value for the condition of the delivery rule.
*/
public IsDeviceMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleIsDeviceConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class KeyVaultCertificateSourceParameters {
/**
* The version(GUID) of Key Vault Secret in Key Vault.
*/
@JsonProperty(value = "secretVersion", required = true)
@JsonProperty(value = "secretVersion")
private String secretVersion;

/**
Expand All @@ -72,7 +72,6 @@ public class KeyVaultCertificateSourceParameters {
* @param resourceGroupName resource group of the user's Key Vault containing the SSL certificate.
* @param vaultName the name of the user's Key Vault containing the SSL certificate.
* @param secretName the name of Key Vault Secret (representing the full certificate PFX) in Key Vault.
* @param secretVersion the version(GUID) of Key Vault Secret in Key Vault.
*/
public KeyVaultCertificateSourceParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.KeyVaultCertificateSourceParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class PostArgsMatchConditionParameters {
/**
* Name of PostArg to be matched.
*/
@JsonProperty(value = "selector", required = true)
@JsonProperty(value = "selector")
private String selector;

/**
Expand All @@ -44,7 +44,7 @@ public class PostArgsMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -55,9 +55,7 @@ public class PostArgsMatchConditionParameters {

/**
* Creates an instance of PostArgsMatchConditionParameters class.
* @param selector name of PostArg to be matched.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public PostArgsMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRulePostArgsConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class QueryStringMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -50,7 +50,6 @@ public class QueryStringMatchConditionParameters {
/**
* Creates an instance of QueryStringMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public QueryStringMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleQueryStringConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class RemoteAddressMatchConditionParameters {
* here with OR semantics. If any of them match the variable with the given
* operator this match condition is considered a match.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -51,7 +51,6 @@ public class RemoteAddressMatchConditionParameters {
/**
* Creates an instance of RemoteAddressMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'IPMatch', 'GeoMatch'.
* @param matchValues match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
*/
public RemoteAddressMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRemoteAddressConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RequestBodyMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -50,7 +50,6 @@ public class RequestBodyMatchConditionParameters {
/**
* Creates an instance of RequestBodyMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public RequestBodyMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestBodyConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class RequestHeaderMatchConditionParameters {
/**
* Name of Header to be matched.
*/
@JsonProperty(value = "selector", required = true)
@JsonProperty(value = "selector")
private String selector;

/**
Expand All @@ -44,7 +44,7 @@ public class RequestHeaderMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -55,9 +55,7 @@ public class RequestHeaderMatchConditionParameters {

/**
* Creates an instance of RequestHeaderMatchConditionParameters class.
* @param selector name of Header to be matched.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public RequestHeaderMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestHeaderConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ public class RequestMethodMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
* Creates an instance of RequestMethodMatchConditionParameters class.
* @param matchValues the match value for the condition of the delivery rule.
*/
public RequestMethodMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestMethodConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ public class RequestSchemeMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
* Creates an instance of RequestSchemeMatchConditionParameters class.
* @param matchValues the match value for the condition of the delivery rule.
*/
public RequestSchemeMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestSchemeConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RequestUriMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -50,7 +50,6 @@ public class RequestUriMatchConditionParameters {
/**
* Creates an instance of RequestUriMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public RequestUriMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestUriConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class UrlFileExtensionMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -50,7 +50,6 @@ public class UrlFileExtensionMatchConditionParameters {
/**
* Creates an instance of UrlFileExtensionMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public UrlFileExtensionMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlFileExtensionMatchConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class UrlFileNameMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -50,7 +50,6 @@ public class UrlFileNameMatchConditionParameters {
/**
* Creates an instance of UrlFileNameMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public UrlFileNameMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlFilenameConditionParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class UrlPathMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
@JsonProperty(value = "matchValues", required = true)
@JsonProperty(value = "matchValues")
private List<String> matchValues;

/**
Expand All @@ -50,7 +50,6 @@ public class UrlPathMatchConditionParameters {
/**
* Creates an instance of UrlPathMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'Wildcard'.
* @param matchValues the match value for the condition of the delivery rule.
*/
public UrlPathMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters";
Expand Down