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/signalr/azure-resourcemanager-signalr/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.6 (Unreleased)
3
+
## 1.0.0-beta.1 (2023-03-17)
4
+
5
+
- Azure Resource Manager SignalR client library for Java. This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR Service. Package tag package-2023-03-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/signalr/azure-resourcemanager-signalr/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 SignalR client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR 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).
5
+
This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR Service. Package tag package-2023-03-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
<name>Microsoft Azure SDK for SignalR Management</name>
16
-
<description>This package contains Microsoft Azure SDK for SignalR Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST API for Azure SignalR Service. Package tag package-2022-08-01-preview.</description>
21
+
<description>This package contains Microsoft Azure SDK for SignalR Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST API for Azure SignalR Service. Package tag package-2023-03-01-preview.</description>
Copy file name to clipboardExpand all lines: sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/SignalRManager.java
Copy file name to clipboardExpand all lines: sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/SignalRCustomCertificatesClient.java
+10-20Lines changed: 10 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ public interface SignalRCustomCertificatesClient {
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 SignalRCustomCertificatesClient {
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 SignalRCustomCertificatesClient {
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/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/SignalRCustomDomainsClient.java
+12-24Lines changed: 12 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ public interface SignalRCustomDomainsClient {
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 SignalRCustomDomainsClient {
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 SignalRCustomDomainsClient {
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.
Copy file name to clipboardExpand all lines: sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/SignalRManagementClient.java
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@
10
10
/** The interface for SignalRManagementClient class. */
11
11
publicinterfaceSignalRManagementClient {
12
12
/**
13
-
* Gets Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms
14
-
* part of the URI for every service call.
13
+
* Gets The ID of the target subscription. The value must be an UUID.
15
14
*
16
15
* @return the subscriptionId value.
17
16
*/
@@ -94,6 +93,13 @@ public interface SignalRManagementClient {
0 commit comments