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.1.0-beta.1 (Unreleased)
3
+
## 1.0.0-beta.1 (2023-06-06)
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-2023-06-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-2023-02-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-2023-06-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
@@ -18,7 +18,7 @@
18
18
<packaging>jar</packaging>
19
19
20
20
<name>Microsoft Azure SDK for WebPubSub Management</name>
21
-
<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-2023-02-01.</description>
21
+
<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-2023-06-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/WebPubSubCustomCertificatesClient.java
+10-20Lines changed: 10 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ public interface WebPubSubCustomCertificatesClient {
18
18
/**
19
19
* List all custom certificates.
20
20
*
21
-
* @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value
22
-
* from the Azure Resource Manager API or the portal.
21
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
23
22
* @param resourceName The name of the resource.
24
23
* @throws IllegalArgumentException thrown if parameters fail the validation.
25
24
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -32,8 +31,7 @@ public interface WebPubSubCustomCertificatesClient {
32
31
/**
33
32
* List all custom certificates.
34
33
*
35
-
* @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value
36
-
* from the Azure Resource Manager API or the portal.
34
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
37
35
* @param resourceName The name of the resource.
38
36
* @param context The context to associate with this operation.
39
37
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -47,8 +45,7 @@ public interface WebPubSubCustomCertificatesClient {
47
45
/**
48
46
* Get a custom certificate.
49
47
*
50
-
* @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value
51
-
* from the Azure Resource Manager API or the portal.
48
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
52
49
* @param resourceName The name of the resource.
53
50
* @param certificateName Custom certificate name.
54
51
* @param context The context to associate with this operation.
Copy file name to clipboardExpand all lines: sdk/webpubsub/azure-resourcemanager-webpubsub/src/main/java/com/azure/resourcemanager/webpubsub/fluent/WebPubSubCustomDomainsClient.java
+12-24Lines changed: 12 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ public interface WebPubSubCustomDomainsClient {
18
18
/**
19
19
* List all custom domains.
20
20
*
21
-
* @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value
22
-
* from the Azure Resource Manager API or the portal.
21
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
23
22
* @param resourceName The name of the resource.
24
23
* @throws IllegalArgumentException thrown if parameters fail the validation.
25
24
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -32,8 +31,7 @@ public interface WebPubSubCustomDomainsClient {
32
31
/**
33
32
* List all custom domains.
34
33
*
35
-
* @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value
36
-
* from the Azure Resource Manager API or the portal.
34
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
37
35
* @param resourceName The name of the resource.
38
36
* @param context The context to associate with this operation.
39
37
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -47,8 +45,7 @@ public interface WebPubSubCustomDomainsClient {
47
45
/**
48
46
* Get a custom domain.
49
47
*
50
-
* @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value
51
-
* from the Azure Resource Manager API or the portal.
48
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
52
49
* @param resourceName The name of the resource.
53
50
* @param name Custom domain name.
54
51
* @param context The context to associate with this operation.
0 commit comments