Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 6f58349

Browse files
openapi-sdkautomation[bot]SDK Automation
authored andcommitted
Generated from 84963d029aeeb05f63d500f41e2e21b365c6109e (Azure#4659)
Fix terminate scheduled event reference.
1 parent f8085c9 commit 6f58349

File tree

171 files changed

+2663
-1338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+2663
-1338
lines changed

compute/resource-manager/v2017_03_30/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<parent>
1212
<groupId>com.microsoft.azure</groupId>
1313
<artifactId>azure-arm-parent</artifactId>
14-
<version>1.1.0</version>
15-
<relativePath>../../../pom.management.xml</relativePath>
14+
<version>0.0.3-beta</version>
15+
<relativePath>../../../pom.xml</relativePath>
1616
</parent>
1717
<artifactId>azure-mgmt-compute</artifactId>
18-
<version>1.0.0-beta-1</version>
18+
<version>1.0.0-beta</version>
1919
<packaging>jar</packaging>
2020
<name>Microsoft Azure SDK for Compute Management</name>
2121
<description>This package contains Microsoft Compute Management SDK.</description>
22-
<url>https://github.com/Azure/azure-libraries-for-java</url>
22+
<url>https://github.com/Azure/azure-sdk-for-java</url>
2323
<licenses>
2424
<license>
2525
<name>The MIT License (MIT)</name>
@@ -28,8 +28,8 @@
2828
</license>
2929
</licenses>
3030
<scm>
31-
<url>scm:git:https://github.com/Azure/azure-libraries-for-java</url>
32-
<connection>scm:git:[email protected]:Azure/azure-libraries-for-java.git</connection>
31+
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
32+
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
3333
<tag>HEAD</tag>
3434
</scm>
3535
<properties>

compute/resource-manager/v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/AdditionalUnattendContent.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class AdditionalUnattendContent {
4949
private String content;
5050

5151
/**
52-
* Get the passName value.
52+
* Get the pass name. Currently, the only allowable value is OobeSystem. Possible values include: 'OobeSystem'.
5353
*
5454
* @return the passName value
5555
*/
@@ -58,7 +58,7 @@ public PassNames passName() {
5858
}
5959

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

7171
/**
72-
* Get the componentName value.
72+
* Get the component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. Possible values include: 'Microsoft-Windows-Shell-Setup'.
7373
*
7474
* @return the componentName value
7575
*/
@@ -78,7 +78,7 @@ public ComponentNames componentName() {
7878
}
7979

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

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

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

111111
/**
112-
* Get the content value.
112+
* 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.
113113
*
114114
* @return the content value
115115
*/
@@ -118,7 +118,7 @@ public String content() {
118118
}
119119

120120
/**
121-
* Set the content value.
121+
* 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.
122122
*
123123
* @param content the content value to set
124124
* @return the AdditionalUnattendContent object itself.

compute/resource-manager/v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ApiEntityReference.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
public class ApiEntityReference {
1717
/**
1818
* The ARM resource id in the form of
19-
* /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
19+
* /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
2020
*/
2121
@JsonProperty(value = "id")
2222
private String id;
2323

2424
/**
25-
* Get the id value.
25+
* Get the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
2626
*
2727
* @return the id value
2828
*/
@@ -31,7 +31,7 @@ public String id() {
3131
}
3232

3333
/**
34-
* Set the id value.
34+
* Set the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
3535
*
3636
* @param id the id value to set
3737
* @return the ApiEntityReference object itself.

compute/resource-manager/v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ApiError.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ApiError {
4646
private String message;
4747

4848
/**
49-
* Get the details value.
49+
* Get the Api error details.
5050
*
5151
* @return the details value
5252
*/
@@ -55,7 +55,7 @@ public List<ApiErrorBase> details() {
5555
}
5656

5757
/**
58-
* Set the details value.
58+
* Set the Api error details.
5959
*
6060
* @param details the details value to set
6161
* @return the ApiError object itself.
@@ -66,7 +66,7 @@ public ApiError withDetails(List<ApiErrorBase> details) {
6666
}
6767

6868
/**
69-
* Get the innererror value.
69+
* Get the Api inner error.
7070
*
7171
* @return the innererror value
7272
*/
@@ -75,7 +75,7 @@ public InnerError innererror() {
7575
}
7676

7777
/**
78-
* Set the innererror value.
78+
* Set the Api inner error.
7979
*
8080
* @param innererror the innererror value to set
8181
* @return the ApiError object itself.
@@ -86,7 +86,7 @@ public ApiError withInnererror(InnerError innererror) {
8686
}
8787

8888
/**
89-
* Get the code value.
89+
* Get the error code.
9090
*
9191
* @return the code value
9292
*/
@@ -95,7 +95,7 @@ public String code() {
9595
}
9696

9797
/**
98-
* Set the code value.
98+
* Set the error code.
9999
*
100100
* @param code the code value to set
101101
* @return the ApiError object itself.
@@ -106,7 +106,7 @@ public ApiError withCode(String code) {
106106
}
107107

108108
/**
109-
* Get the target value.
109+
* Get the target of the particular error.
110110
*
111111
* @return the target value
112112
*/
@@ -115,7 +115,7 @@ public String target() {
115115
}
116116

117117
/**
118-
* Set the target value.
118+
* Set the target of the particular error.
119119
*
120120
* @param target the target value to set
121121
* @return the ApiError object itself.
@@ -126,7 +126,7 @@ public ApiError withTarget(String target) {
126126
}
127127

128128
/**
129-
* Get the message value.
129+
* Get the error message.
130130
*
131131
* @return the message value
132132
*/
@@ -135,7 +135,7 @@ public String message() {
135135
}
136136

137137
/**
138-
* Set the message value.
138+
* Set the error message.
139139
*
140140
* @param message the message value to set
141141
* @return the ApiError object itself.

compute/resource-manager/v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ApiErrorBase.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class ApiErrorBase {
3333
private String message;
3434

3535
/**
36-
* Get the code value.
36+
* Get the error code.
3737
*
3838
* @return the code value
3939
*/
@@ -42,7 +42,7 @@ public String code() {
4242
}
4343

4444
/**
45-
* Set the code value.
45+
* Set the error code.
4646
*
4747
* @param code the code value to set
4848
* @return the ApiErrorBase object itself.
@@ -53,7 +53,7 @@ public ApiErrorBase withCode(String code) {
5353
}
5454

5555
/**
56-
* Get the target value.
56+
* Get the target of the particular error.
5757
*
5858
* @return the target value
5959
*/
@@ -62,7 +62,7 @@ public String target() {
6262
}
6363

6464
/**
65-
* Set the target value.
65+
* Set the target of the particular error.
6666
*
6767
* @param target the target value to set
6868
* @return the ApiErrorBase object itself.
@@ -73,7 +73,7 @@ public ApiErrorBase withTarget(String target) {
7373
}
7474

7575
/**
76-
* Get the message value.
76+
* Get the error message.
7777
*
7878
* @return the message value
7979
*/
@@ -82,7 +82,7 @@ public String message() {
8282
}
8383

8484
/**
85-
* Set the message value.
85+
* Set the error message.
8686
*
8787
* @param message the message value to set
8888
* @return the ApiErrorBase object itself.

compute/resource-manager/v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/AvailabilitySet.java

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
import com.microsoft.azure.arm.model.HasInner;
1212
import com.microsoft.azure.arm.resources.models.Resource;
13+
import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
1314
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
1415
import com.microsoft.azure.arm.model.Refreshable;
1516
import com.microsoft.azure.arm.model.Updatable;
1617
import com.microsoft.azure.arm.model.Appliable;
1718
import com.microsoft.azure.arm.model.Creatable;
18-
import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
1919
import com.microsoft.azure.arm.resources.models.HasManager;
2020
import com.microsoft.azure.management.compute.v2017_03_30.implementation.ComputeManager;
2121
import java.util.List;
@@ -74,41 +74,49 @@ interface WithGroup extends GroupableResourceCore.DefinitionStages.WithGroup<Wit
7474
}
7575

7676
/**
77-
* The stage of the availabilityset update allowing to specify PlatformFaultDomainCount.
77+
* The stage of the availabilityset definition allowing to specify PlatformFaultDomainCount.
7878
*/
7979
interface WithPlatformFaultDomainCount {
8080
/**
8181
* Specifies platformFaultDomainCount.
82+
* @param platformFaultDomainCount Fault Domain count
83+
* @return the next definition stage
8284
*/
8385
WithCreate withPlatformFaultDomainCount(Integer platformFaultDomainCount);
8486
}
8587

8688
/**
87-
* The stage of the availabilityset update allowing to specify PlatformUpdateDomainCount.
89+
* The stage of the availabilityset definition allowing to specify PlatformUpdateDomainCount.
8890
*/
8991
interface WithPlatformUpdateDomainCount {
9092
/**
9193
* Specifies platformUpdateDomainCount.
94+
* @param platformUpdateDomainCount Update Domain count
95+
* @return the next definition stage
9296
*/
9397
WithCreate withPlatformUpdateDomainCount(Integer platformUpdateDomainCount);
9498
}
9599

96100
/**
97-
* The stage of the availabilityset update allowing to specify Sku.
101+
* The stage of the availabilityset definition allowing to specify Sku.
98102
*/
99103
interface WithSku {
100104
/**
101105
* Specifies sku.
106+
* @param sku Sku of the availability set
107+
* @return the next definition stage
102108
*/
103109
WithCreate withSku(Sku sku);
104110
}
105111

106112
/**
107-
* The stage of the availabilityset update allowing to specify VirtualMachines.
113+
* The stage of the availabilityset definition allowing to specify VirtualMachines.
108114
*/
109115
interface WithVirtualMachines {
110116
/**
111117
* Specifies virtualMachines.
118+
* @param virtualMachines A list of references to all virtual machines in the availability set
119+
* @return the next definition stage
112120
*/
113121
WithCreate withVirtualMachines(List<SubResource> virtualMachines);
114122
}
@@ -132,41 +140,49 @@ interface Update extends Appliable<AvailabilitySet>, Resource.UpdateWithTags<Upd
132140
*/
133141
interface UpdateStages {
134142
/**
135-
* The stage of the availabilityset {0} allowing to specify PlatformFaultDomainCount.
143+
* The stage of the availabilityset update allowing to specify PlatformFaultDomainCount.
136144
*/
137145
interface WithPlatformFaultDomainCount {
138146
/**
139147
* Specifies platformFaultDomainCount.
148+
* @param platformFaultDomainCount Fault Domain count
149+
* @return the next update stage
140150
*/
141151
Update withPlatformFaultDomainCount(Integer platformFaultDomainCount);
142152
}
143153

144154
/**
145-
* The stage of the availabilityset {0} allowing to specify PlatformUpdateDomainCount.
155+
* The stage of the availabilityset update allowing to specify PlatformUpdateDomainCount.
146156
*/
147157
interface WithPlatformUpdateDomainCount {
148158
/**
149159
* Specifies platformUpdateDomainCount.
160+
* @param platformUpdateDomainCount Update Domain count
161+
* @return the next update stage
150162
*/
151163
Update withPlatformUpdateDomainCount(Integer platformUpdateDomainCount);
152164
}
153165

154166
/**
155-
* The stage of the availabilityset {0} allowing to specify Sku.
167+
* The stage of the availabilityset update allowing to specify Sku.
156168
*/
157169
interface WithSku {
158170
/**
159171
* Specifies sku.
172+
* @param sku Sku of the availability set
173+
* @return the next update stage
160174
*/
161175
Update withSku(Sku sku);
162176
}
163177

164178
/**
165-
* The stage of the availabilityset {0} allowing to specify VirtualMachines.
179+
* The stage of the availabilityset update allowing to specify VirtualMachines.
166180
*/
167181
interface WithVirtualMachines {
168182
/**
169183
* Specifies virtualMachines.
184+
* @param virtualMachines A list of references to all virtual machines in the availability set
185+
* @return the next update stage
170186
*/
171187
Update withVirtualMachines(List<SubResource> virtualMachines);
172188
}

0 commit comments

Comments
 (0)