Skip to content

Commit fad7540

Browse files
author
SDK Automation
committed
Generated from 8a9f2306f5dee92314c17615914a123cc4608ad8
fixing file name
1 parent a0e8c9d commit fad7540

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/AvailabilitySetsInner.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ public Observable<ServiceResponse<Page<AvailabilitySetInner>>> call(Response<Res
569569
/**
570570
* Lists all availability sets in a subscription.
571571
*
572-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
572+
* @param expand The expand expression to apply to the operation.
573573
* @throws IllegalArgumentException thrown if parameters fail the validation
574574
* @throws CloudException thrown if the request is rejected by server
575575
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
@@ -588,7 +588,7 @@ public Page<AvailabilitySetInner> nextPage(String nextPageLink) {
588588
/**
589589
* Lists all availability sets in a subscription.
590590
*
591-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
591+
* @param expand The expand expression to apply to the operation.
592592
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
593593
* @throws IllegalArgumentException thrown if parameters fail the validation
594594
* @return the {@link ServiceFuture} object
@@ -608,7 +608,7 @@ public Observable<ServiceResponse<Page<AvailabilitySetInner>>> call(String nextP
608608
/**
609609
* Lists all availability sets in a subscription.
610610
*
611-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
611+
* @param expand The expand expression to apply to the operation.
612612
* @throws IllegalArgumentException thrown if parameters fail the validation
613613
* @return the observable to the PagedList&lt;AvailabilitySetInner&gt; object
614614
*/
@@ -625,7 +625,7 @@ public Page<AvailabilitySetInner> call(ServiceResponse<Page<AvailabilitySetInner
625625
/**
626626
* Lists all availability sets in a subscription.
627627
*
628-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
628+
* @param expand The expand expression to apply to the operation.
629629
* @throws IllegalArgumentException thrown if parameters fail the validation
630630
* @return the observable to the PagedList&lt;AvailabilitySetInner&gt; object
631631
*/
@@ -646,7 +646,7 @@ public Observable<ServiceResponse<Page<AvailabilitySetInner>>> call(ServiceRespo
646646
/**
647647
* Lists all availability sets in a subscription.
648648
*
649-
ServiceResponse<PageImpl1<AvailabilitySetInner>> * @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
649+
ServiceResponse<PageImpl1<AvailabilitySetInner>> * @param expand The expand expression to apply to the operation.
650650
* @throws IllegalArgumentException thrown if parameters fail the validation
651651
* @return the PagedList&lt;AvailabilitySetInner&gt; object wrapped in {@link ServiceResponse} if successful.
652652
*/

sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineScaleSetVMsInner.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,9 +1339,9 @@ public Observable<ServiceResponse<Page<VirtualMachineScaleSetVMInner>>> call(Res
13391339
*
13401340
* @param resourceGroupName The name of the resource group.
13411341
* @param virtualMachineScaleSetName The name of the VM scale set.
1342-
* @param filter The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'.
1343-
* @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1344-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1342+
* @param filter The filter to apply to the operation.
1343+
* @param select The list parameters.
1344+
* @param expand The expand expression to apply to the operation.
13451345
* @throws IllegalArgumentException thrown if parameters fail the validation
13461346
* @throws CloudException thrown if the request is rejected by server
13471347
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
@@ -1362,9 +1362,9 @@ public Page<VirtualMachineScaleSetVMInner> nextPage(String nextPageLink) {
13621362
*
13631363
* @param resourceGroupName The name of the resource group.
13641364
* @param virtualMachineScaleSetName The name of the VM scale set.
1365-
* @param filter The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'.
1366-
* @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1367-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1365+
* @param filter The filter to apply to the operation.
1366+
* @param select The list parameters.
1367+
* @param expand The expand expression to apply to the operation.
13681368
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
13691369
* @throws IllegalArgumentException thrown if parameters fail the validation
13701370
* @return the {@link ServiceFuture} object
@@ -1386,9 +1386,9 @@ public Observable<ServiceResponse<Page<VirtualMachineScaleSetVMInner>>> call(Str
13861386
*
13871387
* @param resourceGroupName The name of the resource group.
13881388
* @param virtualMachineScaleSetName The name of the VM scale set.
1389-
* @param filter The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'.
1390-
* @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1391-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1389+
* @param filter The filter to apply to the operation.
1390+
* @param select The list parameters.
1391+
* @param expand The expand expression to apply to the operation.
13921392
* @throws IllegalArgumentException thrown if parameters fail the validation
13931393
* @return the observable to the PagedList&lt;VirtualMachineScaleSetVMInner&gt; object
13941394
*/
@@ -1407,9 +1407,9 @@ public Page<VirtualMachineScaleSetVMInner> call(ServiceResponse<Page<VirtualMach
14071407
*
14081408
* @param resourceGroupName The name of the resource group.
14091409
* @param virtualMachineScaleSetName The name of the VM scale set.
1410-
* @param filter The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'.
1411-
* @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1412-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1410+
* @param filter The filter to apply to the operation.
1411+
* @param select The list parameters.
1412+
* @param expand The expand expression to apply to the operation.
14131413
* @throws IllegalArgumentException thrown if parameters fail the validation
14141414
* @return the observable to the PagedList&lt;VirtualMachineScaleSetVMInner&gt; object
14151415
*/
@@ -1432,9 +1432,9 @@ public Observable<ServiceResponse<Page<VirtualMachineScaleSetVMInner>>> call(Ser
14321432
*
14331433
ServiceResponse<PageImpl1<VirtualMachineScaleSetVMInner>> * @param resourceGroupName The name of the resource group.
14341434
ServiceResponse<PageImpl1<VirtualMachineScaleSetVMInner>> * @param virtualMachineScaleSetName The name of the VM scale set.
1435-
ServiceResponse<PageImpl1<VirtualMachineScaleSetVMInner>> * @param filter The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'.
1436-
ServiceResponse<PageImpl1<VirtualMachineScaleSetVMInner>> * @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1437-
ServiceResponse<PageImpl1<VirtualMachineScaleSetVMInner>> * @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1435+
ServiceResponse<PageImpl1<VirtualMachineScaleSetVMInner>> * @param filter The filter to apply to the operation.
1436+
ServiceResponse<PageImpl1<VirtualMachineScaleSetVMInner>> * @param select The list parameters.
1437+
ServiceResponse<PageImpl1<VirtualMachineScaleSetVMInner>> * @param expand The expand expression to apply to the operation.
14381438
* @throws IllegalArgumentException thrown if parameters fail the validation
14391439
* @return the PagedList&lt;VirtualMachineScaleSetVMInner&gt; object wrapped in {@link ServiceResponse} if successful.
14401440
*/

0 commit comments

Comments
 (0)