diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md
index 78cf51775afa..61b5afafcb75 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md
@@ -1,6 +1,8 @@
# Release History
-## 1.1.0-beta.2 (Unreleased)
+## 1.0.0-beta.1 (2022-08-05)
+
+- Azure Resource Manager RedisEnterprise client library for Java. This package contains Microsoft Azure SDK for RedisEnterprise Management SDK. REST API for managing Redis Enterprise resources in Azure. Package tag package-2022-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/redisenterprise/azure-resourcemanager-redisenterprise/README.md b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/README.md
index da72586167c0..bfbcee29130c 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/README.md
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/README.md
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
com.azure.resourcemanagerazure-resourcemanager-redisenterprise
- 1.1.0-beta.1
+ 1.1.0-beta.2
```
[//]: # ({x-version-update-end})
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/pom.xml b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/pom.xml
index 334e58d8287f..1d721ef73193 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/pom.xml
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/pom.xml
@@ -39,7 +39,6 @@
UTF-8true
- true
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/RedisEnterpriseManager.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/RedisEnterpriseManager.java
index 5281eedfd232..aa5f0b5572b3 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/RedisEnterpriseManager.java
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/RedisEnterpriseManager.java
@@ -223,7 +223,7 @@ public RedisEnterpriseManager authenticate(TokenCredential credential, AzureProf
.append("-")
.append("com.azure.resourcemanager.redisenterprise")
.append("/")
- .append("1.1.0-beta.1");
+ .append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
@@ -280,7 +280,11 @@ public RedisEnterpriseManager authenticate(TokenCredential credential, AzureProf
}
}
- /** @return Resource collection API of Operations. */
+ /**
+ * Gets the resource collection API of Operations.
+ *
+ * @return Resource collection API of Operations.
+ */
public Operations operations() {
if (this.operations == null) {
this.operations = new OperationsImpl(clientObject.getOperations(), this);
@@ -288,7 +292,11 @@ public Operations operations() {
return operations;
}
- /** @return Resource collection API of OperationsStatus. */
+ /**
+ * Gets the resource collection API of OperationsStatus.
+ *
+ * @return Resource collection API of OperationsStatus.
+ */
public OperationsStatus operationsStatus() {
if (this.operationsStatus == null) {
this.operationsStatus = new OperationsStatusImpl(clientObject.getOperationsStatus(), this);
@@ -296,7 +304,11 @@ public OperationsStatus operationsStatus() {
return operationsStatus;
}
- /** @return Resource collection API of RedisEnterprises. */
+ /**
+ * Gets the resource collection API of RedisEnterprises. It manages Cluster.
+ *
+ * @return Resource collection API of RedisEnterprises.
+ */
public RedisEnterprises redisEnterprises() {
if (this.redisEnterprises == null) {
this.redisEnterprises = new RedisEnterprisesImpl(clientObject.getRedisEnterprises(), this);
@@ -304,7 +316,11 @@ public RedisEnterprises redisEnterprises() {
return redisEnterprises;
}
- /** @return Resource collection API of Databases. */
+ /**
+ * Gets the resource collection API of Databases. It manages Database.
+ *
+ * @return Resource collection API of Databases.
+ */
public Databases databases() {
if (this.databases == null) {
this.databases = new DatabasesImpl(clientObject.getDatabases(), this);
@@ -312,7 +328,11 @@ public Databases databases() {
return databases;
}
- /** @return Resource collection API of PrivateEndpointConnections. */
+ /**
+ * Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
+ *
+ * @return Resource collection API of PrivateEndpointConnections.
+ */
public PrivateEndpointConnections privateEndpointConnections() {
if (this.privateEndpointConnections == null) {
this.privateEndpointConnections =
@@ -321,7 +341,11 @@ public PrivateEndpointConnections privateEndpointConnections() {
return privateEndpointConnections;
}
- /** @return Resource collection API of PrivateLinkResources. */
+ /**
+ * Gets the resource collection API of PrivateLinkResources.
+ *
+ * @return Resource collection API of PrivateLinkResources.
+ */
public PrivateLinkResources privateLinkResources() {
if (this.privateLinkResources == null) {
this.privateLinkResources = new PrivateLinkResourcesImpl(clientObject.getPrivateLinkResources(), this);
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/AccessKeysInner.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/AccessKeysInner.java
index b2b7e74f41c9..8be670b9ee92 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/AccessKeysInner.java
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/AccessKeysInner.java
@@ -7,7 +7,11 @@
import com.azure.core.annotation.Immutable;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Access keys The secret access keys used for authenticating connections to redis. */
+/**
+ * Access keys
+ *
+ *
The secret access keys used for authenticating connections to redis.
+ */
@Immutable
public final class AccessKeysInner {
/*
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/ClusterInner.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/ClusterInner.java
index 968b0cca7812..de769c9b0429 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/ClusterInner.java
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/ClusterInner.java
@@ -31,7 +31,9 @@ public final class ClusterInner extends Resource {
private List zones;
/*
- * RedisEnterprise cluster properties Other properties of the cluster.
+ * RedisEnterprise cluster properties
+ *
+ * Other properties of the cluster.
*/
@JsonProperty(value = "properties")
private ClusterProperties innerProperties;
@@ -77,7 +79,9 @@ public ClusterInner withZones(List zones) {
}
/**
- * Get the innerProperties property: RedisEnterprise cluster properties Other properties of the cluster.
+ * Get the innerProperties property: RedisEnterprise cluster properties
+ *
+ *
Other properties of the cluster.
*
* @return the innerProperties value.
*/
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/ClusterProperties.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/ClusterProperties.java
index 431fa987f712..07900c9de997 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/ClusterProperties.java
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/ClusterProperties.java
@@ -12,8 +12,9 @@
import java.util.List;
/**
- * RedisEnterprise cluster properties Properties of RedisEnterprise clusters, as opposed to general resource properties
- * like location, tags.
+ * RedisEnterprise cluster properties
+ *
+ *
Properties of RedisEnterprise clusters, as opposed to general resource properties like location, tags.
*/
@Fluent
public final class ClusterProperties {
@@ -48,8 +49,7 @@ public final class ClusterProperties {
private String redisVersion;
/*
- * List of private endpoint connections associated with the specified
- * RedisEnterprise cluster
+ * List of private endpoint connections associated with the specified RedisEnterprise cluster
*/
@JsonProperty(value = "privateEndpointConnections", access = JsonProperty.Access.WRITE_ONLY)
private List privateEndpointConnections;
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/DatabaseInner.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/DatabaseInner.java
index e9b8a3d0ae49..0a6e2b599882 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/DatabaseInner.java
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/DatabaseInner.java
@@ -21,13 +21,17 @@
@Fluent
public final class DatabaseInner extends ProxyResource {
/*
- * RedisEnterprise database properties Other properties of the database.
+ * RedisEnterprise database properties
+ *
+ * Other properties of the database.
*/
@JsonProperty(value = "properties")
private DatabaseProperties innerProperties;
/**
- * Get the innerProperties property: RedisEnterprise database properties Other properties of the database.
+ * Get the innerProperties property: RedisEnterprise database properties
+ *
+ *
Other properties of the database.
*
* @return the innerProperties value.
*/
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/DatabaseProperties.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/DatabaseProperties.java
index 346b8be291f8..59049d0d4669 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/DatabaseProperties.java
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/DatabaseProperties.java
@@ -17,21 +17,21 @@
import java.util.List;
/**
- * RedisEnterprise database properties Properties of RedisEnterprise databases, as opposed to general resource
- * properties like location, tags.
+ * RedisEnterprise database properties
+ *
+ *
Properties of RedisEnterprise databases, as opposed to general resource properties like location, tags.
*/
@Fluent
public final class DatabaseProperties {
/*
- * Specifies whether redis clients can connect using TLS-encrypted or
- * plaintext redis protocols. Default is TLS-encrypted.
+ * Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is
+ * TLS-encrypted.
*/
@JsonProperty(value = "clientProtocol")
private Protocol clientProtocol;
/*
- * TCP port of the database endpoint. Specified at create time. Defaults to
- * an available port.
+ * TCP port of the database endpoint. Specified at create time. Defaults to an available port.
*/
@JsonProperty(value = "port")
private Integer port;
@@ -67,15 +67,13 @@ public final class DatabaseProperties {
private Persistence persistence;
/*
- * Optional set of redis modules to enable in this database - modules can
- * only be added at creation time.
+ * Optional set of redis modules to enable in this database - modules can only be added at creation time.
*/
@JsonProperty(value = "modules")
private List modules;
/*
- * Optional set of properties to configure geo replication for this
- * database.
+ * Optional set of properties to configure geo replication for this database.
*/
@JsonProperty(value = "geoReplication")
private DatabasePropertiesGeoReplication geoReplication;
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/OperationInner.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/OperationInner.java
index b94d16ebc1d1..0a5a137205e9 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/OperationInner.java
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/OperationInner.java
@@ -10,20 +10,23 @@
import com.azure.resourcemanager.redisenterprise.models.Origin;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** REST API Operation Details of a REST API operation, returned from the Resource Provider Operations API. */
+/**
+ * REST API Operation
+ *
+ *
Details of a REST API operation, returned from the Resource Provider Operations API.
+ */
@Fluent
public final class OperationInner {
/*
- * The name of the operation, as per Resource-Based Access Control (RBAC).
- * Examples: "Microsoft.Compute/virtualMachines/write",
- * "Microsoft.Compute/virtualMachines/capture/action"
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples:
+ * "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
*/
@JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY)
private String name;
/*
- * Whether the operation applies to data-plane. This is "true" for
- * data-plane operations and "false" for ARM/control-plane operations.
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for
+ * ARM/control-plane operations.
*/
@JsonProperty(value = "isDataAction", access = JsonProperty.Access.WRITE_ONLY)
private Boolean isDataAction;
@@ -35,15 +38,14 @@ public final class OperationInner {
private OperationDisplay display;
/*
- * The intended executor of the operation; as in Resource Based Access
- * Control (RBAC) and audit logs UX. Default value is "user,system"
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default
+ * value is "user,system"
*/
@JsonProperty(value = "origin", access = JsonProperty.Access.WRITE_ONLY)
private Origin origin;
/*
- * Enum. Indicates the action type. "Internal" refers to actions that are
- * for internal only APIs.
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
*/
@JsonProperty(value = "actionType", access = JsonProperty.Access.WRITE_ONLY)
private ActionType actionType;
diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/OperationStatusInner.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/OperationStatusInner.java
index 242057dbaee6..d3844f19c2a3 100644
--- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/OperationStatusInner.java
+++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/fluent/models/OperationStatusInner.java
@@ -42,7 +42,9 @@ public final class OperationStatusInner {
private String status;
/*
- * Error response Error response describing why the operation failed.
+ * Error response
+ *
+ * Error response describing why the operation failed.
*/
@JsonProperty(value = "error")
private ManagementError error;
@@ -148,7 +150,9 @@ public OperationStatusInner withStatus(String status) {
}
/**
- * Get the error property: Error response Error response describing why the operation failed.
+ * Get the error property: Error response
+ *
+ *
Error response describing why the operation failed.
*
* @return the error value.
*/
@@ -157,7 +161,9 @@ public ManagementError error() {
}
/**
- * Set the error property: Error response Error response describing why the operation failed.
+ * Set the error property: Error response
+ *
+ *