diff --git a/sdk/synapse/azure-resourcemanager-synapse/CHANGELOG.md b/sdk/synapse/azure-resourcemanager-synapse/CHANGELOG.md
index a941505a1b23e..a9443e6fae64d 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/CHANGELOG.md
+++ b/sdk/synapse/azure-resourcemanager-synapse/CHANGELOG.md
@@ -1,6 +1,8 @@
# Release History
-## 1.0.0-beta.7 (Unreleased)
+## 1.0.0-beta.1 (2022-08-19)
+
+- Azure Resource Manager Synapse client library for Java. This package contains Microsoft Azure SDK for Synapse Management SDK. Azure Synapse Analytics Management Client. Package tag package-composite-v2. 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/synapse/azure-resourcemanager-synapse/README.md b/sdk/synapse/azure-resourcemanager-synapse/README.md
index 0b2a79cae84c7..92811f6afab9e 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/README.md
+++ b/sdk/synapse/azure-resourcemanager-synapse/README.md
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Gets a Azure Active Directory only authentication property. * * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param workspaceName The name of the workspace. @@ -32,7 +34,9 @@ AzureADOnlyAuthenticationInner get( String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName); /** - * Gets a Azure Active Directory only authentication property. + * Get Azure Active Directory only authentication property + * + *
Gets a Azure Active Directory only authentication property.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -51,7 +55,9 @@ Response Create or Update a Azure Active Directory only authentication property for the workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -70,7 +76,9 @@ SyncPoller Create or Update a Azure Active Directory only authentication property for the workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -91,7 +99,9 @@ SyncPoller Create or Update a Azure Active Directory only authentication property for the workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -110,7 +120,9 @@ AzureADOnlyAuthenticationInner create(
AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo);
/**
- * Create or Update a Azure Active Directory only authentication property for the workspaces.
+ * Create or Update Azure Active Directory only authentication property
+ *
+ * Create or Update a Azure Active Directory only authentication property for the workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -131,7 +143,9 @@ AzureADOnlyAuthenticationInner create(
Context context);
/**
- * Gets a list of Azure Active Directory only authentication property for a workspace.
+ * Gets a list of Azure Active Directory only authentication property
+ *
+ * Gets a list of Azure Active Directory only authentication property for a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -145,7 +159,9 @@ AzureADOnlyAuthenticationInner create(
PagedIterable Gets a list of Azure Active Directory only authentication property for a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/BigDataPoolsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/BigDataPoolsClient.java
index 3f20d15e2db1a..8b09b1c0f1ba2 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/BigDataPoolsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/BigDataPoolsClient.java
@@ -17,7 +17,9 @@
/** An instance of this class provides access to all the operations defined in BigDataPoolsClient. */
public interface BigDataPoolsClient {
/**
- * Get a Big Data pool.
+ * Get Big Data pool
+ *
+ * Get a Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -31,7 +33,9 @@ public interface BigDataPoolsClient {
BigDataPoolResourceInfoInner get(String resourceGroupName, String workspaceName, String bigDataPoolName);
/**
- * Get a Big Data pool.
+ * Get Big Data pool
+ *
+ * Get a Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -47,7 +51,9 @@ Response Patch a Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -66,7 +72,9 @@ BigDataPoolResourceInfoInner update(
BigDataPoolPatchInfo bigDataPoolPatchInfo);
/**
- * Patch a Big Data pool.
+ * Update a Big Data pool.
+ *
+ * Patch a Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -87,7 +95,9 @@ Response Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -108,7 +118,9 @@ SyncPoller Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -131,7 +143,9 @@ SyncPoller Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -152,7 +166,9 @@ BigDataPoolResourceInfoInner createOrUpdate(
Boolean force);
/**
- * Create a new Big Data pool.
+ * Create a Big Data pool.
+ *
+ * Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -171,7 +187,9 @@ BigDataPoolResourceInfoInner createOrUpdate(
BigDataPoolResourceInfoInner bigDataPoolInfo);
/**
- * Create a new Big Data pool.
+ * Create a Big Data pool.
+ *
+ * Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -194,7 +212,9 @@ BigDataPoolResourceInfoInner createOrUpdate(
Context context);
/**
- * Delete a Big Data pool from the workspace.
+ * Delete a Big Data pool.
+ *
+ * Delete a Big Data pool from the workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -209,7 +229,9 @@ SyncPoller Delete a Big Data pool from the workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -225,7 +247,9 @@ SyncPoller Delete a Big Data pool from the workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -239,7 +263,9 @@ SyncPoller Delete a Big Data pool from the workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -254,7 +280,9 @@ SyncPoller List Big Data pools in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -267,7 +295,9 @@ SyncPoller List Big Data pools in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeAuthKeysOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeAuthKeysOperationsClient.java
index 23e68a9f35ae9..dbfef0d4e83e9 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeAuthKeysOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeAuthKeysOperationsClient.java
@@ -17,7 +17,9 @@
*/
public interface IntegrationRuntimeAuthKeysOperationsClient {
/**
- * Regenerate the authentication key for an integration runtime.
+ * Regenerate integration runtime authentication key
+ *
+ * Regenerate the authentication key for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -36,7 +38,9 @@ IntegrationRuntimeAuthKeysInner regenerate(
IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters);
/**
- * Regenerate the authentication key for an integration runtime.
+ * Regenerate integration runtime authentication key
+ *
+ * Regenerate the authentication key for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -57,7 +61,9 @@ Response List authentication keys in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -71,7 +77,9 @@ Response List authentication keys in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeConnectionInfosClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeConnectionInfosClient.java
index 28618b166fd18..0fe23ee88d44b 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeConnectionInfosClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeConnectionInfosClient.java
@@ -15,7 +15,9 @@
*/
public interface IntegrationRuntimeConnectionInfosClient {
/**
- * Get connection info for an integration runtime.
+ * Get integration runtime connection info
+ *
+ * Get connection info for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ IntegrationRuntimeConnectionInfoInner get(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Get connection info for an integration runtime.
+ * Get integration runtime connection info
+ *
+ * Get connection info for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeCredentialsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeCredentialsClient.java
index 1829e5cb2a6fa..4ad7c8fa87d70 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeCredentialsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeCredentialsClient.java
@@ -12,10 +12,12 @@
/** An instance of this class provides access to all the operations defined in IntegrationRuntimeCredentialsClient. */
public interface IntegrationRuntimeCredentialsClient {
/**
- * Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override
- * the credentials across all worker nodes with those available on the dispatcher node. If you already have the
- * latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime
- * node than using this API directly.
+ * Sync integration runtime credentials
+ *
+ * Force the integration runtime to synchronize credentials across integration runtime nodes, and this will
+ * override the credentials across all worker nodes with those available on the dispatcher node. If you already have
+ * the latest credential backup file, you should manually import it (preferred) on any self-hosted integration
+ * runtime node than using this API directly.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -28,10 +30,12 @@ public interface IntegrationRuntimeCredentialsClient {
void sync(String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override
- * the credentials across all worker nodes with those available on the dispatcher node. If you already have the
- * latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime
- * node than using this API directly.
+ * Sync integration runtime credentials
+ *
+ * Force the integration runtime to synchronize credentials across integration runtime nodes, and this will
+ * override the credentials across all worker nodes with those available on the dispatcher node. If you already have
+ * the latest credential backup file, you should manually import it (preferred) on any self-hosted integration
+ * runtime node than using this API directly.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeMonitoringDatasClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeMonitoringDatasClient.java
index 5f8acb857e125..1acbae8698d33 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeMonitoringDatasClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeMonitoringDatasClient.java
@@ -15,7 +15,9 @@
*/
public interface IntegrationRuntimeMonitoringDatasClient {
/**
- * Get monitoring data for an integration runtime.
+ * Get integration runtime monitoring data
+ *
+ * Get monitoring data for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ IntegrationRuntimeMonitoringDataInner list(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Get monitoring data for an integration runtime.
+ * Get integration runtime monitoring data
+ *
+ * Get monitoring data for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodeIpAddressOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodeIpAddressOperationsClient.java
index dbfa8d4e2b156..1f127cc78d884 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodeIpAddressOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodeIpAddressOperationsClient.java
@@ -16,7 +16,9 @@
*/
public interface IntegrationRuntimeNodeIpAddressOperationsClient {
/**
- * Get the IP address of an integration runtime node.
+ * Get integration runtime node IP address
+ *
+ * Get the IP address of an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -32,7 +34,9 @@ IntegrationRuntimeNodeIpAddressInner get(
String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName);
/**
- * Get the IP address of an integration runtime node.
+ * Get integration runtime node IP address
+ *
+ * Get the IP address of an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodesClient.java
index f7096293f0cbe..33edd48f2828f 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodesClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in IntegrationRuntimeNodesClient. */
public interface IntegrationRuntimeNodesClient {
/**
- * Get an integration runtime node.
+ * Get integration runtime node
+ *
+ * Get an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ SelfHostedIntegrationRuntimeNodeInner get(
String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName);
/**
- * Get an integration runtime node.
+ * Get integration runtime node
+ *
+ * Get an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -51,7 +55,9 @@ Response Create an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -72,7 +78,9 @@ SelfHostedIntegrationRuntimeNodeInner update(
UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest);
/**
- * Create an integration runtime node.
+ * Create integration runtime node
+ *
+ * Create an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -95,7 +103,9 @@ Response Delete an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -109,7 +119,9 @@ Response Delete an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeObjectMetadatasClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeObjectMetadatasClient.java
index 3e8106c27ec3e..a4642a8bd1afd 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeObjectMetadatasClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeObjectMetadatasClient.java
@@ -19,7 +19,9 @@
*/
public interface IntegrationRuntimeObjectMetadatasClient {
/**
- * Get object metadata from an integration runtime.
+ * Get integration runtime object metadata
+ *
+ * Get object metadata from an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -34,7 +36,9 @@ SsisObjectMetadataListResponseInner list(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Get object metadata from an integration runtime.
+ * Get integration runtime object metadata
+ *
+ * Get object metadata from an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -55,7 +59,9 @@ Response Refresh the object metadata in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -70,7 +76,9 @@ SyncPoller Refresh the object metadata in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -86,7 +94,9 @@ SyncPoller Refresh the object metadata in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -101,7 +111,9 @@ SsisObjectMetadataStatusResponseInner refresh(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Refresh the object metadata in an integration runtime.
+ * Refresh integration runtime object metadata
+ *
+ * Refresh the object metadata in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeStatusOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeStatusOperationsClient.java
index fcfa997045857..5518d0c32c5b8 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeStatusOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeStatusOperationsClient.java
@@ -15,7 +15,9 @@
*/
public interface IntegrationRuntimeStatusOperationsClient {
/**
- * Get the integration runtime status.
+ * Get integration runtime status
+ *
+ * Get the integration runtime status.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ IntegrationRuntimeStatusResponseInner get(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Get the integration runtime status.
+ * Get integration runtime status
+ *
+ * Get the integration runtime status.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimesClient.java
index 047a8d2ab459b..23c1f3925a799 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimesClient.java
@@ -19,7 +19,9 @@
/** An instance of this class provides access to all the operations defined in IntegrationRuntimesClient. */
public interface IntegrationRuntimesClient {
/**
- * Update an integration runtime.
+ * Update integration runtime
+ *
+ * Update an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -38,7 +40,9 @@ IntegrationRuntimeResourceInner update(
UpdateIntegrationRuntimeRequest updateIntegrationRuntimeRequest);
/**
- * Update an integration runtime.
+ * Update integration runtime
+ *
+ * Update an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -59,7 +63,9 @@ Response Get an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -73,7 +79,9 @@ Response Get an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -95,7 +103,9 @@ Response Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -117,7 +127,9 @@ SyncPoller Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -141,7 +153,9 @@ SyncPoller Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -163,7 +177,9 @@ IntegrationRuntimeResourceInner create(
String ifMatch);
/**
- * Create an integration runtime.
+ * Create integration runtime
+ *
+ * Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -182,7 +198,9 @@ IntegrationRuntimeResourceInner create(
IntegrationRuntimeResourceInner integrationRuntime);
/**
- * Create an integration runtime.
+ * Create integration runtime
+ *
+ * Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -206,7 +224,9 @@ IntegrationRuntimeResourceInner create(
Context context);
/**
- * Delete an integration runtime.
+ * Delete integration runtime
+ *
+ * Delete an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -221,7 +241,9 @@ SyncPoller Delete an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -237,7 +259,9 @@ SyncPoller Delete an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -250,7 +274,9 @@ SyncPoller Delete an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -264,7 +290,9 @@ SyncPoller Upgrade an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -277,7 +305,9 @@ SyncPoller Upgrade an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -293,7 +323,9 @@ Response List all integration runtimes.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -306,7 +338,9 @@ Response List all integration runtimes.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -321,7 +355,9 @@ PagedIterable Start an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -336,7 +372,9 @@ SyncPoller Start an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -352,7 +390,9 @@ SyncPoller Start an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -367,7 +407,9 @@ IntegrationRuntimeStatusResponseInner start(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Start an integration runtime.
+ * Start integration runtime
+ *
+ * Start an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -383,7 +425,9 @@ IntegrationRuntimeStatusResponseInner start(
String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Stop an integration runtime.
+ * Stop integration runtime
+ *
+ * Stop an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -398,7 +442,9 @@ SyncPoller Stop an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -414,7 +460,9 @@ SyncPoller Stop an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -427,7 +475,9 @@ SyncPoller Stop an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -441,7 +491,9 @@ SyncPoller Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -456,7 +508,9 @@ IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner listOutbound
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
+ * Gets list of outbound network dependencies for a given Azure-SSIS integration runtime.
+ *
+ * Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolsClient.java
index 8721914dde084..99236ebd6e2a9 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolsClient.java
@@ -75,7 +75,9 @@ Response List all Kusto pools.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -88,7 +90,9 @@ Response List all Kusto pools.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesClient.java
index f48550734e8a4..f177f3e21a1d7 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in LibrariesClient. */
public interface LibrariesClient {
/**
- * Get library by name in a workspace.
+ * Get library by name.
+ *
+ * Get library by name in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param libraryName Library name.
@@ -27,7 +29,9 @@ public interface LibrariesClient {
LibraryResourceInner get(String resourceGroupName, String libraryName, String workspaceName);
/**
- * Get library by name in a workspace.
+ * Get library by name.
+ *
+ * Get library by name in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param libraryName Library name.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesOperationsClient.java
index ac1a4f69265a6..3af47ac51f4d1 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesOperationsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in LibrariesOperationsClient. */
public interface LibrariesOperationsClient {
/**
- * List libraries in a workspace.
+ * List the libraries in a workspace.
+ *
+ * List libraries in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -26,7 +28,9 @@ public interface LibrariesOperationsClient {
PagedIterable List libraries in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java
index 4bbe288f8fbd5..abd6af7831dc3 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java
@@ -17,7 +17,9 @@
/** An instance of this class provides access to all the operations defined in OperationsClient. */
public interface OperationsClient {
/**
- * Check whether a workspace name is available.
+ * Check name availability
+ *
+ * Check whether a workspace name is available.
*
* @param request The check request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -29,7 +31,9 @@ public interface OperationsClient {
CheckNameAvailabilityResponseInner checkNameAvailability(CheckNameAvailabilityRequest request);
/**
- * Check whether a workspace name is available.
+ * Check name availability
+ *
+ * Check whether a workspace name is available.
*
* @param request The check request.
* @param context The context to associate with this operation.
@@ -43,7 +47,9 @@ Response Get all available operations.
*
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -53,7 +59,9 @@ Response Get all available operations.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -65,7 +73,9 @@ Response Get the result of an operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -78,7 +88,9 @@ Response Get the result of an operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -94,7 +106,9 @@ Response Get the status of an operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -109,7 +123,9 @@ OperationResourceInner getAzureAsyncHeaderResult(
String resourceGroupName, String workspaceName, String operationId);
/**
- * Get the status of an operation.
+ * Get operation status
+ *
+ * Get the status of an operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubPrivateLinkResourcesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubPrivateLinkResourcesClient.java
index 39fcd9d9f8b21..0da6c948895bb 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubPrivateLinkResourcesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubPrivateLinkResourcesClient.java
@@ -16,7 +16,9 @@
*/
public interface PrivateLinkHubPrivateLinkResourcesClient {
/**
- * Get all private link resources for a private link hub.
+ * Private Link Resources
+ *
+ * Get all private link resources for a private link hub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName The name of the private link hub.
@@ -29,7 +31,9 @@ public interface PrivateLinkHubPrivateLinkResourcesClient {
PagedIterable Get all private link resources for a private link hub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName The name of the private link hub.
@@ -43,7 +47,9 @@ public interface PrivateLinkHubPrivateLinkResourcesClient {
PagedIterable Get private link resource in private link hub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName The name of the private link hub.
@@ -57,7 +63,9 @@ public interface PrivateLinkHubPrivateLinkResourcesClient {
PrivateLinkResourceInner get(String resourceGroupName, String privateLinkHubName, String privateLinkResourceName);
/**
- * Get private link resource in private link hub.
+ * Get Private Link Hub Private Link Resource
+ *
+ * Get private link resource in private link hub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName The name of the private link hub.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesClient.java
index 3646523544336..b63be76425eae 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient. */
public interface PrivateLinkResourcesClient {
/**
- * Get all private link resources for a workspaces.
+ * Private Link Resources
+ *
+ * Get all private link resources for a workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -27,7 +29,9 @@ public interface PrivateLinkResourcesClient {
PagedIterable Get all private link resources for a workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -41,7 +45,9 @@ public interface PrivateLinkResourcesClient {
PagedIterable Get private link resource in workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -55,7 +61,9 @@ public interface PrivateLinkResourcesClient {
PrivateLinkResourceInner get(String resourceGroupName, String workspaceName, String privateLinkResourceName);
/**
- * Get private link resource in workspace.
+ * Get Private Link Resource
+ *
+ * Get private link resource in workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsClient.java
index 0f201c83bc991..790b54854e351 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in SparkConfigurationsClient. */
public interface SparkConfigurationsClient {
/**
- * Get SparkConfiguration by name in a workspace.
+ * Get SparkConfiguration by name.
+ *
+ * Get SparkConfiguration by name in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param sparkConfigurationName SparkConfiguration name.
@@ -27,7 +29,9 @@ public interface SparkConfigurationsClient {
SparkConfigurationResourceInner get(String resourceGroupName, String sparkConfigurationName, String workspaceName);
/**
- * Get SparkConfiguration by name in a workspace.
+ * Get SparkConfiguration by name.
+ *
+ * Get SparkConfiguration by name in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param sparkConfigurationName SparkConfiguration name.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsOperationsClient.java
index e83051a40c1d0..1272a647200ae 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsOperationsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in SparkConfigurationsOperationsClient. */
public interface SparkConfigurationsOperationsClient {
/**
- * List sparkConfigurations in a workspace.
+ * List the sparkConfigurations in a workspace.
+ *
+ * List sparkConfigurations in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -26,7 +28,9 @@ public interface SparkConfigurationsOperationsClient {
PagedIterable List sparkConfigurations in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolBlobAuditingPoliciesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolBlobAuditingPoliciesClient.java
index 0012c5325bacb..d9bb0570fc0c8 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolBlobAuditingPoliciesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolBlobAuditingPoliciesClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolBlobAuditingPoliciesClient. */
public interface SqlPoolBlobAuditingPoliciesClient {
/**
- * Get a SQL pool's blob auditing policy.
+ * Get a SQL pool's blob auditing policy
+ *
+ * Get a SQL pool's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -28,7 +30,9 @@ public interface SqlPoolBlobAuditingPoliciesClient {
SqlPoolBlobAuditingPolicyInner get(String resourceGroupName, String workspaceName, String sqlPoolName);
/**
- * Get a SQL pool's blob auditing policy.
+ * Get a SQL pool's blob auditing policy
+ *
+ * Get a SQL pool's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -44,7 +48,9 @@ Response Creates or updates a SQL pool's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -60,7 +66,9 @@ SqlPoolBlobAuditingPolicyInner createOrUpdate(
String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolBlobAuditingPolicyInner parameters);
/**
- * Creates or updates a SQL pool's blob auditing policy.
+ * Creates or updates a SQL pool's blob auditing policy
+ *
+ * Creates or updates a SQL pool's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolConnectionPoliciesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolConnectionPoliciesClient.java
index c0ed4e3250220..00af24377cd03 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolConnectionPoliciesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolConnectionPoliciesClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolConnectionPoliciesClient. */
public interface SqlPoolConnectionPoliciesClient {
/**
- * Get a Sql pool's connection policy, which is used with table auditing.
+ * Get a Sql pool's connection policy, which is used with table auditing
+ *
+ * Get a Sql pool's connection policy, which is used with table auditing.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ SqlPoolConnectionPolicyInner get(
String resourceGroupName, String workspaceName, String sqlPoolName, ConnectionPolicyName connectionPolicyName);
/**
- * Get a Sql pool's connection policy, which is used with table auditing.
+ * Get a Sql pool's connection policy, which is used with table auditing
+ *
+ * Get a Sql pool's connection policy, which is used with table auditing.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolDataWarehouseUserActivitiesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolDataWarehouseUserActivitiesClient.java
index bf1b4e6138a4a..9629e04faae65 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolDataWarehouseUserActivitiesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolDataWarehouseUserActivitiesClient.java
@@ -16,7 +16,9 @@
*/
public interface SqlPoolDataWarehouseUserActivitiesClient {
/**
- * Gets the user activities of a SQL pool which includes running and suspended queries.
+ * Get SQL pool user activities
+ *
+ * Gets the user activities of a SQL pool which includes running and suspended queries.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -35,7 +37,9 @@ DataWarehouseUserActivitiesInner get(
DataWarehouseUserActivityName dataWarehouseUserActivityName);
/**
- * Gets the user activities of a SQL pool which includes running and suspended queries.
+ * Get SQL pool user activities
+ *
+ * Gets the user activities of a SQL pool which includes running and suspended queries.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolGeoBackupPoliciesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolGeoBackupPoliciesClient.java
index 5a65067d36b59..334544cbaf8a8 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolGeoBackupPoliciesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolGeoBackupPoliciesClient.java
@@ -15,7 +15,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolGeoBackupPoliciesClient. */
public interface SqlPoolGeoBackupPoliciesClient {
/**
- * Get list of SQL pool geo backup policies.
+ * List SQL pool geo backup policies
+ *
+ * Get list of SQL pool geo backup policies.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -29,7 +31,9 @@ public interface SqlPoolGeoBackupPoliciesClient {
PagedIterable Get list of SQL pool geo backup policies.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -89,7 +93,9 @@ Response Get the specified SQL pool geo backup policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -105,7 +111,9 @@ GeoBackupPolicyInner get(
String resourceGroupName, String workspaceName, String sqlPoolName, GeoBackupPolicyName geoBackupPolicyName);
/**
- * Get the specified SQL pool geo backup policy.
+ * Get a SQL pool geo backup policy
+ *
+ * Get the specified SQL pool geo backup policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMaintenanceWindowOptionsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMaintenanceWindowOptionsClient.java
index 0ed43e1f3d926..836fffda3da2b 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMaintenanceWindowOptionsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMaintenanceWindowOptionsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolMaintenanceWindowOptionsClient. */
public interface SqlPoolMaintenanceWindowOptionsClient {
/**
- * Get list of SQL pool's available maintenance windows.
+ * SQL pool's available maintenance windows.
+ *
+ * Get list of SQL pool's available maintenance windows.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -29,7 +31,9 @@ MaintenanceWindowOptionsInner get(
String resourceGroupName, String workspaceName, String sqlPoolName, String maintenanceWindowOptionsName);
/**
- * Get list of SQL pool's available maintenance windows.
+ * SQL pool's available maintenance windows.
+ *
+ * Get list of SQL pool's available maintenance windows.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMetadataSyncConfigsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMetadataSyncConfigsClient.java
index 3585dca5d90ef..0f25c5a76388a 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMetadataSyncConfigsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMetadataSyncConfigsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolMetadataSyncConfigsClient. */
public interface SqlPoolMetadataSyncConfigsClient {
/**
- * Get the metadata sync configuration for a SQL pool.
+ * Get SQL pool metadata sync config
+ *
+ * Get the metadata sync configuration for a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -27,7 +29,9 @@ public interface SqlPoolMetadataSyncConfigsClient {
MetadataSyncConfigInner get(String resourceGroupName, String workspaceName, String sqlPoolName);
/**
- * Get the metadata sync configuration for a SQL pool.
+ * Get SQL pool metadata sync config
+ *
+ * Get the metadata sync configuration for a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -43,7 +47,9 @@ Response Set the metadata sync configuration for a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -62,7 +68,9 @@ MetadataSyncConfigInner create(
MetadataSyncConfigInner metadataSyncConfiguration);
/**
- * Set the metadata sync configuration for a SQL pool.
+ * Set SQL pool metadata sync config
+ *
+ * Set the metadata sync configuration for a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolOperationResultsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolOperationResultsClient.java
index b5842e528e649..8dfc3ca340b92 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolOperationResultsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolOperationResultsClient.java
@@ -12,7 +12,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolOperationResultsClient. */
public interface SqlPoolOperationResultsClient {
/**
- * Get the status of a SQL pool operation.
+ * Get SQL pool operation status
+ *
+ * Get the status of a SQL pool operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -28,7 +30,9 @@ Object getLocationHeaderResult(
String resourceGroupName, String workspaceName, String sqlPoolName, String operationId);
/**
- * Get the status of a SQL pool operation.
+ * Get SQL pool operation status
+ *
+ * Get the status of a SQL pool operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolOperationsClient.java
index 6f00e9e00d2af..1078161eb3209 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolOperationsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolOperationsClient. */
public interface SqlPoolOperationsClient {
/**
- * Gets a list of operations performed on the SQL pool.
+ * Gets a list of operations performed on the SQL pool
+ *
+ * Gets a list of operations performed on the SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -27,7 +29,9 @@ public interface SqlPoolOperationsClient {
PagedIterable Gets a list of operations performed on the SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolReplicationLinksClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolReplicationLinksClient.java
index edd0802b0ff55..73303b150c175 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolReplicationLinksClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolReplicationLinksClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolReplicationLinksClient. */
public interface SqlPoolReplicationLinksClient {
/**
- * Lists a Sql pool's replication links.
+ * Get SQL pool replication links
+ *
+ * Lists a Sql pool's replication links.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -29,7 +31,9 @@ public interface SqlPoolReplicationLinksClient {
PagedIterable Lists a Sql pool's replication links.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -46,7 +50,9 @@ PagedIterable Get SQL pool replication link by name.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -61,7 +67,9 @@ PagedIterable Get SQL pool replication link by name.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolRestorePointsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolRestorePointsClient.java
index cd0d7d0e568bc..481c586bd31f4 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolRestorePointsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolRestorePointsClient.java
@@ -17,7 +17,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolRestorePointsClient. */
public interface SqlPoolRestorePointsClient {
/**
- * Get SQL pool backup information.
+ * Get SQL pool backup
+ *
+ * Get SQL pool backup information.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -31,7 +33,9 @@ public interface SqlPoolRestorePointsClient {
PagedIterable Get SQL pool backup information.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSchemasClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSchemasClient.java
index 8535c101de2bd..5836b4dfeaafb 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSchemasClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSchemasClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolSchemasClient. */
public interface SqlPoolSchemasClient {
/**
- * Gets schemas of a given SQL pool.
+ * Gets schemas of a given SQL pool
+ *
+ * Gets schemas of a given SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -28,7 +30,9 @@ public interface SqlPoolSchemasClient {
PagedIterable Gets schemas of a given SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSecurityAlertPoliciesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSecurityAlertPoliciesClient.java
index dccf69c7ff33b..30e41d811b7fd 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSecurityAlertPoliciesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSecurityAlertPoliciesClient.java
@@ -15,7 +15,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolSecurityAlertPoliciesClient. */
public interface SqlPoolSecurityAlertPoliciesClient {
/**
- * Get a list of Sql pool's security alert policies.
+ * List Sql pool's security alert policies
+ *
+ * Get a list of Sql pool's security alert policies.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ PagedIterable Get a list of Sql pool's security alert policies.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -46,7 +50,9 @@ PagedIterable Get a Sql pool's security alert policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -65,7 +71,9 @@ SqlPoolSecurityAlertPolicyInner get(
SecurityAlertPolicyName securityAlertPolicyName);
/**
- * Get a Sql pool's security alert policy.
+ * Get a Sql pool's security alert policy
+ *
+ * Get a Sql pool's security alert policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -86,7 +94,9 @@ Response Create or update a Sql pool's security alert policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -107,7 +117,9 @@ SqlPoolSecurityAlertPolicyInner createOrUpdate(
SqlPoolSecurityAlertPolicyInner parameters);
/**
- * Create or update a Sql pool's security alert policy.
+ * Create or update a Sql pool's security alert policy
+ *
+ * Create or update a Sql pool's security alert policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSensitivityLabelsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSensitivityLabelsClient.java
index 274c6c6722128..acf8341fce8d6 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSensitivityLabelsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolSensitivityLabelsClient.java
@@ -16,7 +16,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolSensitivityLabelsClient. */
public interface SqlPoolSensitivityLabelsClient {
/**
- * Gets SQL pool sensitivity labels.
+ * Gets SQL pool sensitivity labels
+ *
+ * Gets SQL pool sensitivity labels.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -31,7 +33,9 @@ PagedIterable Gets SQL pool sensitivity labels.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -84,7 +88,9 @@ Response Gets sensitivity labels of a given SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -99,7 +105,9 @@ PagedIterable Gets sensitivity labels of a given SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTableColumnsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTableColumnsClient.java
index 6091f64361094..8d76632b85dae 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTableColumnsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTableColumnsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolTableColumnsClient. */
public interface SqlPoolTableColumnsClient {
/**
- * Gets columns in a given table in a SQL pool.
+ * Gets columns in a given table in a SQL pool
+ *
+ * Gets columns in a given table in a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ PagedIterable Gets columns in a given table in a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTablesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTablesClient.java
index 6989c9c1219ef..361357382392e 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTablesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTablesClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolTablesClient. */
public interface SqlPoolTablesClient {
/**
- * Gets tables of a given schema in a SQL pool.
+ * Gets tables of a given schema in a SQL pool
+ *
+ * Gets tables of a given schema in a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ PagedIterable Gets tables of a given schema in a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTransparentDataEncryptionsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTransparentDataEncryptionsClient.java
index 2904cdb02867d..590ae5e602e61 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTransparentDataEncryptionsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolTransparentDataEncryptionsClient.java
@@ -17,7 +17,9 @@
*/
public interface SqlPoolTransparentDataEncryptionsClient {
/**
- * Get a SQL pool's transparent data encryption configuration.
+ * Get a SQL pool's transparent data encryption configuration
+ *
+ * Get a SQL pool's transparent data encryption configuration.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -36,7 +38,9 @@ TransparentDataEncryptionInner get(
TransparentDataEncryptionName transparentDataEncryptionName);
/**
- * Get a SQL pool's transparent data encryption configuration.
+ * Get a SQL pool's transparent data encryption configuration
+ *
+ * Get a SQL pool's transparent data encryption configuration.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -57,7 +61,9 @@ Response Creates or updates a Sql pool's transparent data encryption configuration.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -78,7 +84,9 @@ TransparentDataEncryptionInner createOrUpdate(
TransparentDataEncryptionInner parameters);
/**
- * Creates or updates a Sql pool's transparent data encryption configuration.
+ * Creates or updates a Sql pool's transparent data encryption configuration
+ *
+ * Creates or updates a Sql pool's transparent data encryption configuration.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -101,7 +109,9 @@ Response Get list of SQL pool's transparent data encryption configurations.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -117,7 +127,9 @@ PagedIterable Get list of SQL pool's transparent data encryption configurations.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolUsagesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolUsagesClient.java
index 15cbb2377d287..9df85e777f479 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolUsagesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolUsagesClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolUsagesClient. */
public interface SqlPoolUsagesClient {
/**
- * Gets SQL pool usages.
+ * Gets SQL pool usages
+ *
+ * Gets SQL pool usages.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -27,7 +29,9 @@ public interface SqlPoolUsagesClient {
PagedIterable Gets SQL pool usages.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolVulnerabilityAssessmentScansClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolVulnerabilityAssessmentScansClient.java
index 0beb1056dc0a6..d5ba5930b1365 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolVulnerabilityAssessmentScansClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolVulnerabilityAssessmentScansClient.java
@@ -20,7 +20,9 @@
*/
public interface SqlPoolVulnerabilityAssessmentScansClient {
/**
- * Lists the vulnerability assessment scans of a SQL pool.
+ * Lists the vulnerability assessment scans of a SQL pool
+ *
+ * Lists the vulnerability assessment scans of a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -39,7 +41,9 @@ PagedIterable Lists the vulnerability assessment scans of a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolVulnerabilityAssessmentsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolVulnerabilityAssessmentsClient.java
index cfeb6fabb59d9..f7f7950ce543c 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolVulnerabilityAssessmentsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolVulnerabilityAssessmentsClient.java
@@ -15,7 +15,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolVulnerabilityAssessmentsClient. */
public interface SqlPoolVulnerabilityAssessmentsClient {
/**
- * Lists the vulnerability assessment policies associated with a SQL pool.
+ * Lists the vulnerability assessment policies associated with a SQL pool
+ *
+ * Lists the vulnerability assessment policies associated with a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -30,7 +32,9 @@ PagedIterable Lists the vulnerability assessment policies associated with a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -46,7 +50,9 @@ PagedIterable Gets the Sql pool's vulnerability assessment.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -65,7 +71,9 @@ SqlPoolVulnerabilityAssessmentInner get(
VulnerabilityAssessmentName vulnerabilityAssessmentName);
/**
- * Gets the Sql pool's vulnerability assessment.
+ * Gets the Sql pool's vulnerability assessment
+ *
+ * Gets the Sql pool's vulnerability assessment.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -86,7 +94,9 @@ Response Creates or updates the Sql pool vulnerability assessment.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -107,7 +117,9 @@ SqlPoolVulnerabilityAssessmentInner createOrUpdate(
SqlPoolVulnerabilityAssessmentInner parameters);
/**
- * Creates or updates the Sql pool vulnerability assessment.
+ * Creates or updates the Sql pool vulnerability assessment
+ *
+ * Creates or updates the Sql pool vulnerability assessment.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -130,7 +142,9 @@ Response Removes the database's vulnerability assessment.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -148,7 +162,9 @@ void delete(
VulnerabilityAssessmentName vulnerabilityAssessmentName);
/**
- * Removes the database's vulnerability assessment.
+ * Removes the database's vulnerability assessment
+ *
+ * Removes the database's vulnerability assessment.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolWorkloadClassifiersClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolWorkloadClassifiersClient.java
index b637cfcdcd6e5..5d27fdac3ae1b 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolWorkloadClassifiersClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolWorkloadClassifiersClient.java
@@ -16,7 +16,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolWorkloadClassifiersClient. */
public interface SqlPoolWorkloadClassifiersClient {
/**
- * Get a workload classifier of Sql pool's workload group.
+ * Get workload classifier
+ *
+ * Get a workload classifier of Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -37,7 +39,9 @@ WorkloadClassifierInner get(
String workloadClassifierName);
/**
- * Get a workload classifier of Sql pool's workload group.
+ * Get workload classifier
+ *
+ * Get a workload classifier of Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -60,7 +64,9 @@ Response Create Or Update workload classifier for a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -83,7 +89,9 @@ SyncPoller Create Or Update workload classifier for a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -108,7 +116,9 @@ SyncPoller Create Or Update workload classifier for a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -131,7 +141,9 @@ WorkloadClassifierInner createOrUpdate(
WorkloadClassifierInner parameters);
/**
- * Create Or Update workload classifier for a Sql pool's workload group.
+ * Create Or Update workload classifier
+ *
+ * Create Or Update workload classifier for a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -156,7 +168,9 @@ WorkloadClassifierInner createOrUpdate(
Context context);
/**
- * Remove workload classifier of a Sql pool's workload group.
+ * Remove workload classifier
+ *
+ * Remove workload classifier of a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -177,7 +191,9 @@ SyncPoller Remove workload classifier of a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -200,7 +216,9 @@ SyncPoller Remove workload classifier of a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -220,7 +238,9 @@ void delete(
String workloadClassifierName);
/**
- * Remove workload classifier of a Sql pool's workload group.
+ * Remove workload classifier
+ *
+ * Remove workload classifier of a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -242,7 +262,9 @@ void delete(
Context context);
/**
- * Get list of Sql pool's workload classifier for workload groups.
+ * Sql pool's workload classifier
+ *
+ * Get list of Sql pool's workload classifier for workload groups.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -259,7 +281,9 @@ PagedIterable Get list of Sql pool's workload classifier for workload groups.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolWorkloadGroupsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolWorkloadGroupsClient.java
index c2167f1fc433d..762f203417483 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolWorkloadGroupsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolWorkloadGroupsClient.java
@@ -16,7 +16,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolWorkloadGroupsClient. */
public interface SqlPoolWorkloadGroupsClient {
/**
- * Get a Sql pool's workload group.
+ * Sql pool's workload group
+ *
+ * Get a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -32,7 +34,9 @@ WorkloadGroupInner get(
String resourceGroupName, String workspaceName, String sqlPoolName, String workloadGroupName);
/**
- * Get a Sql pool's workload group.
+ * Sql pool's workload group
+ *
+ * Get a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -49,7 +53,9 @@ Response Create Or Update a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -70,7 +76,9 @@ SyncPoller Create Or Update a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -93,7 +101,9 @@ SyncPoller Create Or Update a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -114,7 +124,9 @@ WorkloadGroupInner createOrUpdate(
WorkloadGroupInner parameters);
/**
- * Create Or Update a Sql pool's workload group.
+ * Create Or Update workload group
+ *
+ * Create Or Update a Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -137,7 +149,9 @@ WorkloadGroupInner createOrUpdate(
Context context);
/**
- * Remove Sql pool's workload group.
+ * Remove workload group
+ *
+ * Remove Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -153,7 +167,9 @@ SyncPoller Remove Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -170,7 +186,9 @@ SyncPoller Remove Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -184,7 +202,9 @@ SyncPoller Remove Sql pool's workload group.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -200,7 +220,9 @@ void delete(
String resourceGroupName, String workspaceName, String sqlPoolName, String workloadGroupName, Context context);
/**
- * Get list of Sql pool's workload groups.
+ * Sql pool's workload groups
+ *
+ * Get list of Sql pool's workload groups.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -214,7 +236,9 @@ void delete(
PagedIterable Get list of Sql pool's workload groups.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolsClient.java
index 93bf3a59b1b81..e8617d108f2d8 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolsClient.java
@@ -18,7 +18,9 @@
/** An instance of this class provides access to all the operations defined in SqlPoolsClient. */
public interface SqlPoolsClient {
/**
- * Get SQL pool properties.
+ * Get SQL pool
+ *
+ * Get SQL pool properties.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -32,7 +34,9 @@ public interface SqlPoolsClient {
SqlPoolInner get(String resourceGroupName, String workspaceName, String sqlPoolName);
/**
- * Get SQL pool properties.
+ * Get SQL pool
+ *
+ * Get SQL pool properties.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -48,7 +52,9 @@ Response Apply a partial update to a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -64,7 +70,9 @@ SqlPoolInner update(
String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolPatchInfo sqlPoolInfo);
/**
- * Apply a partial update to a SQL pool.
+ * Update SQL pool
+ *
+ * Apply a partial update to a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -85,7 +93,9 @@ Response Create a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -101,7 +111,9 @@ SyncPoller Create a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -118,7 +130,9 @@ SyncPoller Create a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -133,7 +147,9 @@ SyncPoller Create a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -150,7 +166,9 @@ SqlPoolInner create(
String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo, Context context);
/**
- * Delete a SQL pool.
+ * Delete SQL pool
+ *
+ * Delete a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -165,7 +183,9 @@ SyncPoller Delete a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -181,7 +201,9 @@ SyncPoller Delete a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -195,7 +217,9 @@ SyncPoller Delete a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -210,7 +234,9 @@ SyncPoller List all SQL pools.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -223,7 +249,9 @@ SyncPoller List all SQL pools.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -237,7 +265,9 @@ SyncPoller Pause a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -252,7 +282,9 @@ SyncPoller Pause a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -268,7 +300,9 @@ SyncPoller Pause a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -282,7 +316,9 @@ SyncPoller Pause a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -297,7 +333,9 @@ SyncPoller Resume a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -312,7 +350,9 @@ SyncPoller Resume a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -328,7 +368,9 @@ SyncPoller Resume a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -342,7 +384,9 @@ SyncPoller Resume a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -357,7 +401,9 @@ SyncPoller Rename a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -371,7 +417,9 @@ SyncPoller Rename a SQL pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerBlobAuditingPoliciesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerBlobAuditingPoliciesClient.java
index d856fb63e970c..7907e492b2cfb 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerBlobAuditingPoliciesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerBlobAuditingPoliciesClient.java
@@ -20,7 +20,9 @@
*/
public interface WorkspaceManagedSqlServerBlobAuditingPoliciesClient {
/**
- * Get a workspace managed sql server's blob auditing policy.
+ * Get server's blob auditing policy.
+ *
+ * Get a workspace managed sql server's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -35,7 +37,9 @@ ServerBlobAuditingPolicyInner get(
String resourceGroupName, String workspaceName, BlobAuditingPolicyName blobAuditingPolicyName);
/**
- * Get a workspace managed sql server's blob auditing policy.
+ * Get server's blob auditing policy.
+ *
+ * Get a workspace managed sql server's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -51,7 +55,9 @@ Response Create or Update a workspace managed sql server's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -70,7 +76,9 @@ SyncPoller Create or Update a workspace managed sql server's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -91,7 +99,9 @@ SyncPoller Create or Update a workspace managed sql server's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -110,7 +120,9 @@ ServerBlobAuditingPolicyInner createOrUpdate(
ServerBlobAuditingPolicyInner parameters);
/**
- * Create or Update a workspace managed sql server's blob auditing policy.
+ * Create or Update server's blob auditing policy.
+ *
+ * Create or Update a workspace managed sql server's blob auditing policy.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -131,7 +143,9 @@ ServerBlobAuditingPolicyInner createOrUpdate(
Context context);
/**
- * List workspace managed sql server's blob auditing policies.
+ * List workspace server's blob auditing policies.
+ *
+ * List workspace managed sql server's blob auditing policies.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -144,7 +158,9 @@ ServerBlobAuditingPolicyInner createOrUpdate(
PagedIterable List workspace managed sql server's blob auditing policies.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettingsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettingsClient.java
index ac72ba0f471e4..1507e4e72e9d0 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettingsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettingsClient.java
@@ -20,7 +20,9 @@
*/
public interface WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettingsClient {
/**
- * Update workspace managed sql server's minimal tls settings.
+ * Update server's tls settings.
+ *
+ * Update workspace managed sql server's minimal tls settings.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -39,7 +41,9 @@ SyncPoller Update workspace managed sql server's minimal tls settings.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -60,7 +64,9 @@ SyncPoller Update workspace managed sql server's minimal tls settings.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -79,7 +85,9 @@ DedicatedSQLminimalTlsSettingsInner update(
DedicatedSQLminimalTlsSettingsInner parameters);
/**
- * Update workspace managed sql server's minimal tls settings.
+ * Update server's tls settings.
+ *
+ * Update workspace managed sql server's minimal tls settings.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -100,7 +108,9 @@ DedicatedSQLminimalTlsSettingsInner update(
Context context);
/**
- * Get workspace managed sql server's minimal tls settings.
+ * Get server's minimal tls settings.
+ *
+ * Get workspace managed sql server's minimal tls settings.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -115,7 +125,9 @@ DedicatedSQLminimalTlsSettingsInner get(
String resourceGroupName, String workspaceName, String dedicatedSQLminimalTlsSettingsName);
/**
- * Get workspace managed sql server's minimal tls settings.
+ * Get server's minimal tls settings.
+ *
+ * Get workspace managed sql server's minimal tls settings.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -131,7 +143,9 @@ Response List workspace managed sql server's minimal tls settings.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -145,7 +159,9 @@ Response List workspace managed sql server's minimal tls settings.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerEncryptionProtectorsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerEncryptionProtectorsClient.java
index 59f2ea5397e65..4f7620c9c0f40 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerEncryptionProtectorsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/WorkspaceManagedSqlServerEncryptionProtectorsClient.java
@@ -20,7 +20,9 @@
*/
public interface WorkspaceManagedSqlServerEncryptionProtectorsClient {
/**
- * Get workspace managed sql server's encryption protector.
+ * Get workspace server's encryption protector.
+ *
+ * Get workspace managed sql server's encryption protector.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -35,7 +37,9 @@ EncryptionProtectorInner get(
String resourceGroupName, String workspaceName, EncryptionProtectorName encryptionProtectorName);
/**
- * Get workspace managed sql server's encryption protector.
+ * Get workspace server's encryption protector.
+ *
+ * Get workspace managed sql server's encryption protector.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -54,7 +58,9 @@ Response Updates workspace managed sql server's encryption protector.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -73,7 +79,9 @@ SyncPoller Updates workspace managed sql server's encryption protector.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -94,7 +102,9 @@ SyncPoller> listWithResponse(Context context);
/**
- * Get the result of an operation.
+ * Get operation result
+ *
+ *