Skip to content

Commit

Permalink
Generated from b9a3d8f42ed43d826d45af0ae6c88b871546302e (#2278)
Browse files Browse the repository at this point in the history
Remove newline characters from the description property value. These extra characters are resulting in extra "." dot character in the python_sdk.
  • Loading branch information
AutorestCI authored Jul 27, 2018
1 parent 7362c34 commit 59cb0f6
Show file tree
Hide file tree
Showing 22 changed files with 101 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ public class ApplicationTypeInfo {
private List<ApplicationParameter> defaultParameterList;

/**
* The status of the application type.
* . Possible values include: 'Invalid', 'Provisioning', 'Available',
* 'Unprovisioning', 'Failed'.
* The status of the application type. Possible values include: 'Invalid',
* 'Provisioning', 'Available', 'Unprovisioning', 'Failed'.
*/
@JsonProperty(value = "Status")
private ApplicationTypeStatus status;
Expand All @@ -51,9 +50,8 @@ public class ApplicationTypeInfo {
private String statusDetails;

/**
* The mechanism used to define a Service Fabric application type.
* . Possible values include: 'Invalid', 'ServiceFabricApplicationPackage',
* 'Compose'.
* The mechanism used to define a Service Fabric application type. Possible
* values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'.
*/
@JsonProperty(value = "ApplicationTypeDefinitionKind")
private ApplicationTypeDefinitionKind applicationTypeDefinitionKind;
Expand Down Expand Up @@ -119,8 +117,7 @@ public ApplicationTypeInfo withDefaultParameterList(List<ApplicationParameter> d
}

/**
* Get the status of the application type.
. Possible values include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning', 'Failed'.
* Get the status of the application type. Possible values include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning', 'Failed'.
*
* @return the status value
*/
Expand All @@ -129,8 +126,7 @@ public ApplicationTypeStatus status() {
}

/**
* Set the status of the application type.
. Possible values include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning', 'Failed'.
* Set the status of the application type. Possible values include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning', 'Failed'.
*
* @param status the status value to set
* @return the ApplicationTypeInfo object itself.
Expand Down Expand Up @@ -161,8 +157,7 @@ public ApplicationTypeInfo withStatusDetails(String statusDetails) {
}

/**
* Get the mechanism used to define a Service Fabric application type.
. Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'.
* Get the mechanism used to define a Service Fabric application type. Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'.
*
* @return the applicationTypeDefinitionKind value
*/
Expand All @@ -171,8 +166,7 @@ public ApplicationTypeDefinitionKind applicationTypeDefinitionKind() {
}

/**
* Set the mechanism used to define a Service Fabric application type.
. Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'.
* Set the mechanism used to define a Service Fabric application type. Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'.
*
* @param applicationTypeDefinitionKind the applicationTypeDefinitionKind value to set
* @return the ApplicationTypeInfo object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ public class BackupConfigurationInfo {
private String policyName;

/**
* Specifies the scope at which the backup policy is applied.
* . Possible values include: 'Invalid', 'Partition', 'Service',
* 'Application'.
* Specifies the scope at which the backup policy is applied. Possible
* values include: 'Invalid', 'Partition', 'Service', 'Application'.
*/
@JsonProperty(value = "PolicyInheritedFrom")
private BackupPolicyScope policyInheritedFrom;
Expand Down Expand Up @@ -66,8 +65,7 @@ public BackupConfigurationInfo withPolicyName(String policyName) {
}

/**
* Get specifies the scope at which the backup policy is applied.
. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'.
* Get specifies the scope at which the backup policy is applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'.
*
* @return the policyInheritedFrom value
*/
Expand All @@ -76,8 +74,7 @@ public BackupPolicyScope policyInheritedFrom() {
}

/**
* Set specifies the scope at which the backup policy is applied.
. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'.
* Set specifies the scope at which the backup policy is applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'.
*
* @param policyInheritedFrom the policyInheritedFrom value to set
* @return the BackupConfigurationInfo object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public class BackupInfo {
private String backupLocation;

/**
* Describes the type of backup, whether its full or incremental.
* . Possible values include: 'Invalid', 'Full', 'Incremental'.
* Describes the type of backup, whether its full or incremental. Possible
* values include: 'Invalid', 'Full', 'Incremental'.
*/
@JsonProperty(value = "BackupType")
private BackupType backupType;
Expand Down Expand Up @@ -206,8 +206,7 @@ public BackupInfo withBackupLocation(String backupLocation) {
}

/**
* Get describes the type of backup, whether its full or incremental.
. Possible values include: 'Invalid', 'Full', 'Incremental'.
* Get describes the type of backup, whether its full or incremental. Possible values include: 'Invalid', 'Full', 'Incremental'.
*
* @return the backupType value
*/
Expand All @@ -216,8 +215,7 @@ public BackupType backupType() {
}

/**
* Set describes the type of backup, whether its full or incremental.
. Possible values include: 'Invalid', 'Full', 'Incremental'.
* Set describes the type of backup, whether its full or incremental. Possible values include: 'Invalid', 'Full', 'Incremental'.
*
* @param backupType the backupType value to set
* @return the BackupInfo object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ public class BackupSuspensionInfo {
private Boolean isSuspended;

/**
* Specifies the scope at which the backup suspension was applied.
* . Possible values include: 'Invalid', 'Partition', 'Service',
* 'Application'.
* Specifies the scope at which the backup suspension was applied. Possible
* values include: 'Invalid', 'Partition', 'Service', 'Application'.
*/
@JsonProperty(value = "SuspensionInheritedFrom")
private BackupSuspensionScope suspensionInheritedFrom;
Expand All @@ -49,8 +48,7 @@ public BackupSuspensionInfo withIsSuspended(Boolean isSuspended) {
}

/**
* Get specifies the scope at which the backup suspension was applied.
. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'.
* Get specifies the scope at which the backup suspension was applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'.
*
* @return the suspensionInheritedFrom value
*/
Expand All @@ -59,8 +57,7 @@ public BackupSuspensionScope suspensionInheritedFrom() {
}

/**
* Set specifies the scope at which the backup suspension was applied.
. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'.
* Set specifies the scope at which the backup suspension was applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'.
*
* @param suspensionInheritedFrom the suspensionInheritedFrom value to set
* @return the BackupSuspensionInfo object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@
public class DeactivationIntentDescription {
/**
* Describes the intent or reason for deactivating the node. The possible
* values are following.
* . Possible values include: 'Pause', 'Restart', 'RemoveData'.
* values are following. Possible values include: 'Pause', 'Restart',
* 'RemoveData'.
*/
@JsonProperty(value = "DeactivationIntent")
private DeactivationIntent deactivationIntent;

/**
* Get describes the intent or reason for deactivating the node. The possible values are following.
. Possible values include: 'Pause', 'Restart', 'RemoveData'.
* Get describes the intent or reason for deactivating the node. The possible values are following. Possible values include: 'Pause', 'Restart', 'RemoveData'.
*
* @return the deactivationIntent value
*/
Expand All @@ -33,8 +32,7 @@ public DeactivationIntent deactivationIntent() {
}

/**
* Set describes the intent or reason for deactivating the node. The possible values are following.
. Possible values include: 'Pause', 'Restart', 'RemoveData'.
* Set describes the intent or reason for deactivating the node. The possible values are following. Possible values include: 'Pause', 'Restart', 'RemoveData'.
*
* @param deactivationIntent the deactivationIntent value to set
* @return the DeactivationIntentDescription object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ public class EntityHealth {
* computed by Health Manager.
* The health evaluation of the entity reflects all events reported on the
* entity and its children (if any).
* The aggregation is done by applying the desired health policy.
* . Possible values include: 'Invalid', 'Ok', 'Warning', 'Error',
* 'Unknown'.
* The aggregation is done by applying the desired health policy. Possible
* values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'.
*/
@JsonProperty(value = "AggregatedHealthState")
private HealthState aggregatedHealthState;
Expand Down Expand Up @@ -51,8 +50,7 @@ public class EntityHealth {
/**
* Get the HealthState representing the aggregated health state of the entity computed by Health Manager.
The health evaluation of the entity reflects all events reported on the entity and its children (if any).
The aggregation is done by applying the desired health policy.
. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'.
The aggregation is done by applying the desired health policy. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'.
*
* @return the aggregatedHealthState value
*/
Expand All @@ -63,8 +61,7 @@ public HealthState aggregatedHealthState() {
/**
* Set the HealthState representing the aggregated health state of the entity computed by Health Manager.
The health evaluation of the entity reflects all events reported on the entity and its children (if any).
The aggregation is done by applying the desired health policy.
. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'.
The aggregation is done by applying the desired health policy. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'.
*
* @param aggregatedHealthState the aggregatedHealthState value to set
* @return the EntityHealth object itself.
Expand Down
Loading

0 comments on commit 59cb0f6

Please sign in to comment.