You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/compute/azure-resourcemanager-compute/src/main/java/com/azure/resourcemanager/compute/fluent/VirtualMachineExtensionImagesClient.java
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -145,8 +145,6 @@ Response<List<VirtualMachineExtensionImageInner>> listTypesWithResponse(String l
145
145
* @param filter The filter to apply on the operation.
146
146
* @param top The top parameter.
147
147
* @param orderby The orderby parameter.
148
-
* @param expand The expand expression to apply on the operation. Allowed values are 'properties' and
149
-
* 'properties/deprecationStatus'.
150
148
* @throws IllegalArgumentException thrown if parameters fail the validation.
151
149
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
152
150
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -155,7 +153,7 @@ Response<List<VirtualMachineExtensionImageInner>> listTypesWithResponse(String l
Copy file name to clipboardExpand all lines: sdk/compute/azure-resourcemanager-compute/src/main/java/com/azure/resourcemanager/compute/fluent/models/VirtualMachineExtensionImageInner.java
Copy file name to clipboardExpand all lines: sdk/compute/azure-resourcemanager-compute/src/main/java/com/azure/resourcemanager/compute/fluent/models/VirtualMachineExtensionImageProperties.java
0 commit comments