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/loadtestservice/azure-resourcemanager-loadtestservice/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-03-15)
4
+
5
+
- Azure Resource Manager LoadTest client library for Java. This package contains Microsoft Azure SDK for LoadTest Management SDK. LoadTest client provides access to LoadTest Resource and it's status operations. Package tag package-2021-12-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/loadtestservice/azure-resourcemanager-loadtestservice/src/main/java/com/azure/resourcemanager/loadtestservice/LoadTestManager.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public static Configurable configure() {
78
78
79
79
/** The Configurable allowing configurations to be set. */
Copy file name to clipboardExpand all lines: sdk/loadtestservice/azure-resourcemanager-loadtestservice/src/main/java/com/azure/resourcemanager/loadtestservice/fluent/LoadTestsClient.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public interface LoadTestsClient {
21
21
*
22
22
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
23
23
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
24
-
* @return list of resources page result.
24
+
* @return list of resources page result as paginated response with {@link PagedIterable}.
25
25
*/
26
26
@ServiceMethod(returns = ReturnType.COLLECTION)
27
27
PagedIterable<LoadTestResourceInner> list();
@@ -33,7 +33,7 @@ public interface LoadTestsClient {
33
33
* @throws IllegalArgumentException thrown if parameters fail the validation.
34
34
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
35
35
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
36
-
* @return list of resources page result.
36
+
* @return list of resources page result as paginated response with {@link PagedIterable}.
Copy file name to clipboardExpand all lines: sdk/loadtestservice/azure-resourcemanager-loadtestservice/src/main/java/com/azure/resourcemanager/loadtestservice/fluent/OperationsClient.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ public interface OperationsClient {
17
17
*
18
18
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
19
19
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
20
-
* @return a list of REST API operations supported by an Azure Resource Provider.
20
+
* @return a list of REST API operations supported by an Azure Resource Provider as paginated response with {@link
21
+
* PagedIterable}.
21
22
*/
22
23
@ServiceMethod(returns = ReturnType.COLLECTION)
23
24
PagedIterable<OperationInner> list();
@@ -29,7 +30,8 @@ public interface OperationsClient {
29
30
* @throws IllegalArgumentException thrown if parameters fail the validation.
30
31
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
31
32
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
32
-
* @return a list of REST API operations supported by an Azure Resource Provider.
33
+
* @return a list of REST API operations supported by an Azure Resource Provider as paginated response with {@link
Copy file name to clipboardExpand all lines: sdk/loadtestservice/azure-resourcemanager-loadtestservice/src/main/java/com/azure/resourcemanager/loadtestservice/fluent/models/LoadTestProperties.java
Copy file name to clipboardExpand all lines: sdk/loadtestservice/azure-resourcemanager-loadtestservice/src/main/java/com/azure/resourcemanager/loadtestservice/fluent/models/LoadTestResourceInner.java
Copy file name to clipboardExpand all lines: sdk/loadtestservice/azure-resourcemanager-loadtestservice/src/main/java/com/azure/resourcemanager/loadtestservice/fluent/models/OperationInner.java
Copy file name to clipboardExpand all lines: sdk/loadtestservice/azure-resourcemanager-loadtestservice/src/main/java/com/azure/resourcemanager/loadtestservice/implementation/LoadTestClientImpl.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,6 @@
37
37
/** Initializes a new instance of the LoadTestClientImpl type. */
0 commit comments