diff --git a/sdk/signalr/azure-resourcemanager-signalr/CHANGELOG.md b/sdk/signalr/azure-resourcemanager-signalr/CHANGELOG.md
index 5f391c3d5003..f8222f8cd1b8 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/CHANGELOG.md
+++ b/sdk/signalr/azure-resourcemanager-signalr/CHANGELOG.md
@@ -1,6 +1,8 @@
# Release History
-## 1.0.0-beta.4 (Unreleased)
+## 1.0.0-beta.1 (2022-01-06)
+
+- 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-2021-10-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
### Features Added
diff --git a/sdk/signalr/azure-resourcemanager-signalr/README.md b/sdk/signalr/azure-resourcemanager-signalr/README.md
index d2438293701e..c4acb117c3ea 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/README.md
+++ b/sdk/signalr/azure-resourcemanager-signalr/README.md
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
com.azure.resourcemanager
azure-resourcemanager-signalr
- 1.0.0-beta.3
+ 1.0.0-beta.4
```
[//]: # ({x-version-update-end})
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/SignalRManager.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/SignalRManager.java
index ece20bd022b0..411f7325cdc7 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/SignalRManager.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/SignalRManager.java
@@ -192,7 +192,7 @@ public SignalRManager authenticate(TokenCredential credential, AzureProfile prof
.append("-")
.append("com.azure.resourcemanager.signalr")
.append("/")
- .append("1.0.0-beta.3");
+ .append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/OperationInner.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/OperationInner.java
index bb9370a352a6..4ca6e462b140 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/OperationInner.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/OperationInner.java
@@ -29,7 +29,7 @@ public final class OperationInner {
private Boolean isDataAction;
/*
- * The object that describes the operation.
+ * The object that describes a operation.
*/
@JsonProperty(value = "display")
private OperationDisplay display;
@@ -42,7 +42,7 @@ public final class OperationInner {
private String origin;
/*
- * Extra properties for the operation.
+ * Extra Operation properties.
*/
@JsonProperty(value = "properties")
private OperationProperties properties;
@@ -88,7 +88,7 @@ public OperationInner withIsDataAction(Boolean isDataAction) {
}
/**
- * Get the display property: The object that describes the operation.
+ * Get the display property: The object that describes a operation.
*
* @return the display value.
*/
@@ -97,7 +97,7 @@ public OperationDisplay display() {
}
/**
- * Set the display property: The object that describes the operation.
+ * Set the display property: The object that describes a operation.
*
* @param display the display value to set.
* @return the OperationInner object itself.
@@ -130,7 +130,7 @@ public OperationInner withOrigin(String origin) {
}
/**
- * Get the properties property: Extra properties for the operation.
+ * Get the properties property: Extra Operation properties.
*
* @return the properties value.
*/
@@ -139,7 +139,7 @@ public OperationProperties properties() {
}
/**
- * Set the properties property: Extra properties for the operation.
+ * Set the properties property: Extra Operation properties.
*
* @param properties the properties value to set.
* @return the OperationInner object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateEndpointConnectionInner.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateEndpointConnectionInner.java
index 0e4fe613b454..150a43736218 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateEndpointConnectionInner.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateEndpointConnectionInner.java
@@ -27,7 +27,7 @@ public final class PrivateEndpointConnectionInner extends ProxyResource {
private SystemData systemData;
/*
- * Properties of the private endpoint connection
+ * Private endpoint connection properties
*/
@JsonProperty(value = "properties")
private PrivateEndpointConnectionProperties innerProperties;
@@ -42,7 +42,7 @@ public SystemData systemData() {
}
/**
- * Get the innerProperties property: Properties of the private endpoint connection.
+ * Get the innerProperties property: Private endpoint connection properties.
*
* @return the innerProperties value.
*/
@@ -51,7 +51,7 @@ private PrivateEndpointConnectionProperties innerProperties() {
}
/**
- * Get the provisioningState property: Provisioning state of the private endpoint connection.
+ * Get the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
@@ -60,7 +60,7 @@ public ProvisioningState provisioningState() {
}
/**
- * Get the privateEndpoint property: Private endpoint associated with the private endpoint connection.
+ * Get the privateEndpoint property: Private endpoint.
*
* @return the privateEndpoint value.
*/
@@ -69,7 +69,7 @@ public PrivateEndpoint privateEndpoint() {
}
/**
- * Set the privateEndpoint property: Private endpoint associated with the private endpoint connection.
+ * Set the privateEndpoint property: Private endpoint.
*
* @param privateEndpoint the privateEndpoint value to set.
* @return the PrivateEndpointConnectionInner object itself.
@@ -92,7 +92,7 @@ public List groupIds() {
}
/**
- * Get the privateLinkServiceConnectionState property: Connection state.
+ * Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @return the privateLinkServiceConnectionState value.
*/
@@ -101,7 +101,7 @@ public PrivateLinkServiceConnectionState privateLinkServiceConnectionState() {
}
/**
- * Set the privateLinkServiceConnectionState property: Connection state.
+ * Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @param privateLinkServiceConnectionState the privateLinkServiceConnectionState value to set.
* @return the PrivateEndpointConnectionInner object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateEndpointConnectionProperties.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateEndpointConnectionProperties.java
index e6909603fb5d..9d9a06694c2a 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateEndpointConnectionProperties.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateEndpointConnectionProperties.java
@@ -19,13 +19,13 @@ public final class PrivateEndpointConnectionProperties {
@JsonIgnore private final ClientLogger logger = new ClientLogger(PrivateEndpointConnectionProperties.class);
/*
- * Provisioning state of the private endpoint connection
+ * Provisioning state of the resource.
*/
@JsonProperty(value = "provisioningState", access = JsonProperty.Access.WRITE_ONLY)
private ProvisioningState provisioningState;
/*
- * Private endpoint associated with the private endpoint connection
+ * Private endpoint
*/
@JsonProperty(value = "privateEndpoint")
private PrivateEndpoint privateEndpoint;
@@ -37,13 +37,13 @@ public final class PrivateEndpointConnectionProperties {
private List groupIds;
/*
- * Connection state
+ * Connection state of the private endpoint connection
*/
@JsonProperty(value = "privateLinkServiceConnectionState")
private PrivateLinkServiceConnectionState privateLinkServiceConnectionState;
/**
- * Get the provisioningState property: Provisioning state of the private endpoint connection.
+ * Get the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
@@ -52,7 +52,7 @@ public ProvisioningState provisioningState() {
}
/**
- * Get the privateEndpoint property: Private endpoint associated with the private endpoint connection.
+ * Get the privateEndpoint property: Private endpoint.
*
* @return the privateEndpoint value.
*/
@@ -61,7 +61,7 @@ public PrivateEndpoint privateEndpoint() {
}
/**
- * Set the privateEndpoint property: Private endpoint associated with the private endpoint connection.
+ * Set the privateEndpoint property: Private endpoint.
*
* @param privateEndpoint the privateEndpoint value to set.
* @return the PrivateEndpointConnectionProperties object itself.
@@ -81,7 +81,7 @@ public List groupIds() {
}
/**
- * Get the privateLinkServiceConnectionState property: Connection state.
+ * Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @return the privateLinkServiceConnectionState value.
*/
@@ -90,7 +90,7 @@ public PrivateLinkServiceConnectionState privateLinkServiceConnectionState() {
}
/**
- * Set the privateLinkServiceConnectionState property: Connection state.
+ * Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @param privateLinkServiceConnectionState the privateLinkServiceConnectionState value to set.
* @return the PrivateEndpointConnectionProperties object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateLinkResourceInner.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateLinkResourceInner.java
index e1e61c43f7a4..336da464b411 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateLinkResourceInner.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/PrivateLinkResourceInner.java
@@ -18,13 +18,13 @@ public final class PrivateLinkResourceInner extends ProxyResource {
@JsonIgnore private final ClientLogger logger = new ClientLogger(PrivateLinkResourceInner.class);
/*
- * Properties of a private link resource
+ * Private link resource properties
*/
@JsonProperty(value = "properties")
private PrivateLinkResourceProperties innerProperties;
/**
- * Get the innerProperties property: Properties of a private link resource.
+ * Get the innerProperties property: Private link resource properties.
*
* @return the innerProperties value.
*/
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SharedPrivateLinkResourceInner.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SharedPrivateLinkResourceInner.java
index a9aacb971056..706131ddab52 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SharedPrivateLinkResourceInner.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SharedPrivateLinkResourceInner.java
@@ -25,7 +25,7 @@ public final class SharedPrivateLinkResourceInner extends ProxyResource {
private SystemData systemData;
/*
- * Describes the properties of a Shared Private Link Resource
+ * Describes the properties of an existing Shared Private Link Resource
*/
@JsonProperty(value = "properties")
private SharedPrivateLinkResourceProperties innerProperties;
@@ -40,7 +40,7 @@ public SystemData systemData() {
}
/**
- * Get the innerProperties property: Describes the properties of a Shared Private Link Resource.
+ * Get the innerProperties property: Describes the properties of an existing Shared Private Link Resource.
*
* @return the innerProperties value.
*/
@@ -95,7 +95,7 @@ public SharedPrivateLinkResourceInner withPrivateLinkResourceId(String privateLi
}
/**
- * Get the provisioningState property: Provisioning state of the shared private link resource.
+ * Get the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SharedPrivateLinkResourceProperties.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SharedPrivateLinkResourceProperties.java
index b4f70972dae8..ebba45342f13 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SharedPrivateLinkResourceProperties.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SharedPrivateLinkResourceProperties.java
@@ -30,7 +30,7 @@ public final class SharedPrivateLinkResourceProperties {
private String privateLinkResourceId;
/*
- * Provisioning state of the shared private link resource
+ * Provisioning state of the resource.
*/
@JsonProperty(value = "provisioningState", access = JsonProperty.Access.WRITE_ONLY)
private ProvisioningState provisioningState;
@@ -89,7 +89,7 @@ public SharedPrivateLinkResourceProperties withPrivateLinkResourceId(String priv
}
/**
- * Get the provisioningState property: Provisioning state of the shared private link resource.
+ * Get the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SignalRProperties.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SignalRProperties.java
index 05e1572ddceb..64b6ceb711fd 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SignalRProperties.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SignalRProperties.java
@@ -74,7 +74,7 @@ public final class SignalRProperties {
private List sharedPrivateLinkResources;
/*
- * TLS settings.
+ * TLS settings for the resource
*/
@JsonProperty(value = "tls")
private SignalRTlsSettings tls;
@@ -101,10 +101,6 @@ public final class SignalRProperties {
/*
* Resource log configuration of a Microsoft.SignalRService resource.
- * If resourceLogConfiguration isn't null or empty, it will override
- * options "EnableConnectivityLog" and "EnableMessagingLogs" in features.
- * Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs"
- * in features.
*/
@JsonProperty(value = "resourceLogConfiguration")
private ResourceLogConfiguration resourceLogConfiguration;
@@ -116,13 +112,13 @@ public final class SignalRProperties {
private SignalRCorsSettings cors;
/*
- * Upstream settings when the service is in server-less mode.
+ * The settings for the Upstream when the service is in server-less mode.
*/
@JsonProperty(value = "upstream")
private ServerlessUpstreamSettings upstream;
/*
- * Network ACLs
+ * Network ACLs for the resource
*/
@JsonProperty(value = "networkACLs")
private SignalRNetworkACLs networkACLs;
@@ -227,7 +223,7 @@ public List sharedPrivateLinkResources() {
}
/**
- * Get the tls property: TLS settings.
+ * Get the tls property: TLS settings for the resource.
*
* @return the tls value.
*/
@@ -236,7 +232,7 @@ public SignalRTlsSettings tls() {
}
/**
- * Set the tls property: TLS settings.
+ * Set the tls property: TLS settings for the resource.
*
* @param tls the tls value to set.
* @return the SignalRProperties object itself.
@@ -286,10 +282,7 @@ public SignalRProperties withFeatures(List features) {
}
/**
- * Get the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource. If
- * resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs" in
- * features.
+ * Get the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource.
*
* @return the resourceLogConfiguration value.
*/
@@ -298,10 +291,7 @@ public ResourceLogConfiguration resourceLogConfiguration() {
}
/**
- * Set the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource. If
- * resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs" in
- * features.
+ * Set the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource.
*
* @param resourceLogConfiguration the resourceLogConfiguration value to set.
* @return the SignalRProperties object itself.
@@ -332,7 +322,7 @@ public SignalRProperties withCors(SignalRCorsSettings cors) {
}
/**
- * Get the upstream property: Upstream settings when the service is in server-less mode.
+ * Get the upstream property: The settings for the Upstream when the service is in server-less mode.
*
* @return the upstream value.
*/
@@ -341,7 +331,7 @@ public ServerlessUpstreamSettings upstream() {
}
/**
- * Set the upstream property: Upstream settings when the service is in server-less mode.
+ * Set the upstream property: The settings for the Upstream when the service is in server-less mode.
*
* @param upstream the upstream value to set.
* @return the SignalRProperties object itself.
@@ -352,7 +342,7 @@ public SignalRProperties withUpstream(ServerlessUpstreamSettings upstream) {
}
/**
- * Get the networkACLs property: Network ACLs.
+ * Get the networkACLs property: Network ACLs for the resource.
*
* @return the networkACLs value.
*/
@@ -361,7 +351,7 @@ public SignalRNetworkACLs networkACLs() {
}
/**
- * Set the networkACLs property: Network ACLs.
+ * Set the networkACLs property: Network ACLs for the resource.
*
* @param networkACLs the networkACLs value to set.
* @return the SignalRProperties object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SignalRResourceInner.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SignalRResourceInner.java
index 5f3b3703823e..adea65838d48 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SignalRResourceInner.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/fluent/models/SignalRResourceInner.java
@@ -29,26 +29,25 @@ public final class SignalRResourceInner extends Resource {
@JsonIgnore private final ClientLogger logger = new ClientLogger(SignalRResourceInner.class);
/*
- * The billing information of the resource.(e.g. Free, Standard)
+ * The billing information of the resource.
*/
@JsonProperty(value = "sku")
private ResourceSku sku;
/*
- * Settings used to provision or configure the resource
+ * A class that describes the properties of the resource
*/
@JsonProperty(value = "properties")
private SignalRProperties innerProperties;
/*
- * The kind of the service - e.g. "SignalR" for
- * "Microsoft.SignalRService/SignalR"
+ * The kind of the service, it can be SignalR or RawWebSockets
*/
@JsonProperty(value = "kind")
private ServiceKind kind;
/*
- * The managed identity response
+ * A class represent managed identities used for request and response
*/
@JsonProperty(value = "identity")
private ManagedIdentity identity;
@@ -60,7 +59,7 @@ public final class SignalRResourceInner extends Resource {
private SystemData systemData;
/**
- * Get the sku property: The billing information of the resource.(e.g. Free, Standard).
+ * Get the sku property: The billing information of the resource.
*
* @return the sku value.
*/
@@ -69,7 +68,7 @@ public ResourceSku sku() {
}
/**
- * Set the sku property: The billing information of the resource.(e.g. Free, Standard).
+ * Set the sku property: The billing information of the resource.
*
* @param sku the sku value to set.
* @return the SignalRResourceInner object itself.
@@ -80,7 +79,7 @@ public SignalRResourceInner withSku(ResourceSku sku) {
}
/**
- * Get the innerProperties property: Settings used to provision or configure the resource.
+ * Get the innerProperties property: A class that describes the properties of the resource.
*
* @return the innerProperties value.
*/
@@ -89,7 +88,7 @@ private SignalRProperties innerProperties() {
}
/**
- * Get the kind property: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR".
+ * Get the kind property: The kind of the service, it can be SignalR or RawWebSockets.
*
* @return the kind value.
*/
@@ -98,7 +97,7 @@ public ServiceKind kind() {
}
/**
- * Set the kind property: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR".
+ * Set the kind property: The kind of the service, it can be SignalR or RawWebSockets.
*
* @param kind the kind value to set.
* @return the SignalRResourceInner object itself.
@@ -109,7 +108,7 @@ public SignalRResourceInner withKind(ServiceKind kind) {
}
/**
- * Get the identity property: The managed identity response.
+ * Get the identity property: A class represent managed identities used for request and response.
*
* @return the identity value.
*/
@@ -118,7 +117,7 @@ public ManagedIdentity identity() {
}
/**
- * Set the identity property: The managed identity response.
+ * Set the identity property: A class represent managed identities used for request and response.
*
* @param identity the identity value to set.
* @return the SignalRResourceInner object itself.
@@ -226,7 +225,7 @@ public List sharedPrivateLinkResources() {
}
/**
- * Get the tls property: TLS settings.
+ * Get the tls property: TLS settings for the resource.
*
* @return the tls value.
*/
@@ -235,7 +234,7 @@ public SignalRTlsSettings tls() {
}
/**
- * Set the tls property: TLS settings.
+ * Set the tls property: TLS settings for the resource.
*
* @param tls the tls value to set.
* @return the SignalRResourceInner object itself.
@@ -291,10 +290,7 @@ public SignalRResourceInner withFeatures(List features) {
}
/**
- * Get the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource. If
- * resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs" in
- * features.
+ * Get the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource.
*
* @return the resourceLogConfiguration value.
*/
@@ -303,10 +299,7 @@ public ResourceLogConfiguration resourceLogConfiguration() {
}
/**
- * Set the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource. If
- * resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs" in
- * features.
+ * Set the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource.
*
* @param resourceLogConfiguration the resourceLogConfiguration value to set.
* @return the SignalRResourceInner object itself.
@@ -343,7 +336,7 @@ public SignalRResourceInner withCors(SignalRCorsSettings cors) {
}
/**
- * Get the upstream property: Upstream settings when the service is in server-less mode.
+ * Get the upstream property: The settings for the Upstream when the service is in server-less mode.
*
* @return the upstream value.
*/
@@ -352,7 +345,7 @@ public ServerlessUpstreamSettings upstream() {
}
/**
- * Set the upstream property: Upstream settings when the service is in server-less mode.
+ * Set the upstream property: The settings for the Upstream when the service is in server-less mode.
*
* @param upstream the upstream value to set.
* @return the SignalRResourceInner object itself.
@@ -366,7 +359,7 @@ public SignalRResourceInner withUpstream(ServerlessUpstreamSettings upstream) {
}
/**
- * Get the networkACLs property: Network ACLs.
+ * Get the networkACLs property: Network ACLs for the resource.
*
* @return the networkACLs value.
*/
@@ -375,7 +368,7 @@ public SignalRNetworkACLs networkACLs() {
}
/**
- * Set the networkACLs property: Network ACLs.
+ * Set the networkACLs property: Network ACLs for the resource.
*
* @param networkACLs the networkACLs value to set.
* @return the SignalRResourceInner object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRPrivateEndpointConnectionsClientImpl.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRPrivateEndpointConnectionsClientImpl.java
index f827a95dce59..5813e3e87784 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRPrivateEndpointConnectionsClientImpl.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRPrivateEndpointConnectionsClientImpl.java
@@ -850,7 +850,8 @@ private PollerFlux, Void> beginDeleteAsync(
deleteWithResponseAsync(privateEndpointConnectionName, resourceGroupName, resourceName);
return this
.client
- .getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, Context.NONE);
+ .getLroResult(
+ mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
}
/**
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRSharedPrivateLinkResourcesClientImpl.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRSharedPrivateLinkResourcesClientImpl.java
index 6dd28baad06b..307ee1e32c6f 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRSharedPrivateLinkResourcesClientImpl.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRSharedPrivateLinkResourcesClientImpl.java
@@ -670,7 +670,7 @@ private Mono>> createOrUpdateWithResponseAsync(
this.client.getHttpPipeline(),
SharedPrivateLinkResourceInner.class,
SharedPrivateLinkResourceInner.class,
- Context.NONE);
+ this.client.getContext());
}
/**
@@ -987,7 +987,8 @@ private PollerFlux, Void> beginDeleteAsync(
deleteWithResponseAsync(sharedPrivateLinkResourceName, resourceGroupName, resourceName);
return this
.client
- .getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, Context.NONE);
+ .getLroResult(
+ mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
}
/**
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRsClientImpl.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRsClientImpl.java
index b20cee750b5b..4652537494da 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRsClientImpl.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/implementation/SignalRsClientImpl.java
@@ -1007,7 +1007,7 @@ private PollerFlux, SignalRResourceInner> begin
this.client.getHttpPipeline(),
SignalRResourceInner.class,
SignalRResourceInner.class,
- Context.NONE);
+ this.client.getContext());
}
/**
@@ -1261,7 +1261,8 @@ private PollerFlux, Void> beginDeleteAsync(String resourceGroup
Mono>> mono = deleteWithResponseAsync(resourceGroupName, resourceName);
return this
.client
- .getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, Context.NONE);
+ .getLroResult(
+ mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
}
/**
@@ -1519,7 +1520,7 @@ private PollerFlux, SignalRResourceInner> begin
this.client.getHttpPipeline(),
SignalRResourceInner.class,
SignalRResourceInner.class,
- Context.NONE);
+ this.client.getContext());
}
/**
@@ -1944,7 +1945,11 @@ private PollerFlux, SignalRKeysInner> beginRegenera
return this
.client
.getLroResult(
- mono, this.client.getHttpPipeline(), SignalRKeysInner.class, SignalRKeysInner.class, Context.NONE);
+ mono,
+ this.client.getHttpPipeline(),
+ SignalRKeysInner.class,
+ SignalRKeysInner.class,
+ this.client.getContext());
}
/**
@@ -2198,7 +2203,8 @@ private PollerFlux, Void> beginRestartAsync(String resourceGrou
Mono>> mono = restartWithResponseAsync(resourceGroupName, resourceName);
return this
.client
- .getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, Context.NONE);
+ .getLroResult(
+ mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
}
/**
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/ManagedIdentity.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/ManagedIdentity.java
index 64d5efa4d002..c77b3c72fd6f 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/ManagedIdentity.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/ManagedIdentity.java
@@ -17,7 +17,7 @@ public class ManagedIdentity {
@JsonIgnore private final ClientLogger logger = new ClientLogger(ManagedIdentity.class);
/*
- * Represent the identity type: systemAssigned, userAssigned, None
+ * Represents the identity type: systemAssigned, userAssigned, None
*/
@JsonProperty(value = "type")
private ManagedIdentityType type;
@@ -44,7 +44,7 @@ public class ManagedIdentity {
private String tenantId;
/**
- * Get the type property: Represent the identity type: systemAssigned, userAssigned, None.
+ * Get the type property: Represents the identity type: systemAssigned, userAssigned, None.
*
* @return the type value.
*/
@@ -53,7 +53,7 @@ public ManagedIdentityType type() {
}
/**
- * Set the type property: Represent the identity type: systemAssigned, userAssigned, None.
+ * Set the type property: Represents the identity type: systemAssigned, userAssigned, None.
*
* @param type the type value to set.
* @return the ManagedIdentity object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/Operation.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/Operation.java
index f450dba11b80..674598c0f631 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/Operation.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/Operation.java
@@ -23,7 +23,7 @@ public interface Operation {
Boolean isDataAction();
/**
- * Gets the display property: The object that describes the operation.
+ * Gets the display property: The object that describes a operation.
*
* @return the display value.
*/
@@ -38,7 +38,7 @@ public interface Operation {
String origin();
/**
- * Gets the properties property: Extra properties for the operation.
+ * Gets the properties property: Extra Operation properties.
*
* @return the properties value.
*/
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/OperationProperties.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/OperationProperties.java
index 8d5fb2a74040..e6643117242c 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/OperationProperties.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/OperationProperties.java
@@ -15,13 +15,13 @@ public final class OperationProperties {
@JsonIgnore private final ClientLogger logger = new ClientLogger(OperationProperties.class);
/*
- * The service specifications.
+ * An object that describes a specification.
*/
@JsonProperty(value = "serviceSpecification")
private ServiceSpecification serviceSpecification;
/**
- * Get the serviceSpecification property: The service specifications.
+ * Get the serviceSpecification property: An object that describes a specification.
*
* @return the serviceSpecification value.
*/
@@ -30,7 +30,7 @@ public ServiceSpecification serviceSpecification() {
}
/**
- * Set the serviceSpecification property: The service specifications.
+ * Set the serviceSpecification property: An object that describes a specification.
*
* @param serviceSpecification the serviceSpecification value to set.
* @return the OperationProperties object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/PrivateEndpointConnection.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/PrivateEndpointConnection.java
index 70dc93f31acf..1b548248aca6 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/PrivateEndpointConnection.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/PrivateEndpointConnection.java
@@ -39,14 +39,14 @@ public interface PrivateEndpointConnection {
SystemData systemData();
/**
- * Gets the provisioningState property: Provisioning state of the private endpoint connection.
+ * Gets the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
ProvisioningState provisioningState();
/**
- * Gets the privateEndpoint property: Private endpoint associated with the private endpoint connection.
+ * Gets the privateEndpoint property: Private endpoint.
*
* @return the privateEndpoint value.
*/
@@ -60,7 +60,7 @@ public interface PrivateEndpointConnection {
List groupIds();
/**
- * Gets the privateLinkServiceConnectionState property: Connection state.
+ * Gets the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @return the privateLinkServiceConnectionState value.
*/
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/RegenerateKeyParameters.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/RegenerateKeyParameters.java
index 026ab55c3175..47730469375d 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/RegenerateKeyParameters.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/RegenerateKeyParameters.java
@@ -15,14 +15,13 @@ public final class RegenerateKeyParameters {
@JsonIgnore private final ClientLogger logger = new ClientLogger(RegenerateKeyParameters.class);
/*
- * The keyType to regenerate. Must be either 'primary' or
- * 'secondary'(case-insensitive).
+ * The type of access key.
*/
@JsonProperty(value = "keyType")
private KeyType keyType;
/**
- * Get the keyType property: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive).
+ * Get the keyType property: The type of access key.
*
* @return the keyType value.
*/
@@ -31,7 +30,7 @@ public KeyType keyType() {
}
/**
- * Set the keyType property: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive).
+ * Set the keyType property: The type of access key.
*
* @param keyType the keyType value to set.
* @return the RegenerateKeyParameters object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SharedPrivateLinkResource.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SharedPrivateLinkResource.java
index abae80602e18..d4469ed205c9 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SharedPrivateLinkResource.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SharedPrivateLinkResource.java
@@ -53,7 +53,7 @@ public interface SharedPrivateLinkResource {
String privateLinkResourceId();
/**
- * Gets the provisioningState property: Provisioning state of the shared private link resource.
+ * Gets the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SignalRNetworkACLs.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SignalRNetworkACLs.java
index 30ada44a6ec1..7e094a4cd7a6 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SignalRNetworkACLs.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SignalRNetworkACLs.java
@@ -16,13 +16,13 @@ public final class SignalRNetworkACLs {
@JsonIgnore private final ClientLogger logger = new ClientLogger(SignalRNetworkACLs.class);
/*
- * Default action when no other rule matches
+ * Azure Networking ACL Action.
*/
@JsonProperty(value = "defaultAction")
private AclAction defaultAction;
/*
- * ACL for requests from public network
+ * Network ACL
*/
@JsonProperty(value = "publicNetwork")
private NetworkAcl publicNetwork;
@@ -34,7 +34,7 @@ public final class SignalRNetworkACLs {
private List privateEndpoints;
/**
- * Get the defaultAction property: Default action when no other rule matches.
+ * Get the defaultAction property: Azure Networking ACL Action.
*
* @return the defaultAction value.
*/
@@ -43,7 +43,7 @@ public AclAction defaultAction() {
}
/**
- * Set the defaultAction property: Default action when no other rule matches.
+ * Set the defaultAction property: Azure Networking ACL Action.
*
* @param defaultAction the defaultAction value to set.
* @return the SignalRNetworkACLs object itself.
@@ -54,7 +54,7 @@ public SignalRNetworkACLs withDefaultAction(AclAction defaultAction) {
}
/**
- * Get the publicNetwork property: ACL for requests from public network.
+ * Get the publicNetwork property: Network ACL.
*
* @return the publicNetwork value.
*/
@@ -63,7 +63,7 @@ public NetworkAcl publicNetwork() {
}
/**
- * Set the publicNetwork property: ACL for requests from public network.
+ * Set the publicNetwork property: Network ACL.
*
* @param publicNetwork the publicNetwork value to set.
* @return the SignalRNetworkACLs object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SignalRResource.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SignalRResource.java
index 9ebc5850bfe9..94c54c336670 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SignalRResource.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/SignalRResource.java
@@ -50,21 +50,21 @@ public interface SignalRResource {
Map tags();
/**
- * Gets the sku property: The billing information of the resource.(e.g. Free, Standard).
+ * Gets the sku property: The billing information of the resource.
*
* @return the sku value.
*/
ResourceSku sku();
/**
- * Gets the kind property: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR".
+ * Gets the kind property: The kind of the service, it can be SignalR or RawWebSockets.
*
* @return the kind value.
*/
ServiceKind kind();
/**
- * Gets the identity property: The managed identity response.
+ * Gets the identity property: A class represent managed identities used for request and response.
*
* @return the identity value.
*/
@@ -136,7 +136,7 @@ public interface SignalRResource {
List sharedPrivateLinkResources();
/**
- * Gets the tls property: TLS settings.
+ * Gets the tls property: TLS settings for the resource.
*
* @return the tls value.
*/
@@ -162,10 +162,7 @@ public interface SignalRResource {
List features();
/**
- * Gets the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource. If
- * resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs" in
- * features.
+ * Gets the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource.
*
* @return the resourceLogConfiguration value.
*/
@@ -179,14 +176,14 @@ public interface SignalRResource {
SignalRCorsSettings cors();
/**
- * Gets the upstream property: Upstream settings when the service is in server-less mode.
+ * Gets the upstream property: The settings for the Upstream when the service is in server-less mode.
*
* @return the upstream value.
*/
ServerlessUpstreamSettings upstream();
/**
- * Gets the networkACLs property: Network ACLs.
+ * Gets the networkACLs property: Network ACLs for the resource.
*
* @return the networkACLs value.
*/
@@ -325,9 +322,9 @@ interface WithTags {
/** The stage of the SignalRResource definition allowing to specify sku. */
interface WithSku {
/**
- * Specifies the sku property: The billing information of the resource.(e.g. Free, Standard).
+ * Specifies the sku property: The billing information of the resource..
*
- * @param sku The billing information of the resource.(e.g. Free, Standard).
+ * @param sku The billing information of the resource.
* @return the next definition stage.
*/
WithCreate withSku(ResourceSku sku);
@@ -335,10 +332,9 @@ interface WithSku {
/** The stage of the SignalRResource definition allowing to specify kind. */
interface WithKind {
/**
- * Specifies the kind property: The kind of the service - e.g. "SignalR" for
- * "Microsoft.SignalRService/SignalR".
+ * Specifies the kind property: The kind of the service, it can be SignalR or RawWebSockets.
*
- * @param kind The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR".
+ * @param kind The kind of the service, it can be SignalR or RawWebSockets.
* @return the next definition stage.
*/
WithCreate withKind(ServiceKind kind);
@@ -346,9 +342,9 @@ interface WithKind {
/** The stage of the SignalRResource definition allowing to specify identity. */
interface WithIdentity {
/**
- * Specifies the identity property: The managed identity response.
+ * Specifies the identity property: A class represent managed identities used for request and response.
*
- * @param identity The managed identity response.
+ * @param identity A class represent managed identities used for request and response.
* @return the next definition stage.
*/
WithCreate withIdentity(ManagedIdentity identity);
@@ -356,9 +352,9 @@ interface WithIdentity {
/** The stage of the SignalRResource definition allowing to specify tls. */
interface WithTls {
/**
- * Specifies the tls property: TLS settings..
+ * Specifies the tls property: TLS settings for the resource.
*
- * @param tls TLS settings.
+ * @param tls TLS settings for the resource.
* @return the next definition stage.
*/
WithCreate withTls(SignalRTlsSettings tls);
@@ -386,14 +382,9 @@ interface WithFeatures {
interface WithResourceLogConfiguration {
/**
* Specifies the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService
- * resource. If resourceLogConfiguration isn't null or empty, it will override options
- * "EnableConnectivityLog" and "EnableMessagingLogs" in features. Otherwise, use options
- * "EnableConnectivityLog" and "EnableMessagingLogs" in features..
- *
- * @param resourceLogConfiguration Resource log configuration of a Microsoft.SignalRService resource. If
- * resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features.
+ * resource..
+ *
+ * @param resourceLogConfiguration Resource log configuration of a Microsoft.SignalRService resource.
* @return the next definition stage.
*/
WithCreate withResourceLogConfiguration(ResourceLogConfiguration resourceLogConfiguration);
@@ -411,9 +402,9 @@ interface WithCors {
/** The stage of the SignalRResource definition allowing to specify upstream. */
interface WithUpstream {
/**
- * Specifies the upstream property: Upstream settings when the service is in server-less mode..
+ * Specifies the upstream property: The settings for the Upstream when the service is in server-less mode..
*
- * @param upstream Upstream settings when the service is in server-less mode.
+ * @param upstream The settings for the Upstream when the service is in server-less mode.
* @return the next definition stage.
*/
WithCreate withUpstream(ServerlessUpstreamSettings upstream);
@@ -421,9 +412,9 @@ interface WithUpstream {
/** The stage of the SignalRResource definition allowing to specify networkACLs. */
interface WithNetworkACLs {
/**
- * Specifies the networkACLs property: Network ACLs.
+ * Specifies the networkACLs property: Network ACLs for the resource.
*
- * @param networkACLs Network ACLs.
+ * @param networkACLs Network ACLs for the resource.
* @return the next definition stage.
*/
WithCreate withNetworkACLs(SignalRNetworkACLs networkACLs);
@@ -518,9 +509,9 @@ interface WithTags {
/** The stage of the SignalRResource update allowing to specify sku. */
interface WithSku {
/**
- * Specifies the sku property: The billing information of the resource.(e.g. Free, Standard).
+ * Specifies the sku property: The billing information of the resource..
*
- * @param sku The billing information of the resource.(e.g. Free, Standard).
+ * @param sku The billing information of the resource.
* @return the next definition stage.
*/
Update withSku(ResourceSku sku);
@@ -528,9 +519,9 @@ interface WithSku {
/** The stage of the SignalRResource update allowing to specify identity. */
interface WithIdentity {
/**
- * Specifies the identity property: The managed identity response.
+ * Specifies the identity property: A class represent managed identities used for request and response.
*
- * @param identity The managed identity response.
+ * @param identity A class represent managed identities used for request and response.
* @return the next definition stage.
*/
Update withIdentity(ManagedIdentity identity);
@@ -538,9 +529,9 @@ interface WithIdentity {
/** The stage of the SignalRResource update allowing to specify tls. */
interface WithTls {
/**
- * Specifies the tls property: TLS settings..
+ * Specifies the tls property: TLS settings for the resource.
*
- * @param tls TLS settings.
+ * @param tls TLS settings for the resource.
* @return the next definition stage.
*/
Update withTls(SignalRTlsSettings tls);
@@ -568,14 +559,9 @@ interface WithFeatures {
interface WithResourceLogConfiguration {
/**
* Specifies the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService
- * resource. If resourceLogConfiguration isn't null or empty, it will override options
- * "EnableConnectivityLog" and "EnableMessagingLogs" in features. Otherwise, use options
- * "EnableConnectivityLog" and "EnableMessagingLogs" in features..
- *
- * @param resourceLogConfiguration Resource log configuration of a Microsoft.SignalRService resource. If
- * resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and
- * "EnableMessagingLogs" in features.
+ * resource..
+ *
+ * @param resourceLogConfiguration Resource log configuration of a Microsoft.SignalRService resource.
* @return the next definition stage.
*/
Update withResourceLogConfiguration(ResourceLogConfiguration resourceLogConfiguration);
@@ -593,9 +579,9 @@ interface WithCors {
/** The stage of the SignalRResource update allowing to specify upstream. */
interface WithUpstream {
/**
- * Specifies the upstream property: Upstream settings when the service is in server-less mode..
+ * Specifies the upstream property: The settings for the Upstream when the service is in server-less mode..
*
- * @param upstream Upstream settings when the service is in server-less mode.
+ * @param upstream The settings for the Upstream when the service is in server-less mode.
* @return the next definition stage.
*/
Update withUpstream(ServerlessUpstreamSettings upstream);
@@ -603,9 +589,9 @@ interface WithUpstream {
/** The stage of the SignalRResource update allowing to specify networkACLs. */
interface WithNetworkACLs {
/**
- * Specifies the networkACLs property: Network ACLs.
+ * Specifies the networkACLs property: Network ACLs for the resource.
*
- * @param networkACLs Network ACLs.
+ * @param networkACLs Network ACLs for the resource.
* @return the next definition stage.
*/
Update withNetworkACLs(SignalRNetworkACLs networkACLs);
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/Sku.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/Sku.java
index 9f07763e5a26..33a52c7a8f9c 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/Sku.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/Sku.java
@@ -21,13 +21,13 @@ public final class Sku {
private String resourceType;
/*
- * The exact set of keys that define this sku.
+ * The billing information of the resource.
*/
@JsonProperty(value = "sku", access = JsonProperty.Access.WRITE_ONLY)
private ResourceSku sku;
/*
- * Specifies the unit of the resource.
+ * Describes scaling information of a sku.
*/
@JsonProperty(value = "capacity", access = JsonProperty.Access.WRITE_ONLY)
private SkuCapacity capacity;
@@ -42,7 +42,7 @@ public String resourceType() {
}
/**
- * Get the sku property: The exact set of keys that define this sku.
+ * Get the sku property: The billing information of the resource.
*
* @return the sku value.
*/
@@ -51,7 +51,7 @@ public ResourceSku sku() {
}
/**
- * Get the capacity property: Specifies the unit of the resource.
+ * Get the capacity property: Describes scaling information of a sku.
*
* @return the capacity value.
*/
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/UpstreamAuthSettings.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/UpstreamAuthSettings.java
index 0ccdf1f3282e..995344cde6a1 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/UpstreamAuthSettings.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/UpstreamAuthSettings.java
@@ -9,26 +9,25 @@
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Upstream auth settings. */
+/** Upstream auth settings. If not set, no auth is used for upstream messages. */
@Fluent
public final class UpstreamAuthSettings {
@JsonIgnore private final ClientLogger logger = new ClientLogger(UpstreamAuthSettings.class);
/*
- * Gets or sets the type of auth. None or ManagedIdentity is supported now.
+ * Upstream auth type enum.
*/
@JsonProperty(value = "type")
private UpstreamAuthType type;
/*
- * Gets or sets the managed identity settings. It's required if the auth
- * type is set to ManagedIdentity.
+ * Managed identity settings for upstream.
*/
@JsonProperty(value = "managedIdentity")
private ManagedIdentitySettings managedIdentity;
/**
- * Get the type property: Gets or sets the type of auth. None or ManagedIdentity is supported now.
+ * Get the type property: Upstream auth type enum.
*
* @return the type value.
*/
@@ -37,7 +36,7 @@ public UpstreamAuthType type() {
}
/**
- * Set the type property: Gets or sets the type of auth. None or ManagedIdentity is supported now.
+ * Set the type property: Upstream auth type enum.
*
* @param type the type value to set.
* @return the UpstreamAuthSettings object itself.
@@ -48,8 +47,7 @@ public UpstreamAuthSettings withType(UpstreamAuthType type) {
}
/**
- * Get the managedIdentity property: Gets or sets the managed identity settings. It's required if the auth type is
- * set to ManagedIdentity.
+ * Get the managedIdentity property: Managed identity settings for upstream.
*
* @return the managedIdentity value.
*/
@@ -58,8 +56,7 @@ public ManagedIdentitySettings managedIdentity() {
}
/**
- * Set the managedIdentity property: Gets or sets the managed identity settings. It's required if the auth type is
- * set to ManagedIdentity.
+ * Set the managedIdentity property: Managed identity settings for upstream.
*
* @param managedIdentity the managedIdentity value to set.
* @return the UpstreamAuthSettings object itself.
diff --git a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/UpstreamTemplate.java b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/UpstreamTemplate.java
index 9f2b8b5cdd72..a7c6695f2632 100644
--- a/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/UpstreamTemplate.java
+++ b/sdk/signalr/azure-resourcemanager-signalr/src/main/java/com/azure/resourcemanager/signalr/models/UpstreamTemplate.java
@@ -68,8 +68,8 @@ public final class UpstreamTemplate {
private String urlTemplate;
/*
- * Gets or sets the auth settings for an upstream. If not set, no auth is
- * used for upstream messages.
+ * Upstream auth settings. If not set, no auth is used for upstream
+ * messages.
*/
@JsonProperty(value = "auth")
private UpstreamAuthSettings auth;
@@ -177,8 +177,7 @@ public UpstreamTemplate withUrlTemplate(String urlTemplate) {
}
/**
- * Get the auth property: Gets or sets the auth settings for an upstream. If not set, no auth is used for upstream
- * messages.
+ * Get the auth property: Upstream auth settings. If not set, no auth is used for upstream messages.
*
* @return the auth value.
*/
@@ -187,8 +186,7 @@ public UpstreamAuthSettings auth() {
}
/**
- * Set the auth property: Gets or sets the auth settings for an upstream. If not set, no auth is used for upstream
- * messages.
+ * Set the auth property: Upstream auth settings. If not set, no auth is used for upstream messages.
*
* @param auth the auth value to set.
* @return the UpstreamTemplate object itself.