Skip to content

Commit

Permalink
CodeGen from PR 11806 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 756347ee55aaf3953d50c9beeba96c8eef723581 into 206d0326939ad6f0ec2e0d83a946a76464648462
  • Loading branch information
SDKAuto committed Nov 24, 2020
1 parent 97eed47 commit 325ef18
Show file tree
Hide file tree
Showing 161 changed files with 2,693 additions and 1,242 deletions.
14 changes: 8 additions & 6 deletions sdk/compute/mgmt-v2017_12_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.3.0</version>
<relativePath>../../parents/azure-arm-parent</relativePath>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.0.0-beta-1</version>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Compute Management</name>
<description>This package contains Microsoft Compute Management SDK.</description>
<url>https://github.com/Azure/azure-libraries-for-java</url>
<url>https://github.com/Azure/azure-sdk-for-java</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand All @@ -28,8 +28,8 @@
</license>
</licenses>
<scm>
<url>scm:git:https://github.com/Azure/azure-libraries-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-libraries-for-java.git</connection>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
</scm>
<properties>
Expand Down Expand Up @@ -71,6 +71,8 @@
<artifactId>azure-arm-client-runtime</artifactId>
<type>test-jar</type>
<scope>test</scope>
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
<version>1.6.5</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class AdditionalUnattendContent {
private String content;

/**
* Get the passName value.
* Get the pass name. Currently, the only allowable value is OobeSystem. Possible values include: 'OobeSystem'.
*
* @return the passName value
*/
Expand All @@ -58,7 +58,7 @@ public PassNames passName() {
}

/**
* Set the passName value.
* Set the pass name. Currently, the only allowable value is OobeSystem. Possible values include: 'OobeSystem'.
*
* @param passName the passName value to set
* @return the AdditionalUnattendContent object itself.
Expand All @@ -69,7 +69,7 @@ public AdditionalUnattendContent withPassName(PassNames passName) {
}

/**
* Get the componentName value.
* Get the component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. Possible values include: 'Microsoft-Windows-Shell-Setup'.
*
* @return the componentName value
*/
Expand All @@ -78,7 +78,7 @@ public ComponentNames componentName() {
}

/**
* Set the componentName value.
* Set the component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. Possible values include: 'Microsoft-Windows-Shell-Setup'.
*
* @param componentName the componentName value to set
* @return the AdditionalUnattendContent object itself.
Expand All @@ -89,7 +89,7 @@ public AdditionalUnattendContent withComponentName(ComponentNames componentName)
}

/**
* Get the settingName value.
* Get specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon. Possible values include: 'AutoLogon', 'FirstLogonCommands'.
*
* @return the settingName value
*/
Expand All @@ -98,7 +98,7 @@ public SettingNames settingName() {
}

/**
* Set the settingName value.
* Set specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon. Possible values include: 'AutoLogon', 'FirstLogonCommands'.
*
* @param settingName the settingName value to set
* @return the AdditionalUnattendContent object itself.
Expand All @@ -109,7 +109,7 @@ public AdditionalUnattendContent withSettingName(SettingNames settingName) {
}

/**
* Get the content value.
* Get specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
*
* @return the content value
*/
Expand All @@ -118,7 +118,7 @@ public String content() {
}

/**
* Set the content value.
* Set specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
*
* @param content the content value to set
* @return the AdditionalUnattendContent object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
public class ApiEntityReference {
/**
* The ARM resource id in the form of
* /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
* /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*/
@JsonProperty(value = "id")
private String id;

/**
* Get the id value.
* Get the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @return the id value
*/
Expand All @@ -31,7 +31,7 @@ public String id() {
}

/**
* Set the id value.
* Set the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param id the id value to set
* @return the ApiEntityReference object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class ApiError {
private String message;

/**
* Get the details value.
* Get the Api error details.
*
* @return the details value
*/
Expand All @@ -55,7 +55,7 @@ public List<ApiErrorBase> details() {
}

/**
* Set the details value.
* Set the Api error details.
*
* @param details the details value to set
* @return the ApiError object itself.
Expand All @@ -66,7 +66,7 @@ public ApiError withDetails(List<ApiErrorBase> details) {
}

/**
* Get the innererror value.
* Get the Api inner error.
*
* @return the innererror value
*/
Expand All @@ -75,7 +75,7 @@ public InnerError innererror() {
}

/**
* Set the innererror value.
* Set the Api inner error.
*
* @param innererror the innererror value to set
* @return the ApiError object itself.
Expand All @@ -86,7 +86,7 @@ public ApiError withInnererror(InnerError innererror) {
}

/**
* Get the code value.
* Get the error code.
*
* @return the code value
*/
Expand All @@ -95,7 +95,7 @@ public String code() {
}

/**
* Set the code value.
* Set the error code.
*
* @param code the code value to set
* @return the ApiError object itself.
Expand All @@ -106,7 +106,7 @@ public ApiError withCode(String code) {
}

/**
* Get the target value.
* Get the target of the particular error.
*
* @return the target value
*/
Expand All @@ -115,7 +115,7 @@ public String target() {
}

/**
* Set the target value.
* Set the target of the particular error.
*
* @param target the target value to set
* @return the ApiError object itself.
Expand All @@ -126,7 +126,7 @@ public ApiError withTarget(String target) {
}

/**
* Get the message value.
* Get the error message.
*
* @return the message value
*/
Expand All @@ -135,7 +135,7 @@ public String message() {
}

/**
* Set the message value.
* Set the error message.
*
* @param message the message value to set
* @return the ApiError object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ApiErrorBase {
private String message;

/**
* Get the code value.
* Get the error code.
*
* @return the code value
*/
Expand All @@ -42,7 +42,7 @@ public String code() {
}

/**
* Set the code value.
* Set the error code.
*
* @param code the code value to set
* @return the ApiErrorBase object itself.
Expand All @@ -53,7 +53,7 @@ public ApiErrorBase withCode(String code) {
}

/**
* Get the target value.
* Get the target of the particular error.
*
* @return the target value
*/
Expand All @@ -62,7 +62,7 @@ public String target() {
}

/**
* Set the target value.
* Set the target of the particular error.
*
* @param target the target value to set
* @return the ApiErrorBase object itself.
Expand All @@ -73,7 +73,7 @@ public ApiErrorBase withTarget(String target) {
}

/**
* Get the message value.
* Get the error message.
*
* @return the message value
*/
Expand All @@ -82,7 +82,7 @@ public String message() {
}

/**
* Set the message value.
* Set the error message.
*
* @param message the message value to set
* @return the ApiErrorBase object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class AutoOSUpgradePolicy {
private Boolean disableAutoRollback;

/**
* Get the disableAutoRollback value.
* Get whether OS image rollback feature should be disabled. Default value is false.
*
* @return the disableAutoRollback value
*/
Expand All @@ -31,7 +31,7 @@ public Boolean disableAutoRollback() {
}

/**
* Set the disableAutoRollback value.
* Set whether OS image rollback feature should be disabled. Default value is false.
*
* @param disableAutoRollback the disableAutoRollback value to set
* @return the AutoOSUpgradePolicy object itself.
Expand Down
Loading

0 comments on commit 325ef18

Please sign in to comment.