Skip to content

Commit 2256453

Browse files
author
SDK Automation
committed
Generated from 94d546c070f989f6863a3025795913edf293ef60
Fixed examples
1 parent 69e26be commit 2256453

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public Observable<ServiceResponse<Page<AvailabilitySetInner>>> call(Response<Res
469469
/**
470470
* Lists all availability sets in a subscription.
471471
*
472-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
472+
* @param expand The expand expression to apply to the operation.
473473
* @throws IllegalArgumentException thrown if parameters fail the validation
474474
* @throws CloudException thrown if the request is rejected by server
475475
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
@@ -488,7 +488,7 @@ public Page<AvailabilitySetInner> nextPage(String nextPageLink) {
488488
/**
489489
* Lists all availability sets in a subscription.
490490
*
491-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
491+
* @param expand The expand expression to apply to the operation.
492492
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
493493
* @throws IllegalArgumentException thrown if parameters fail the validation
494494
* @return the {@link ServiceFuture} object
@@ -508,7 +508,7 @@ public Observable<ServiceResponse<Page<AvailabilitySetInner>>> call(String nextP
508508
/**
509509
* Lists all availability sets in a subscription.
510510
*
511-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
511+
* @param expand The expand expression to apply to the operation.
512512
* @throws IllegalArgumentException thrown if parameters fail the validation
513513
* @return the observable to the PagedList&lt;AvailabilitySetInner&gt; object
514514
*/
@@ -525,7 +525,7 @@ public Page<AvailabilitySetInner> call(ServiceResponse<Page<AvailabilitySetInner
525525
/**
526526
* Lists all availability sets in a subscription.
527527
*
528-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
528+
* @param expand The expand expression to apply to the operation.
529529
* @throws IllegalArgumentException thrown if parameters fail the validation
530530
* @return the observable to the PagedList&lt;AvailabilitySetInner&gt; object
531531
*/
@@ -546,7 +546,7 @@ public Observable<ServiceResponse<Page<AvailabilitySetInner>>> call(ServiceRespo
546546
/**
547547
* Lists all availability sets in a subscription.
548548
*
549-
ServiceResponse<PageImpl<AvailabilitySetInner>> * @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
549+
ServiceResponse<PageImpl<AvailabilitySetInner>> * @param expand The expand expression to apply to the operation.
550550
* @throws IllegalArgumentException thrown if parameters fail the validation
551551
* @return the PagedList&lt;AvailabilitySetInner&gt; object wrapped in {@link ServiceResponse} if successful.
552552
*/

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,9 +1126,9 @@ public Observable<ServiceResponse<Page<VirtualMachineScaleSetVMInner>>> call(Res
11261126
*
11271127
* @param resourceGroupName The name of the resource group.
11281128
* @param virtualMachineScaleSetName The name of the VM scale set.
1129-
* @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'.
1130-
* @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1131-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1129+
* @param filter The filter to apply to the operation.
1130+
* @param select The list parameters.
1131+
* @param expand The expand expression to apply to the operation.
11321132
* @throws IllegalArgumentException thrown if parameters fail the validation
11331133
* @throws CloudException thrown if the request is rejected by server
11341134
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
@@ -1149,9 +1149,9 @@ public Page<VirtualMachineScaleSetVMInner> nextPage(String nextPageLink) {
11491149
*
11501150
* @param resourceGroupName The name of the resource group.
11511151
* @param virtualMachineScaleSetName The name of the VM scale set.
1152-
* @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'.
1153-
* @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1154-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1152+
* @param filter The filter to apply to the operation.
1153+
* @param select The list parameters.
1154+
* @param expand The expand expression to apply to the operation.
11551155
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
11561156
* @throws IllegalArgumentException thrown if parameters fail the validation
11571157
* @return the {@link ServiceFuture} object
@@ -1173,9 +1173,9 @@ public Observable<ServiceResponse<Page<VirtualMachineScaleSetVMInner>>> call(Str
11731173
*
11741174
* @param resourceGroupName The name of the resource group.
11751175
* @param virtualMachineScaleSetName The name of the VM scale set.
1176-
* @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'.
1177-
* @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1178-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1176+
* @param filter The filter to apply to the operation.
1177+
* @param select The list parameters.
1178+
* @param expand The expand expression to apply to the operation.
11791179
* @throws IllegalArgumentException thrown if parameters fail the validation
11801180
* @return the observable to the PagedList&lt;VirtualMachineScaleSetVMInner&gt; object
11811181
*/
@@ -1194,9 +1194,9 @@ public Page<VirtualMachineScaleSetVMInner> call(ServiceResponse<Page<VirtualMach
11941194
*
11951195
* @param resourceGroupName The name of the resource group.
11961196
* @param virtualMachineScaleSetName The name of the VM scale set.
1197-
* @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'.
1198-
* @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1199-
* @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1197+
* @param filter The filter to apply to the operation.
1198+
* @param select The list parameters.
1199+
* @param expand The expand expression to apply to the operation.
12001200
* @throws IllegalArgumentException thrown if parameters fail the validation
12011201
* @return the observable to the PagedList&lt;VirtualMachineScaleSetVMInner&gt; object
12021202
*/
@@ -1219,9 +1219,9 @@ public Observable<ServiceResponse<Page<VirtualMachineScaleSetVMInner>>> call(Ser
12191219
*
12201220
ServiceResponse<PageImpl<VirtualMachineScaleSetVMInner>> * @param resourceGroupName The name of the resource group.
12211221
ServiceResponse<PageImpl<VirtualMachineScaleSetVMInner>> * @param virtualMachineScaleSetName The name of the VM scale set.
1222-
ServiceResponse<PageImpl<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'.
1223-
ServiceResponse<PageImpl<VirtualMachineScaleSetVMInner>> * @param select The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.
1224-
ServiceResponse<PageImpl<VirtualMachineScaleSetVMInner>> * @param expand The expand expression to apply to the operation. Allowed values are 'instanceView'.
1222+
ServiceResponse<PageImpl<VirtualMachineScaleSetVMInner>> * @param filter The filter to apply to the operation.
1223+
ServiceResponse<PageImpl<VirtualMachineScaleSetVMInner>> * @param select The list parameters.
1224+
ServiceResponse<PageImpl<VirtualMachineScaleSetVMInner>> * @param expand The expand expression to apply to the operation.
12251225
* @throws IllegalArgumentException thrown if parameters fail the validation
12261226
* @return the PagedList&lt;VirtualMachineScaleSetVMInner&gt; object wrapped in {@link ServiceResponse} if successful.
12271227
*/

0 commit comments

Comments
 (0)