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/webpubsub/azure-resourcemanager-webpubsub/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.3 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-10-19)
4
+
5
+
- Azure Resource Manager WebPubSub client library for Java. This package contains Microsoft Azure SDK for WebPubSub Management SDK. REST API for Azure WebPubSub Service. Package tag package-2022-08-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/webpubsub/azure-resourcemanager-webpubsub/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager WebPubSub client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for WebPubSub Management SDK. REST API for Azure WebPubSub Service. Package tag package-2021-10-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
This package contains Microsoft Azure SDK for WebPubSub Management SDK. REST API for Azure WebPubSub Service. Package tag package-2022-08-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Copy file name to clipboardExpand all lines: sdk/webpubsub/azure-resourcemanager-webpubsub/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for WebPubSub Management</name>
16
-
<description>This package contains Microsoft Azure SDK for WebPubSub Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST API for Azure WebPubSub Service. Package tag package-2021-10-01.</description>
16
+
<description>This package contains Microsoft Azure SDK for WebPubSub Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST API for Azure WebPubSub Service. Package tag package-2022-08-01-preview.</description>
Copy file name to clipboardExpand all lines: sdk/webpubsub/azure-resourcemanager-webpubsub/src/main/java/com/azure/resourcemanager/webpubsub/WebPubSubManager.java
Copy file name to clipboardExpand all lines: sdk/webpubsub/azure-resourcemanager-webpubsub/src/main/java/com/azure/resourcemanager/webpubsub/fluent/OperationsClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ 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 result of the request to list REST API operations.
20
+
* @return result of the request to list REST API operations as paginated response with {@link PagedIterable}.
21
21
*/
22
22
@ServiceMethod(returns = ReturnType.COLLECTION)
23
23
PagedIterable<OperationInner> list();
@@ -29,7 +29,7 @@ public interface OperationsClient {
29
29
* @throws IllegalArgumentException thrown if parameters fail the validation.
30
30
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
31
31
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
32
-
* @return result of the request to list REST API operations.
32
+
* @return result of the request to list REST API operations as paginated response with {@link PagedIterable}.
Copy file name to clipboardExpand all lines: sdk/webpubsub/azure-resourcemanager-webpubsub/src/main/java/com/azure/resourcemanager/webpubsub/fluent/UsagesClient.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ public interface UsagesClient {
19
19
* @throws IllegalArgumentException thrown if parameters fail the validation.
20
20
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
21
21
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
22
-
* @return object that includes an array of the resource usages and a possible link for next set.
22
+
* @return object that includes an array of the resource usages and a possible link for next set as paginated
0 commit comments