diff --git a/sdk/synapse/arm-synapse/package.json b/sdk/synapse/arm-synapse/package.json index d7ccd7004623..09b9ba2d6f5b 100644 --- a/sdk/synapse/arm-synapse/package.json +++ b/sdk/synapse/arm-synapse/package.json @@ -27,7 +27,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "uglify-js": "^3.6.0" }, - "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/synapse/arm-synapse", + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/synapse/arm-synapse", "repository": { "type": "git", "url": "https://github.com/Azure/azure-sdk-for-js.git" diff --git a/sdk/synapse/arm-synapse/src/models/index.ts b/sdk/synapse/arm-synapse/src/models/index.ts index 14942a29b6bd..da763292d970 100644 --- a/sdk/synapse/arm-synapse/src/models/index.ts +++ b/sdk/synapse/arm-synapse/src/models/index.ts @@ -5321,6 +5321,11 @@ export interface EventHubDataConnection { * 'Deleting', 'Succeeded', 'Failed', 'Moving', 'Canceled' */ provisioningState?: ResourceProvisioningState; + /** + * The resource ID of a managed identity (system or user assigned) to be used to authenticate + * with event hub. + */ + managedIdentityResourceId?: string; } /** @@ -11544,7 +11549,7 @@ export type KustoOperationsListNextResponse = OperationListResult & { /** * Contains response data for the listSkus operation. */ -export type KustoPoolListSkusResponse = SkuDescriptionList & { +export type KustoPoolsListSkusResponse = SkuDescriptionList & { /** * The underlying HTTP response. */ diff --git a/sdk/synapse/arm-synapse/src/models/kustoPoolOperationsMappers.ts b/sdk/synapse/arm-synapse/src/models/kustoPoolOperationsMappers.ts deleted file mode 100644 index 60fdad9a0111..000000000000 --- a/sdk/synapse/arm-synapse/src/models/kustoPoolOperationsMappers.ts +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - ErrorAdditionalInfo, - ErrorDetail, - ErrorResponse, - SkuDescription, - SkuDescriptionList, - SkuLocationInfoItem -} from "../models/mappers"; diff --git a/sdk/synapse/arm-synapse/src/models/kustoPoolsMappers.ts b/sdk/synapse/arm-synapse/src/models/kustoPoolsMappers.ts index 125d301f1cfd..4ec7d04f9465 100644 --- a/sdk/synapse/arm-synapse/src/models/kustoPoolsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/kustoPoolsMappers.ts @@ -110,6 +110,9 @@ export { ServerSecurityAlertPolicy, ServerVulnerabilityAssessment, Sku, + SkuDescription, + SkuDescriptionList, + SkuLocationInfoItem, SparkConfigProperties, SparkConfigurationResource, SqlPool, diff --git a/sdk/synapse/arm-synapse/src/models/mappers.ts b/sdk/synapse/arm-synapse/src/models/mappers.ts index bc21edf4f844..8ef3f406a699 100644 --- a/sdk/synapse/arm-synapse/src/models/mappers.ts +++ b/sdk/synapse/arm-synapse/src/models/mappers.ts @@ -7771,6 +7771,12 @@ export const EventHubDataConnection: msRest.CompositeMapper = { type: { name: "String" } + }, + managedIdentityResourceId: { + serializedName: "properties.managedIdentityResourceId", + type: { + name: "String" + } } } } diff --git a/sdk/synapse/arm-synapse/src/operations/azureADOnlyAuthentications.ts b/sdk/synapse/arm-synapse/src/operations/azureADOnlyAuthentications.ts index f68013ed6594..b8ef4c7e125a 100644 --- a/sdk/synapse/arm-synapse/src/operations/azureADOnlyAuthentications.ts +++ b/sdk/synapse/arm-synapse/src/operations/azureADOnlyAuthentications.ts @@ -30,20 +30,20 @@ export class AzureADOnlyAuthentications { * Gets a Azure Active Directory only authentication property * @summary Get 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 + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -63,7 +63,7 @@ export class AzureADOnlyAuthentications { * Create or Update a Azure Active Directory only authentication property for the workspaces * @summary Create or Update 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 + * @param workspaceName The name of the workspace. * @param azureADOnlyAuthenticationInfo Azure Active Directory Property * @param [options] The optional parameters * @returns Promise @@ -77,20 +77,20 @@ export class AzureADOnlyAuthentications { * Gets a list of Azure Active Directory only authentication property for a workspace * @summary Gets a list of 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 + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -110,7 +110,7 @@ export class AzureADOnlyAuthentications { * Create or Update a Azure Active Directory only authentication property for the workspaces * @summary Create or Update 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 + * @param workspaceName The name of the workspace. * @param azureADOnlyAuthenticationInfo Azure Active Directory Property * @param [options] The optional parameters * @returns Promise diff --git a/sdk/synapse/arm-synapse/src/operations/bigDataPools.ts b/sdk/synapse/arm-synapse/src/operations/bigDataPools.ts index cf44ca6e5163..2445c869c669 100644 --- a/sdk/synapse/arm-synapse/src/operations/bigDataPools.ts +++ b/sdk/synapse/arm-synapse/src/operations/bigDataPools.ts @@ -30,7 +30,7 @@ export class BigDataPools { * Get a Big Data pool. * @summary Get Big Data pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param [options] The optional parameters * @returns Promise @@ -38,14 +38,14 @@ export class BigDataPools { get(resourceGroupName: string, workspaceName: string, bigDataPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, bigDataPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param options The optional parameters * @param callback The callback @@ -67,7 +67,7 @@ export class BigDataPools { * Patch a Big Data pool. * @summary Update a Big Data pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param bigDataPoolPatchInfo The updated Big Data pool properties * @param [options] The optional parameters @@ -76,7 +76,7 @@ export class BigDataPools { update(resourceGroupName: string, workspaceName: string, bigDataPoolName: string, bigDataPoolPatchInfo: Models.BigDataPoolPatchInfo, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param bigDataPoolPatchInfo The updated Big Data pool properties * @param callback The callback @@ -84,7 +84,7 @@ export class BigDataPools { update(resourceGroupName: string, workspaceName: string, bigDataPoolName: string, bigDataPoolPatchInfo: Models.BigDataPoolPatchInfo, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param bigDataPoolPatchInfo The updated Big Data pool properties * @param options The optional parameters @@ -108,7 +108,7 @@ export class BigDataPools { * Create a new Big Data pool. * @summary Create a Big Data pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param bigDataPoolInfo The Big Data pool to create. * @param [options] The optional parameters @@ -123,7 +123,7 @@ export class BigDataPools { * Delete a Big Data pool from the workspace. * @summary Delete a Big Data pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param [options] The optional parameters * @returns Promise @@ -137,20 +137,20 @@ export class BigDataPools { * List Big Data pools in a workspace. * @summary List the 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 + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -170,7 +170,7 @@ export class BigDataPools { * Create a new Big Data pool. * @summary Create a Big Data pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param bigDataPoolInfo The Big Data pool to create. * @param [options] The optional parameters @@ -193,7 +193,7 @@ export class BigDataPools { * Delete a Big Data pool from the workspace. * @summary Delete a Big Data pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param bigDataPoolName Big Data pool name * @param [options] The optional parameters * @returns Promise diff --git a/sdk/synapse/arm-synapse/src/operations/dataMaskingPolicies.ts b/sdk/synapse/arm-synapse/src/operations/dataMaskingPolicies.ts index ef87376f1493..e66afd4f66d3 100644 --- a/sdk/synapse/arm-synapse/src/operations/dataMaskingPolicies.ts +++ b/sdk/synapse/arm-synapse/src/operations/dataMaskingPolicies.ts @@ -28,7 +28,7 @@ export class DataMaskingPolicies { /** * Creates or updates a Sql pool data masking policy * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters Parameters for creating or updating a data masking policy. * @param [options] The optional parameters @@ -37,7 +37,7 @@ export class DataMaskingPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.DataMaskingPolicy, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters Parameters for creating or updating a data masking policy. * @param callback The callback @@ -45,7 +45,7 @@ export class DataMaskingPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.DataMaskingPolicy, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters Parameters for creating or updating a data masking policy. * @param options The optional parameters @@ -68,7 +68,7 @@ export class DataMaskingPolicies { /** * Gets a Sql pool data masking policy. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -76,14 +76,14 @@ export class DataMaskingPolicies { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/dataMaskingRules.ts b/sdk/synapse/arm-synapse/src/operations/dataMaskingRules.ts index 53afdd5e758d..05d3c8612e33 100644 --- a/sdk/synapse/arm-synapse/src/operations/dataMaskingRules.ts +++ b/sdk/synapse/arm-synapse/src/operations/dataMaskingRules.ts @@ -28,7 +28,7 @@ export class DataMaskingRules { /** * Creates or updates a Sql pool data masking rule. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param dataMaskingRuleName The name of the data masking rule. * @param parameters The required parameters for creating or updating a data masking rule. @@ -38,7 +38,7 @@ export class DataMaskingRules { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, dataMaskingRuleName: string, parameters: Models.DataMaskingRule, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param dataMaskingRuleName The name of the data masking rule. * @param parameters The required parameters for creating or updating a data masking rule. @@ -47,7 +47,7 @@ export class DataMaskingRules { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, dataMaskingRuleName: string, parameters: Models.DataMaskingRule, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param dataMaskingRuleName The name of the data masking rule. * @param parameters The required parameters for creating or updating a data masking rule. @@ -72,7 +72,7 @@ export class DataMaskingRules { /** * Gets the specific Sql pool data masking rule. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param dataMaskingRuleName The name of the data masking rule. * @param [options] The optional parameters @@ -81,7 +81,7 @@ export class DataMaskingRules { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, dataMaskingRuleName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param dataMaskingRuleName The name of the data masking rule. * @param callback The callback @@ -89,7 +89,7 @@ export class DataMaskingRules { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, dataMaskingRuleName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param dataMaskingRuleName The name of the data masking rule. * @param options The optional parameters @@ -112,7 +112,7 @@ export class DataMaskingRules { /** * Gets a list of Sql pool data masking rules. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -120,14 +120,14 @@ export class DataMaskingRules { listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/extendedSqlPoolBlobAuditingPolicies.ts b/sdk/synapse/arm-synapse/src/operations/extendedSqlPoolBlobAuditingPolicies.ts index 3ba253cf9cc1..4c6fa48b7288 100644 --- a/sdk/synapse/arm-synapse/src/operations/extendedSqlPoolBlobAuditingPolicies.ts +++ b/sdk/synapse/arm-synapse/src/operations/extendedSqlPoolBlobAuditingPolicies.ts @@ -28,7 +28,7 @@ export class ExtendedSqlPoolBlobAuditingPolicies { /** * Gets an extended 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -36,14 +36,14 @@ export class ExtendedSqlPoolBlobAuditingPolicies { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -64,7 +64,7 @@ export class ExtendedSqlPoolBlobAuditingPolicies { /** * Creates or updates an extended 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The extended Sql pool blob auditing policy. * @param [options] The optional parameters @@ -73,7 +73,7 @@ export class ExtendedSqlPoolBlobAuditingPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.ExtendedSqlPoolBlobAuditingPolicy, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The extended Sql pool blob auditing policy. * @param callback The callback @@ -81,7 +81,7 @@ export class ExtendedSqlPoolBlobAuditingPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.ExtendedSqlPoolBlobAuditingPolicy, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The extended Sql pool blob auditing policy. * @param options The optional parameters @@ -104,7 +104,7 @@ export class ExtendedSqlPoolBlobAuditingPolicies { /** * Lists extended auditing settings of a Sql pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -112,14 +112,14 @@ export class ExtendedSqlPoolBlobAuditingPolicies { listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/index.ts b/sdk/synapse/arm-synapse/src/operations/index.ts index 125dc685d5a9..9eb2e1a0262a 100644 --- a/sdk/synapse/arm-synapse/src/operations/index.ts +++ b/sdk/synapse/arm-synapse/src/operations/index.ts @@ -72,7 +72,6 @@ export * from "./integrationRuntimeStatusOperations"; export * from "./sparkConfiguration"; export * from "./sparkConfigurations"; export * from "./kustoOperations"; -export * from "./kustoPoolOperations"; export * from "./kustoPools"; export * from "./kustoPoolChildResource"; export * from "./kustoPoolAttachedDatabaseConfigurations"; diff --git a/sdk/synapse/arm-synapse/src/operations/ipFirewallRules.ts b/sdk/synapse/arm-synapse/src/operations/ipFirewallRules.ts index 5024e7ee15e4..c40f3daa0c01 100644 --- a/sdk/synapse/arm-synapse/src/operations/ipFirewallRules.ts +++ b/sdk/synapse/arm-synapse/src/operations/ipFirewallRules.ts @@ -29,20 +29,20 @@ export class IpFirewallRules { /** * Returns a list of firewall rules * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -61,7 +61,7 @@ export class IpFirewallRules { /** * Creates or updates a firewall rule * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param ruleName The IP firewall rule name * @param ipFirewallRuleInfo IP firewall rule properties * @param [options] The optional parameters @@ -75,7 +75,7 @@ export class IpFirewallRules { /** * Deletes a firewall rule * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param ruleName The IP firewall rule name * @param [options] The optional parameters * @returns Promise @@ -88,7 +88,7 @@ export class IpFirewallRules { /** * Get a firewall rule * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param ruleName The IP firewall rule name * @param [options] The optional parameters * @returns Promise @@ -96,14 +96,14 @@ export class IpFirewallRules { get(resourceGroupName: string, workspaceName: string, ruleName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param ruleName The IP firewall rule name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, ruleName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param ruleName The IP firewall rule name * @param options The optional parameters * @param callback The callback @@ -124,7 +124,7 @@ export class IpFirewallRules { /** * Replaces firewall rules * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param request Replace all IP firewall rules request * @param [options] The optional parameters * @returns Promise @@ -137,7 +137,7 @@ export class IpFirewallRules { /** * Creates or updates a firewall rule * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param ruleName The IP firewall rule name * @param ipFirewallRuleInfo IP firewall rule properties * @param [options] The optional parameters @@ -159,7 +159,7 @@ export class IpFirewallRules { /** * Deletes a firewall rule * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param ruleName The IP firewall rule name * @param [options] The optional parameters * @returns Promise @@ -179,7 +179,7 @@ export class IpFirewallRules { /** * Replaces firewall rules * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param request Replace all IP firewall rules request * @param [options] The optional parameters * @returns Promise diff --git a/sdk/synapse/arm-synapse/src/operations/keys.ts b/sdk/synapse/arm-synapse/src/operations/keys.ts index 1da3a09cd27e..d3e4f9575ce1 100644 --- a/sdk/synapse/arm-synapse/src/operations/keys.ts +++ b/sdk/synapse/arm-synapse/src/operations/keys.ts @@ -28,20 +28,20 @@ export class Keys { /** * Returns a list of keys in a workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -60,7 +60,7 @@ export class Keys { /** * Gets a workspace key * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param [options] The optional parameters * @returns Promise @@ -68,14 +68,14 @@ export class Keys { get(resourceGroupName: string, workspaceName: string, keyName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, keyName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param options The optional parameters * @param callback The callback @@ -96,7 +96,7 @@ export class Keys { /** * Creates or updates a workspace key * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param keyProperties Key put request properties * @param [options] The optional parameters @@ -105,7 +105,7 @@ export class Keys { createOrUpdate(resourceGroupName: string, workspaceName: string, keyName: string, keyProperties: Models.Key, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param keyProperties Key put request properties * @param callback The callback @@ -113,7 +113,7 @@ export class Keys { createOrUpdate(resourceGroupName: string, workspaceName: string, keyName: string, keyProperties: Models.Key, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param keyProperties Key put request properties * @param options The optional parameters @@ -136,7 +136,7 @@ export class Keys { /** * Deletes a workspace key * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param [options] The optional parameters * @returns Promise @@ -144,14 +144,14 @@ export class Keys { deleteMethod(resourceGroupName: string, workspaceName: string, keyName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param callback The callback */ deleteMethod(resourceGroupName: string, workspaceName: string, keyName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param keyName The name of the workspace key * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/kustoPoolAttachedDatabaseConfigurations.ts b/sdk/synapse/arm-synapse/src/operations/kustoPoolAttachedDatabaseConfigurations.ts index 91dd075ab5f4..ca11588e0d01 100644 --- a/sdk/synapse/arm-synapse/src/operations/kustoPoolAttachedDatabaseConfigurations.ts +++ b/sdk/synapse/arm-synapse/src/operations/kustoPoolAttachedDatabaseConfigurations.ts @@ -28,7 +28,7 @@ export class KustoPoolAttachedDatabaseConfigurations { /** * Returns the list of attached database configurations of the given Kusto Pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -36,14 +36,14 @@ export class KustoPoolAttachedDatabaseConfigurations { */ listByKustoPool(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param callback The callback */ listByKustoPool(workspaceName: string, kustoPoolName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param options The optional parameters @@ -64,7 +64,7 @@ export class KustoPoolAttachedDatabaseConfigurations { /** * Returns an attached database configuration. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param attachedDatabaseConfigurationName The name of the attached database configuration. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -73,7 +73,7 @@ export class KustoPoolAttachedDatabaseConfigurations { */ get(workspaceName: string, kustoPoolName: string, attachedDatabaseConfigurationName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param attachedDatabaseConfigurationName The name of the attached database configuration. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -81,7 +81,7 @@ export class KustoPoolAttachedDatabaseConfigurations { */ get(workspaceName: string, kustoPoolName: string, attachedDatabaseConfigurationName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param attachedDatabaseConfigurationName The name of the attached database configuration. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -104,7 +104,7 @@ export class KustoPoolAttachedDatabaseConfigurations { /** * Creates or updates an attached database configuration. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param attachedDatabaseConfigurationName The name of the attached database configuration. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -119,7 +119,7 @@ export class KustoPoolAttachedDatabaseConfigurations { /** * Deletes the attached database configuration with the given name. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param attachedDatabaseConfigurationName The name of the attached database configuration. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -133,7 +133,7 @@ export class KustoPoolAttachedDatabaseConfigurations { /** * Creates or updates an attached database configuration. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param attachedDatabaseConfigurationName The name of the attached database configuration. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -157,7 +157,7 @@ export class KustoPoolAttachedDatabaseConfigurations { /** * Deletes the attached database configuration with the given name. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param attachedDatabaseConfigurationName The name of the attached database configuration. * @param resourceGroupName The name of the resource group. The name is case insensitive. diff --git a/sdk/synapse/arm-synapse/src/operations/kustoPoolChildResource.ts b/sdk/synapse/arm-synapse/src/operations/kustoPoolChildResource.ts index 69281c4268ea..32470e5c46b7 100644 --- a/sdk/synapse/arm-synapse/src/operations/kustoPoolChildResource.ts +++ b/sdk/synapse/arm-synapse/src/operations/kustoPoolChildResource.ts @@ -27,7 +27,7 @@ export class KustoPoolChildResource { /** * Checks that the Kusto Pool child resource name is valid and is not already in use. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param resourceName The name of the Kusto Pool child resource. @@ -36,7 +36,7 @@ export class KustoPoolChildResource { */ checkNameAvailability(workspaceName: string, kustoPoolName: string, resourceGroupName: string, resourceName: Models.DatabaseCheckNameRequest, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param resourceName The name of the Kusto Pool child resource. @@ -44,7 +44,7 @@ export class KustoPoolChildResource { */ checkNameAvailability(workspaceName: string, kustoPoolName: string, resourceGroupName: string, resourceName: Models.DatabaseCheckNameRequest, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param resourceName The name of the Kusto Pool child resource. diff --git a/sdk/synapse/arm-synapse/src/operations/kustoPoolDataConnections.ts b/sdk/synapse/arm-synapse/src/operations/kustoPoolDataConnections.ts index 79363b788a51..63af84bda74e 100644 --- a/sdk/synapse/arm-synapse/src/operations/kustoPoolDataConnections.ts +++ b/sdk/synapse/arm-synapse/src/operations/kustoPoolDataConnections.ts @@ -29,7 +29,7 @@ export class KustoPoolDataConnections { /** * Checks that the data connection name is valid and is not already in use. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -39,7 +39,7 @@ export class KustoPoolDataConnections { checkNameAvailability(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, dataConnectionName: Models.DataConnectionCheckNameRequest, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -48,7 +48,7 @@ export class KustoPoolDataConnections { checkNameAvailability(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, dataConnectionName: Models.DataConnectionCheckNameRequest, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -73,7 +73,7 @@ export class KustoPoolDataConnections { /** * Checks that the data connection parameters are valid. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param parameters The data connection parameters supplied to the CreateOrUpdate operation. @@ -88,7 +88,7 @@ export class KustoPoolDataConnections { /** * Returns the list of data connections of the given Kusto pool database. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param [options] The optional parameters @@ -97,7 +97,7 @@ export class KustoPoolDataConnections { listByDatabase(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param callback The callback @@ -105,7 +105,7 @@ export class KustoPoolDataConnections { listByDatabase(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param options The optional parameters @@ -128,7 +128,7 @@ export class KustoPoolDataConnections { /** * Returns a data connection. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -138,7 +138,7 @@ export class KustoPoolDataConnections { get(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, dataConnectionName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -147,7 +147,7 @@ export class KustoPoolDataConnections { get(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, dataConnectionName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -172,7 +172,7 @@ export class KustoPoolDataConnections { /** * Creates or updates a data connection. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -188,7 +188,7 @@ export class KustoPoolDataConnections { /** * Updates a data connection. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -204,7 +204,7 @@ export class KustoPoolDataConnections { /** * Deletes the data connection with the given name. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -219,7 +219,7 @@ export class KustoPoolDataConnections { /** * Checks that the data connection parameters are valid. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param parameters The data connection parameters supplied to the CreateOrUpdate operation. @@ -243,7 +243,7 @@ export class KustoPoolDataConnections { /** * Creates or updates a data connection. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -269,7 +269,7 @@ export class KustoPoolDataConnections { /** * Updates a data connection. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. @@ -295,7 +295,7 @@ export class KustoPoolDataConnections { /** * Deletes the data connection with the given name. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param dataConnectionName The name of the data connection. diff --git a/sdk/synapse/arm-synapse/src/operations/kustoPoolDatabasePrincipalAssignments.ts b/sdk/synapse/arm-synapse/src/operations/kustoPoolDatabasePrincipalAssignments.ts index dba3d160b082..9cfa63a13eb9 100644 --- a/sdk/synapse/arm-synapse/src/operations/kustoPoolDatabasePrincipalAssignments.ts +++ b/sdk/synapse/arm-synapse/src/operations/kustoPoolDatabasePrincipalAssignments.ts @@ -28,7 +28,7 @@ export class KustoPoolDatabasePrincipalAssignments { /** * Checks that the database principal assignment is valid and is not already in use. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -38,7 +38,7 @@ export class KustoPoolDatabasePrincipalAssignments { */ checkNameAvailability(workspaceName: string, kustoPoolName: string, databaseName: string, resourceGroupName: string, principalAssignmentName: Models.DatabasePrincipalAssignmentCheckNameRequest, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -47,7 +47,7 @@ export class KustoPoolDatabasePrincipalAssignments { */ checkNameAvailability(workspaceName: string, kustoPoolName: string, databaseName: string, resourceGroupName: string, principalAssignmentName: Models.DatabasePrincipalAssignmentCheckNameRequest, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -72,7 +72,7 @@ export class KustoPoolDatabasePrincipalAssignments { /** * Lists all Kusto pool database principalAssignments. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -81,7 +81,7 @@ export class KustoPoolDatabasePrincipalAssignments { */ list(workspaceName: string, kustoPoolName: string, databaseName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -89,7 +89,7 @@ export class KustoPoolDatabasePrincipalAssignments { */ list(workspaceName: string, kustoPoolName: string, databaseName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -112,7 +112,7 @@ export class KustoPoolDatabasePrincipalAssignments { /** * Gets a Kusto pool database principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. @@ -122,7 +122,7 @@ export class KustoPoolDatabasePrincipalAssignments { */ get(workspaceName: string, kustoPoolName: string, databaseName: string, principalAssignmentName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. @@ -131,7 +131,7 @@ export class KustoPoolDatabasePrincipalAssignments { */ get(workspaceName: string, kustoPoolName: string, databaseName: string, principalAssignmentName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. @@ -156,7 +156,7 @@ export class KustoPoolDatabasePrincipalAssignments { /** * Creates a Kusto pool database principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. @@ -172,7 +172,7 @@ export class KustoPoolDatabasePrincipalAssignments { /** * Deletes a Kusto pool principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. @@ -187,7 +187,7 @@ export class KustoPoolDatabasePrincipalAssignments { /** * Creates a Kusto pool database principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. @@ -213,7 +213,7 @@ export class KustoPoolDatabasePrincipalAssignments { /** * Deletes a Kusto pool principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. diff --git a/sdk/synapse/arm-synapse/src/operations/kustoPoolDatabases.ts b/sdk/synapse/arm-synapse/src/operations/kustoPoolDatabases.ts index 04593cd66a15..6e2f964507e5 100644 --- a/sdk/synapse/arm-synapse/src/operations/kustoPoolDatabases.ts +++ b/sdk/synapse/arm-synapse/src/operations/kustoPoolDatabases.ts @@ -29,7 +29,7 @@ export class KustoPoolDatabases { /** * Returns the list of databases of the given Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class KustoPoolDatabases { listByKustoPool(resourceGroupName: string, workspaceName: string, kustoPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param callback The callback */ listByKustoPool(resourceGroupName: string, workspaceName: string, kustoPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param options The optional parameters * @param callback The callback @@ -65,7 +65,7 @@ export class KustoPoolDatabases { /** * Returns a database. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param [options] The optional parameters @@ -74,7 +74,7 @@ export class KustoPoolDatabases { get(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param callback The callback @@ -82,7 +82,7 @@ export class KustoPoolDatabases { get(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param options The optional parameters @@ -105,7 +105,7 @@ export class KustoPoolDatabases { /** * Creates or updates a database. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param parameters The database parameters supplied to the CreateOrUpdate operation. @@ -120,7 +120,7 @@ export class KustoPoolDatabases { /** * Updates a database. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param parameters The database parameters supplied to the Update operation. @@ -135,7 +135,7 @@ export class KustoPoolDatabases { /** * Deletes the database with the given name. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param [options] The optional parameters @@ -149,7 +149,7 @@ export class KustoPoolDatabases { /** * Creates or updates a database. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param parameters The database parameters supplied to the CreateOrUpdate operation. @@ -173,7 +173,7 @@ export class KustoPoolDatabases { /** * Updates a database. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param parameters The database parameters supplied to the Update operation. @@ -197,7 +197,7 @@ export class KustoPoolDatabases { /** * Deletes the database with the given name. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param databaseName The name of the database in the Kusto pool. * @param [options] The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/kustoPoolOperations.ts b/sdk/synapse/arm-synapse/src/operations/kustoPoolOperations.ts deleted file mode 100644 index 1f45cadb1241..000000000000 --- a/sdk/synapse/arm-synapse/src/operations/kustoPoolOperations.ts +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. - */ - -import * as msRest from "@azure/ms-rest-js"; -import * as Models from "../models"; -import * as Mappers from "../models/kustoPoolOperationsMappers"; -import * as Parameters from "../models/parameters"; -import { SynapseManagementClientContext } from "../synapseManagementClientContext"; - -/** Class representing a KustoPoolOperations. */ -export class KustoPoolOperations { - private readonly client: SynapseManagementClientContext; - - /** - * Create a KustoPoolOperations. - * @param {SynapseManagementClientContext} client Reference to the service client. - */ - constructor(client: SynapseManagementClientContext) { - this.client = client; - } - - /** - * Lists eligible SKUs for Kusto Pool resource. - * @param [options] The optional parameters - * @returns Promise - */ - listSkus(options?: msRest.RequestOptionsBase): Promise; - /** - * @param callback The callback - */ - listSkus(callback: msRest.ServiceCallback): void; - /** - * @param options The optional parameters - * @param callback The callback - */ - listSkus(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listSkus(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - options - }, - listSkusOperationSpec, - callback) as Promise; - } -} - -// Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listSkusOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.Synapse/skus", - urlParameters: [ - Parameters.subscriptionId - ], - queryParameters: [ - Parameters.apiVersion1 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SkuDescriptionList - }, - default: { - bodyMapper: Mappers.ErrorResponse - } - }, - serializer -}; diff --git a/sdk/synapse/arm-synapse/src/operations/kustoPoolPrincipalAssignments.ts b/sdk/synapse/arm-synapse/src/operations/kustoPoolPrincipalAssignments.ts index 15a9777edcae..1aa3e21f9fb4 100644 --- a/sdk/synapse/arm-synapse/src/operations/kustoPoolPrincipalAssignments.ts +++ b/sdk/synapse/arm-synapse/src/operations/kustoPoolPrincipalAssignments.ts @@ -28,7 +28,7 @@ export class KustoPoolPrincipalAssignments { /** * Checks that the principal assignment name is valid and is not already in use. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param principalAssignmentName The name of the principal assignment. @@ -37,7 +37,7 @@ export class KustoPoolPrincipalAssignments { */ checkNameAvailability(workspaceName: string, kustoPoolName: string, resourceGroupName: string, principalAssignmentName: Models.ClusterPrincipalAssignmentCheckNameRequest, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param principalAssignmentName The name of the principal assignment. @@ -45,7 +45,7 @@ export class KustoPoolPrincipalAssignments { */ checkNameAvailability(workspaceName: string, kustoPoolName: string, resourceGroupName: string, principalAssignmentName: Models.ClusterPrincipalAssignmentCheckNameRequest, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param principalAssignmentName The name of the principal assignment. @@ -68,7 +68,7 @@ export class KustoPoolPrincipalAssignments { /** * Lists all Kusto pool principalAssignments. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -76,14 +76,14 @@ export class KustoPoolPrincipalAssignments { */ list(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param callback The callback */ list(workspaceName: string, kustoPoolName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param options The optional parameters @@ -104,7 +104,7 @@ export class KustoPoolPrincipalAssignments { /** * Gets a Kusto pool principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -113,7 +113,7 @@ export class KustoPoolPrincipalAssignments { */ get(workspaceName: string, kustoPoolName: string, principalAssignmentName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -121,7 +121,7 @@ export class KustoPoolPrincipalAssignments { */ get(workspaceName: string, kustoPoolName: string, principalAssignmentName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -144,7 +144,7 @@ export class KustoPoolPrincipalAssignments { /** * Create a Kusto pool principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -159,7 +159,7 @@ export class KustoPoolPrincipalAssignments { /** * Deletes a Kusto pool principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -173,7 +173,7 @@ export class KustoPoolPrincipalAssignments { /** * Create a Kusto pool principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. @@ -197,7 +197,7 @@ export class KustoPoolPrincipalAssignments { /** * Deletes a Kusto pool principalAssignment. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param principalAssignmentName The name of the Kusto principalAssignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. diff --git a/sdk/synapse/arm-synapse/src/operations/kustoPools.ts b/sdk/synapse/arm-synapse/src/operations/kustoPools.ts index 5f1b6869f14d..52c8efd3eda8 100644 --- a/sdk/synapse/arm-synapse/src/operations/kustoPools.ts +++ b/sdk/synapse/arm-synapse/src/operations/kustoPools.ts @@ -26,6 +26,30 @@ export class KustoPools { this.client = client; } + /** + * Lists eligible SKUs for Kusto Pool resource. + * @param [options] The optional parameters + * @returns Promise + */ + listSkus(options?: msRest.RequestOptionsBase): Promise; + /** + * @param callback The callback + */ + listSkus(callback: msRest.ServiceCallback): void; + /** + * @param options The optional parameters + * @param callback The callback + */ + listSkus(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listSkus(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + options + }, + listSkusOperationSpec, + callback) as Promise; + } + /** * Checks that the kusto pool name is valid and is not already in use. * @param location The name of Azure region. @@ -62,20 +86,20 @@ export class KustoPools { * List all Kusto pools * @summary List Kusto pools * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -93,7 +117,7 @@ export class KustoPools { /** * Gets a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -101,14 +125,14 @@ export class KustoPools { */ get(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param callback The callback */ get(workspaceName: string, kustoPoolName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param options The optional parameters @@ -129,7 +153,7 @@ export class KustoPools { /** * Create or update a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param kustoPoolName The name of the Kusto pool. * @param parameters The Kusto pool parameters supplied to the CreateOrUpdate operation. @@ -143,7 +167,7 @@ export class KustoPools { /** * Update a Kusto Kusto Pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param kustoPoolName The name of the Kusto pool. * @param parameters The Kusto pool parameters supplied to the Update operation. @@ -157,7 +181,7 @@ export class KustoPools { /** * Deletes a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param kustoPoolName The name of the Kusto pool. * @param [options] The optional parameters @@ -170,7 +194,7 @@ export class KustoPools { /** * Stops a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -183,7 +207,7 @@ export class KustoPools { /** * Starts a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -196,7 +220,7 @@ export class KustoPools { /** * Returns the SKUs available for the provided resource. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -204,14 +228,14 @@ export class KustoPools { */ listSkusByResource(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param callback The callback */ listSkusByResource(workspaceName: string, kustoPoolName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param options The optional parameters @@ -232,7 +256,7 @@ export class KustoPools { /** * Returns a list of language extensions that can run within KQL queries. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -240,14 +264,14 @@ export class KustoPools { */ listLanguageExtensions(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param callback The callback */ listLanguageExtensions(workspaceName: string, kustoPoolName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param options The optional parameters @@ -268,7 +292,7 @@ export class KustoPools { /** * Add a list of language extensions that can run within KQL queries. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param languageExtensionsToAdd The language extensions to add. @@ -282,7 +306,7 @@ export class KustoPools { /** * Remove a list of language extensions that can run within KQL queries. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param languageExtensionsToRemove The language extensions to remove. @@ -297,7 +321,7 @@ export class KustoPools { /** * Returns a list of databases that are owned by this Kusto Pool and were followed by another Kusto * Pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -305,14 +329,14 @@ export class KustoPools { */ listFollowerDatabases(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param callback The callback */ listFollowerDatabases(workspaceName: string, kustoPoolName: string, resourceGroupName: string, callback: msRest.ServiceCallback): void; /** - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param options The optional parameters @@ -333,7 +357,7 @@ export class KustoPools { /** * Detaches all followers of a database owned by this Kusto Pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param followerDatabaseToRemove The follower databases properties to remove. @@ -347,7 +371,7 @@ export class KustoPools { /** * Create or update a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param kustoPoolName The name of the Kusto pool. * @param parameters The Kusto pool parameters supplied to the CreateOrUpdate operation. @@ -369,7 +393,7 @@ export class KustoPools { /** * Update a Kusto Kusto Pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param kustoPoolName The name of the Kusto pool. * @param parameters The Kusto pool parameters supplied to the Update operation. @@ -391,7 +415,7 @@ export class KustoPools { /** * Deletes a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param kustoPoolName The name of the Kusto pool. * @param [options] The optional parameters @@ -411,7 +435,7 @@ export class KustoPools { /** * Stops a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -431,7 +455,7 @@ export class KustoPools { /** * Starts a Kusto pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param [options] The optional parameters @@ -451,7 +475,7 @@ export class KustoPools { /** * Add a list of language extensions that can run within KQL queries. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param languageExtensionsToAdd The language extensions to add. @@ -473,7 +497,7 @@ export class KustoPools { /** * Remove a list of language extensions that can run within KQL queries. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param languageExtensionsToRemove The language extensions to remove. @@ -495,7 +519,7 @@ export class KustoPools { /** * Detaches all followers of a database owned by this Kusto Pool. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param kustoPoolName The name of the Kusto pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param followerDatabaseToRemove The follower databases properties to remove. @@ -518,6 +542,29 @@ export class KustoPools { // Operation Specifications const serializer = new msRest.Serializer(Mappers); +const listSkusOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/providers/Microsoft.Synapse/skus", + urlParameters: [ + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion1 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.SkuDescriptionList + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + serializer +}; + const checkNameAvailabilityOperationSpec: msRest.OperationSpec = { httpMethod: "POST", path: "subscriptions/{subscriptionId}/providers/Microsoft.Synapse/locations/{location}/kustoPoolCheckNameAvailability", diff --git a/sdk/synapse/arm-synapse/src/operations/libraries.ts b/sdk/synapse/arm-synapse/src/operations/libraries.ts index e669d66460f3..2f82cef4e04f 100644 --- a/sdk/synapse/arm-synapse/src/operations/libraries.ts +++ b/sdk/synapse/arm-synapse/src/operations/libraries.ts @@ -29,20 +29,20 @@ export class Libraries { * List libraries in a workspace. * @summary List the libraries in a workspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ diff --git a/sdk/synapse/arm-synapse/src/operations/library.ts b/sdk/synapse/arm-synapse/src/operations/library.ts index bc449a5a6f22..f545c311e8b2 100644 --- a/sdk/synapse/arm-synapse/src/operations/library.ts +++ b/sdk/synapse/arm-synapse/src/operations/library.ts @@ -30,7 +30,7 @@ export class Library { * @summary Get library by name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param libraryName Library name - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ @@ -38,14 +38,14 @@ export class Library { /** * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param libraryName Library name - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, libraryName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param libraryName Library name - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ diff --git a/sdk/synapse/arm-synapse/src/operations/operations.ts b/sdk/synapse/arm-synapse/src/operations/operations.ts index 07e5422fd87c..a56513c2ea07 100644 --- a/sdk/synapse/arm-synapse/src/operations/operations.ts +++ b/sdk/synapse/arm-synapse/src/operations/operations.ts @@ -83,7 +83,7 @@ export class Operations { * Get the result of an operation * @summary Get operation result * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param operationId Operation ID * @param [options] The optional parameters * @returns Promise @@ -91,14 +91,14 @@ export class Operations { getLocationHeaderResult(resourceGroupName: string, workspaceName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param operationId Operation ID * @param callback The callback */ getLocationHeaderResult(resourceGroupName: string, workspaceName: string, operationId: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param operationId Operation ID * @param options The optional parameters * @param callback The callback @@ -120,7 +120,7 @@ export class Operations { * Get the status of an operation * @summary Get operation status * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param operationId Operation ID * @param [options] The optional parameters * @returns Promise @@ -128,14 +128,14 @@ export class Operations { getAzureAsyncHeaderResult(resourceGroupName: string, workspaceName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param operationId Operation ID * @param callback The callback */ getAzureAsyncHeaderResult(resourceGroupName: string, workspaceName: string, operationId: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param operationId Operation ID * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/privateLinkResources.ts b/sdk/synapse/arm-synapse/src/operations/privateLinkResources.ts index ba6a687df491..2c3ef623ddd5 100644 --- a/sdk/synapse/arm-synapse/src/operations/privateLinkResources.ts +++ b/sdk/synapse/arm-synapse/src/operations/privateLinkResources.ts @@ -29,20 +29,20 @@ export class PrivateLinkResources { * Get all private link resources for a workspaces * @summary Private Link Resources * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -62,7 +62,7 @@ export class PrivateLinkResources { * Get private link resource in workspace * @summary Get Private Link Resource * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param privateLinkResourceName The name of the private link resource * @param [options] The optional parameters * @returns Promise @@ -70,14 +70,14 @@ export class PrivateLinkResources { get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param privateLinkResourceName The name of the private link resource * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param privateLinkResourceName The name of the private link resource * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/restorableDroppedSqlPools.ts b/sdk/synapse/arm-synapse/src/operations/restorableDroppedSqlPools.ts index 3fd1e526667e..b213d5fe7fc2 100644 --- a/sdk/synapse/arm-synapse/src/operations/restorableDroppedSqlPools.ts +++ b/sdk/synapse/arm-synapse/src/operations/restorableDroppedSqlPools.ts @@ -28,7 +28,7 @@ export class RestorableDroppedSqlPools { /** * Gets a deleted sql pool that can be restored * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param restorableDroppedSqlPoolId The id of the deleted Sql Pool in the form of * sqlPoolName,deletionTimeInFileTimeFormat * @param [options] The optional parameters @@ -37,7 +37,7 @@ export class RestorableDroppedSqlPools { get(resourceGroupName: string, workspaceName: string, restorableDroppedSqlPoolId: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param restorableDroppedSqlPoolId The id of the deleted Sql Pool in the form of * sqlPoolName,deletionTimeInFileTimeFormat * @param callback The callback @@ -45,7 +45,7 @@ export class RestorableDroppedSqlPools { get(resourceGroupName: string, workspaceName: string, restorableDroppedSqlPoolId: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param restorableDroppedSqlPoolId The id of the deleted Sql Pool in the form of * sqlPoolName,deletionTimeInFileTimeFormat * @param options The optional parameters @@ -67,20 +67,20 @@ export class RestorableDroppedSqlPools { /** * Gets a list of deleted Sql pools that can be restored * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ diff --git a/sdk/synapse/arm-synapse/src/operations/sparkConfiguration.ts b/sdk/synapse/arm-synapse/src/operations/sparkConfiguration.ts index db881dd897b7..c5a09e65e7b7 100644 --- a/sdk/synapse/arm-synapse/src/operations/sparkConfiguration.ts +++ b/sdk/synapse/arm-synapse/src/operations/sparkConfiguration.ts @@ -30,7 +30,7 @@ export class SparkConfiguration { * @summary Get SparkConfiguration by name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param sparkConfigurationName SparkConfiguration name - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ @@ -38,14 +38,14 @@ export class SparkConfiguration { /** * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param sparkConfigurationName SparkConfiguration name - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, sparkConfigurationName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param sparkConfigurationName SparkConfiguration name - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ diff --git a/sdk/synapse/arm-synapse/src/operations/sparkConfigurations.ts b/sdk/synapse/arm-synapse/src/operations/sparkConfigurations.ts index b7679940a5a8..59916dba001b 100644 --- a/sdk/synapse/arm-synapse/src/operations/sparkConfigurations.ts +++ b/sdk/synapse/arm-synapse/src/operations/sparkConfigurations.ts @@ -29,20 +29,20 @@ export class SparkConfigurations { * List sparkConfigurations in a workspace. * @summary List the sparkConfigurations in a workspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolBlobAuditingPolicies.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolBlobAuditingPolicies.ts index 646e76bbc52f..2e8460fecc9b 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolBlobAuditingPolicies.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolBlobAuditingPolicies.ts @@ -29,7 +29,7 @@ export class SqlPoolBlobAuditingPolicies { * Get a SQL pool's blob auditing policy. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolBlobAuditingPolicies { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -66,7 +66,7 @@ export class SqlPoolBlobAuditingPolicies { * Creates or updates a SQL pool's blob auditing policy. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The database blob auditing policy. * @param [options] The optional parameters @@ -75,7 +75,7 @@ export class SqlPoolBlobAuditingPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.SqlPoolBlobAuditingPolicy, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The database blob auditing policy. * @param callback The callback @@ -83,7 +83,7 @@ export class SqlPoolBlobAuditingPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.SqlPoolBlobAuditingPolicy, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The database blob auditing policy. * @param options The optional parameters @@ -106,7 +106,7 @@ export class SqlPoolBlobAuditingPolicies { /** * Lists auditing settings of a Sql pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -114,14 +114,14 @@ export class SqlPoolBlobAuditingPolicies { listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolColumns.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolColumns.ts index 8bca5cf9f1d6..5d7aacc66f4a 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolColumns.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolColumns.ts @@ -28,7 +28,7 @@ export class SqlPoolColumns { /** * Get Sql pool column * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -39,7 +39,7 @@ export class SqlPoolColumns { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -49,7 +49,7 @@ export class SqlPoolColumns { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolConnectionPolicies.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolConnectionPolicies.ts index cbde30145e74..c264dacfda33 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolConnectionPolicies.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolConnectionPolicies.ts @@ -29,7 +29,7 @@ export class SqlPoolConnectionPolicies { * Get a Sql pool's connection policy, which is used with table auditing. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @deprecated This operation is deprecated. Please do not use it any longer. @@ -38,7 +38,7 @@ export class SqlPoolConnectionPolicies { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback * @deprecated This operation is deprecated. Please do not use it any longer. @@ -46,7 +46,7 @@ export class SqlPoolConnectionPolicies { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolDataWarehouseUserActivities.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolDataWarehouseUserActivities.ts index 0a38d3293aef..48a041e605d9 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolDataWarehouseUserActivities.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolDataWarehouseUserActivities.ts @@ -29,7 +29,7 @@ export class SqlPoolDataWarehouseUserActivities { * Gets the user activities of a SQL pool which includes running and suspended queries * @summary Get SQL pool user activities * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolDataWarehouseUserActivities { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolGeoBackupPolicies.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolGeoBackupPolicies.ts index 797fcb469ae8..7749f113aee1 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolGeoBackupPolicies.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolGeoBackupPolicies.ts @@ -29,7 +29,7 @@ export class SqlPoolGeoBackupPolicies { * Get list of SQL pool geo backup policies * @summary List 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolGeoBackupPolicies { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -65,7 +65,7 @@ export class SqlPoolGeoBackupPolicies { /** * Updates a 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The required parameters for creating or updating the geo backup policy. * @param [options] The optional parameters @@ -74,7 +74,7 @@ export class SqlPoolGeoBackupPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.GeoBackupPolicy, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The required parameters for creating or updating the geo backup policy. * @param callback The callback @@ -82,7 +82,7 @@ export class SqlPoolGeoBackupPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.GeoBackupPolicy, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The required parameters for creating or updating the geo backup policy. * @param options The optional parameters @@ -106,7 +106,7 @@ export class SqlPoolGeoBackupPolicies { * Get the specified SQL pool geo backup policy * @summary Get a 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -114,14 +114,14 @@ export class SqlPoolGeoBackupPolicies { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolMaintenanceWindowOptions.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolMaintenanceWindowOptions.ts index de282861ccd0..04fb8b01b364 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolMaintenanceWindowOptions.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolMaintenanceWindowOptions.ts @@ -29,7 +29,7 @@ export class SqlPoolMaintenanceWindowOptions { * Get list of SQL pool's available maintenance windows. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowOptionsName Maintenance window options name. * @param [options] The optional parameters @@ -38,7 +38,7 @@ export class SqlPoolMaintenanceWindowOptions { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, maintenanceWindowOptionsName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowOptionsName Maintenance window options name. * @param callback The callback @@ -46,7 +46,7 @@ export class SqlPoolMaintenanceWindowOptions { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, maintenanceWindowOptionsName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowOptionsName Maintenance window options name. * @param options The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolMaintenanceWindows.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolMaintenanceWindows.ts index 571814d6811e..212136ef6787 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolMaintenanceWindows.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolMaintenanceWindows.ts @@ -29,7 +29,7 @@ export class SqlPoolMaintenanceWindows { * Get a SQL pool's Maintenance Windows. * @summary Get a SQL pool's Maintenance Windows. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowName Maintenance window name. * @param [options] The optional parameters @@ -38,7 +38,7 @@ export class SqlPoolMaintenanceWindows { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, maintenanceWindowName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowName Maintenance window name. * @param callback The callback @@ -46,7 +46,7 @@ export class SqlPoolMaintenanceWindows { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, maintenanceWindowName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowName Maintenance window name. * @param options The optional parameters @@ -70,7 +70,7 @@ export class SqlPoolMaintenanceWindows { * Creates or updates a Sql pool's maintenance windows settings. * @summary Creates or updates a Sql pool's maintenance windows settings. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowName Maintenance window name. * @param parameters The required parameters for creating or updating Maintenance Windows settings @@ -80,7 +80,7 @@ export class SqlPoolMaintenanceWindows { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, maintenanceWindowName: string, parameters: Models.MaintenanceWindows, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowName Maintenance window name. * @param parameters The required parameters for creating or updating Maintenance Windows settings @@ -89,7 +89,7 @@ export class SqlPoolMaintenanceWindows { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, maintenanceWindowName: string, parameters: Models.MaintenanceWindows, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param maintenanceWindowName Maintenance window name. * @param parameters The required parameters for creating or updating Maintenance Windows settings diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolMetadataSyncConfigs.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolMetadataSyncConfigs.ts index 3aa5c3dc6e78..191b376bbf79 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolMetadataSyncConfigs.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolMetadataSyncConfigs.ts @@ -29,7 +29,7 @@ export class SqlPoolMetadataSyncConfigs { * Get the metadata sync configuration for a SQL pool * @summary Get SQL pool metadata sync config * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolMetadataSyncConfigs { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -66,7 +66,7 @@ export class SqlPoolMetadataSyncConfigs { * Set the metadata sync configuration for a SQL pool * @summary Set SQL pool metadata sync config * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param metadataSyncConfiguration Metadata sync configuration * @param [options] The optional parameters @@ -75,7 +75,7 @@ export class SqlPoolMetadataSyncConfigs { create(resourceGroupName: string, workspaceName: string, sqlPoolName: string, metadataSyncConfiguration: Models.MetadataSyncConfig, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param metadataSyncConfiguration Metadata sync configuration * @param callback The callback @@ -83,7 +83,7 @@ export class SqlPoolMetadataSyncConfigs { create(resourceGroupName: string, workspaceName: string, sqlPoolName: string, metadataSyncConfiguration: Models.MetadataSyncConfig, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param metadataSyncConfiguration Metadata sync configuration * @param options The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolOperationResults.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolOperationResults.ts index b55d91b75ee2..cb2be4f8776a 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolOperationResults.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolOperationResults.ts @@ -29,7 +29,7 @@ export class SqlPoolOperationResults { * Get the status of a SQL pool operation * @summary Get SQL pool operation status * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param operationId Operation ID * @param [options] The optional parameters @@ -38,7 +38,7 @@ export class SqlPoolOperationResults { getLocationHeaderResult(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param operationId Operation ID * @param callback The callback @@ -46,7 +46,7 @@ export class SqlPoolOperationResults { getLocationHeaderResult(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param operationId Operation ID * @param options The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolOperations.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolOperations.ts index 1d2b2fe3eca4..d656500a9167 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolOperations.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolOperations.ts @@ -29,7 +29,7 @@ export class SqlPoolOperations { * Gets a list of operations performed on the SQL pool. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolOperations { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolRecommendedSensitivityLabels.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolRecommendedSensitivityLabels.ts index 1bd96ccc8610..85647f719051 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolRecommendedSensitivityLabels.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolRecommendedSensitivityLabels.ts @@ -28,7 +28,7 @@ export class SqlPoolRecommendedSensitivityLabels { /** * Update recommended sensitivity labels states of a given SQL Pool using an operations batch. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters * @param [options] The optional parameters @@ -37,7 +37,7 @@ export class SqlPoolRecommendedSensitivityLabels { update(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.RecommendedSensitivityLabelUpdateList, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters * @param callback The callback @@ -45,7 +45,7 @@ export class SqlPoolRecommendedSensitivityLabels { update(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.RecommendedSensitivityLabelUpdateList, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters * @param options The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolReplicationLinks.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolReplicationLinks.ts index c5bb397daedd..147673d71aea 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolReplicationLinks.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolReplicationLinks.ts @@ -29,7 +29,7 @@ export class SqlPoolReplicationLinks { * Lists a Sql pool's replication links. * @summary Get SQL pool replication links * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolReplicationLinks { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -66,7 +66,7 @@ export class SqlPoolReplicationLinks { * Get SQL pool replication link by name. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param linkId The ID of the replication link. * @param [options] The optional parameters @@ -75,7 +75,7 @@ export class SqlPoolReplicationLinks { getByName(resourceGroupName: string, workspaceName: string, sqlPoolName: string, linkId: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param linkId The ID of the replication link. * @param callback The callback @@ -83,7 +83,7 @@ export class SqlPoolReplicationLinks { getByName(resourceGroupName: string, workspaceName: string, sqlPoolName: string, linkId: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param linkId The ID of the replication link. * @param options The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolRestorePoints.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolRestorePoints.ts index 3528f71acb19..26eb95b0e8b2 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolRestorePoints.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolRestorePoints.ts @@ -30,7 +30,7 @@ export class SqlPoolRestorePoints { * Get SQL pool backup information * @summary Get SQL pool backup * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -38,14 +38,14 @@ export class SqlPoolRestorePoints { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -66,7 +66,7 @@ export class SqlPoolRestorePoints { /** * Creates a restore point for a data warehouse. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The definition for creating the restore point of this Sql pool. * @param [options] The optional parameters @@ -80,7 +80,7 @@ export class SqlPoolRestorePoints { /** * Gets a restore point. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param restorePointName The name of the restore point. * @param [options] The optional parameters @@ -89,7 +89,7 @@ export class SqlPoolRestorePoints { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, restorePointName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param restorePointName The name of the restore point. * @param callback The callback @@ -97,7 +97,7 @@ export class SqlPoolRestorePoints { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, restorePointName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param restorePointName The name of the restore point. * @param options The optional parameters @@ -120,7 +120,7 @@ export class SqlPoolRestorePoints { /** * Deletes a restore point. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param restorePointName The name of the restore point. * @param [options] The optional parameters @@ -129,7 +129,7 @@ export class SqlPoolRestorePoints { deleteMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, restorePointName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param restorePointName The name of the restore point. * @param callback The callback @@ -137,7 +137,7 @@ export class SqlPoolRestorePoints { deleteMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, restorePointName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param restorePointName The name of the restore point. * @param options The optional parameters @@ -160,7 +160,7 @@ export class SqlPoolRestorePoints { /** * Creates a restore point for a data warehouse. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The definition for creating the restore point of this Sql pool. * @param [options] The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolSchemas.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolSchemas.ts index e21bdbd2a2d7..58791104f79f 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolSchemas.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolSchemas.ts @@ -29,7 +29,7 @@ export class SqlPoolSchemas { * Gets schemas of a given SQL pool. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolSchemas { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: Models.SqlPoolSchemasListOptionalParams): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -65,7 +65,7 @@ export class SqlPoolSchemas { /** * Get Sql Pool schema * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param [options] The optional parameters @@ -74,7 +74,7 @@ export class SqlPoolSchemas { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param callback The callback @@ -82,7 +82,7 @@ export class SqlPoolSchemas { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param options The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolSecurityAlertPolicies.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolSecurityAlertPolicies.ts index a566775b2bce..8a1b94b3131d 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolSecurityAlertPolicies.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolSecurityAlertPolicies.ts @@ -29,7 +29,7 @@ export class SqlPoolSecurityAlertPolicies { * Get a list of Sql pool's security alert policies. * @summary List 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolSecurityAlertPolicies { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -66,7 +66,7 @@ export class SqlPoolSecurityAlertPolicies { * Get a Sql pool's security alert policy. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -74,14 +74,14 @@ export class SqlPoolSecurityAlertPolicies { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -103,7 +103,7 @@ export class SqlPoolSecurityAlertPolicies { * Create or update a Sql pool's security alert policy. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The Sql pool security alert policy. * @param [options] The optional parameters @@ -112,7 +112,7 @@ export class SqlPoolSecurityAlertPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.SqlPoolSecurityAlertPolicy, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The Sql pool security alert policy. * @param callback The callback @@ -120,7 +120,7 @@ export class SqlPoolSecurityAlertPolicies { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.SqlPoolSecurityAlertPolicy, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The Sql pool security alert policy. * @param options The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolSensitivityLabels.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolSensitivityLabels.ts index fbd28f3cb291..aef122219988 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolSensitivityLabels.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolSensitivityLabels.ts @@ -29,7 +29,7 @@ export class SqlPoolSensitivityLabels { * Gets SQL pool sensitivity labels. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolSensitivityLabels { listCurrent(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: Models.SqlPoolSensitivityLabelsListCurrentOptionalParams): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ listCurrent(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -65,7 +65,7 @@ export class SqlPoolSensitivityLabels { /** * Update sensitivity labels of a given SQL Pool using an operations batch. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters * @param [options] The optional parameters @@ -74,7 +74,7 @@ export class SqlPoolSensitivityLabels { update(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.SensitivityLabelUpdateList, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters * @param callback The callback @@ -82,7 +82,7 @@ export class SqlPoolSensitivityLabels { update(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.SensitivityLabelUpdateList, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters * @param options The optional parameters @@ -106,7 +106,7 @@ export class SqlPoolSensitivityLabels { * Gets sensitivity labels of a given SQL pool. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -114,14 +114,14 @@ export class SqlPoolSensitivityLabels { listRecommended(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: Models.SqlPoolSensitivityLabelsListRecommendedOptionalParams): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ listRecommended(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -142,7 +142,7 @@ export class SqlPoolSensitivityLabels { /** * Creates or updates the sensitivity label of a given column in a Sql pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -154,7 +154,7 @@ export class SqlPoolSensitivityLabels { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, parameters: Models.SensitivityLabel, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -165,7 +165,7 @@ export class SqlPoolSensitivityLabels { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, parameters: Models.SensitivityLabel, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -194,7 +194,7 @@ export class SqlPoolSensitivityLabels { /** * Deletes the sensitivity label of a given column in a Sql pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -205,7 +205,7 @@ export class SqlPoolSensitivityLabels { deleteMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -215,7 +215,7 @@ export class SqlPoolSensitivityLabels { deleteMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -242,7 +242,7 @@ export class SqlPoolSensitivityLabels { /** * Gets the sensitivity label of a given column * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -255,7 +255,7 @@ export class SqlPoolSensitivityLabels { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, sensitivityLabelSource: Models.SensitivityLabelSource, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -267,7 +267,7 @@ export class SqlPoolSensitivityLabels { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, sensitivityLabelSource: Models.SensitivityLabelSource, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -298,7 +298,7 @@ export class SqlPoolSensitivityLabels { * Enables sensitivity recommendations on a given column (recommendations are enabled by default on * all columns) * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -309,7 +309,7 @@ export class SqlPoolSensitivityLabels { enableRecommendation(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -319,7 +319,7 @@ export class SqlPoolSensitivityLabels { enableRecommendation(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -346,7 +346,7 @@ export class SqlPoolSensitivityLabels { /** * Disables sensitivity recommendations on a given column * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -357,7 +357,7 @@ export class SqlPoolSensitivityLabels { disableRecommendation(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -367,7 +367,7 @@ export class SqlPoolSensitivityLabels { disableRecommendation(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolTableColumns.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolTableColumns.ts index 459fdf97f616..31a9731e0b3a 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolTableColumns.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolTableColumns.ts @@ -29,7 +29,7 @@ export class SqlPoolTableColumns { * Gets columns in a given table in a SQL pool. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -39,7 +39,7 @@ export class SqlPoolTableColumns { listByTableName(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, options?: Models.SqlPoolTableColumnsListByTableNameOptionalParams): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -48,7 +48,7 @@ export class SqlPoolTableColumns { listByTableName(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolTables.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolTables.ts index 101fd2438ec7..83ef69ee4ff5 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolTables.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolTables.ts @@ -29,7 +29,7 @@ export class SqlPoolTables { * Gets tables of a given schema in a SQL pool. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param [options] The optional parameters @@ -38,7 +38,7 @@ export class SqlPoolTables { listBySchema(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, options?: Models.SqlPoolTablesListBySchemaOptionalParams): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param callback The callback @@ -46,7 +46,7 @@ export class SqlPoolTables { listBySchema(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param options The optional parameters @@ -69,7 +69,7 @@ export class SqlPoolTables { /** * Get Sql pool table * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -79,7 +79,7 @@ export class SqlPoolTables { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. @@ -88,7 +88,7 @@ export class SqlPoolTables { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param schemaName The name of the schema. * @param tableName The name of the table. diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolTransparentDataEncryptions.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolTransparentDataEncryptions.ts index c91871443f27..004b4172c056 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolTransparentDataEncryptions.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolTransparentDataEncryptions.ts @@ -29,7 +29,7 @@ export class SqlPoolTransparentDataEncryptions { * Get a SQL pool's transparent data encryption configuration. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolTransparentDataEncryptions { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -66,7 +66,7 @@ export class SqlPoolTransparentDataEncryptions { * Creates or updates a Sql pool's transparent data encryption configuration. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The required parameters for creating or updating transparent data encryption. * @param [options] The optional parameters @@ -75,7 +75,7 @@ export class SqlPoolTransparentDataEncryptions { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.TransparentDataEncryption, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The required parameters for creating or updating transparent data encryption. * @param callback The callback @@ -83,7 +83,7 @@ export class SqlPoolTransparentDataEncryptions { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.TransparentDataEncryption, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The required parameters for creating or updating transparent data encryption. * @param options The optional parameters @@ -107,7 +107,7 @@ export class SqlPoolTransparentDataEncryptions { * Get list of SQL pool's transparent data encryption configurations. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -115,14 +115,14 @@ export class SqlPoolTransparentDataEncryptions { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolUsages.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolUsages.ts index 0ce97dd0fab5..efe7c555be91 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolUsages.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolUsages.ts @@ -29,7 +29,7 @@ export class SqlPoolUsages { * Gets SQL pool usages. * @summary Gets SQL pool usages * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolUsages { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessmentRuleBaselines.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessmentRuleBaselines.ts index fb8911aec120..03a3c2f74371 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessmentRuleBaselines.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessmentRuleBaselines.ts @@ -28,7 +28,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { /** * Creates or updates a Sql pool's vulnerability assessment rule baseline. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a @@ -41,7 +41,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, ruleId: string, baselineName: Models.VulnerabilityAssessmentPolicyBaselineName, parameters: Models.SqlPoolVulnerabilityAssessmentRuleBaseline, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a @@ -53,7 +53,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, ruleId: string, baselineName: Models.VulnerabilityAssessmentPolicyBaselineName, parameters: Models.SqlPoolVulnerabilityAssessmentRuleBaseline, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a @@ -82,7 +82,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { /** * Removes the database's vulnerability assessment rule baseline. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a @@ -94,7 +94,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { deleteMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, ruleId: string, baselineName: Models.VulnerabilityAssessmentPolicyBaselineName, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a @@ -105,7 +105,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { deleteMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, ruleId: string, baselineName: Models.VulnerabilityAssessmentPolicyBaselineName, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a @@ -132,7 +132,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { /** * Gets a SqlPool's vulnerability assessment rule baseline. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a @@ -144,7 +144,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, ruleId: string, baselineName: Models.VulnerabilityAssessmentPolicyBaselineName, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a @@ -155,7 +155,7 @@ export class SqlPoolVulnerabilityAssessmentRuleBaselines { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, ruleId: string, baselineName: Models.VulnerabilityAssessmentPolicyBaselineName, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param ruleId The vulnerability assessment rule ID. * @param baselineName The name of the vulnerability assessment rule baseline (default implies a diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessmentScans.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessmentScans.ts index 78ae71b9ddfe..1a6961688e48 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessmentScans.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessmentScans.ts @@ -30,7 +30,7 @@ export class SqlPoolVulnerabilityAssessmentScans { * Lists the vulnerability assessment scans of a SQL pool. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -38,14 +38,14 @@ export class SqlPoolVulnerabilityAssessmentScans { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -66,7 +66,7 @@ export class SqlPoolVulnerabilityAssessmentScans { /** * Executes a Vulnerability Assessment database scan. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param scanId The vulnerability assessment scan Id of the scan to retrieve. * @param [options] The optional parameters @@ -80,7 +80,7 @@ export class SqlPoolVulnerabilityAssessmentScans { /** * Convert an existing scan result to a human readable format. If already exists nothing happens * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param scanId The vulnerability assessment scan Id of the scan to retrieve. * @param [options] The optional parameters @@ -89,7 +89,7 @@ export class SqlPoolVulnerabilityAssessmentScans { exportMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, scanId: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param scanId The vulnerability assessment scan Id of the scan to retrieve. * @param callback The callback @@ -97,7 +97,7 @@ export class SqlPoolVulnerabilityAssessmentScans { exportMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, scanId: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param scanId The vulnerability assessment scan Id of the scan to retrieve. * @param options The optional parameters @@ -120,7 +120,7 @@ export class SqlPoolVulnerabilityAssessmentScans { /** * Gets a vulnerability assessment scan record of a Sql pool. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param scanId The vulnerability assessment scan Id of the scan to retrieve. * @param [options] The optional parameters @@ -129,7 +129,7 @@ export class SqlPoolVulnerabilityAssessmentScans { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, scanId: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param scanId The vulnerability assessment scan Id of the scan to retrieve. * @param callback The callback @@ -137,7 +137,7 @@ export class SqlPoolVulnerabilityAssessmentScans { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, scanId: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param scanId The vulnerability assessment scan Id of the scan to retrieve. * @param options The optional parameters @@ -160,7 +160,7 @@ export class SqlPoolVulnerabilityAssessmentScans { /** * Executes a Vulnerability Assessment database scan. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param scanId The vulnerability assessment scan Id of the scan to retrieve. * @param [options] The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessments.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessments.ts index cb5b7138be4c..cb3a34e881b3 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessments.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolVulnerabilityAssessments.ts @@ -29,7 +29,7 @@ export class SqlPoolVulnerabilityAssessments { * Lists the vulnerability assessment policies associated with a SQL pool. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -37,14 +37,14 @@ export class SqlPoolVulnerabilityAssessments { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -66,7 +66,7 @@ export class SqlPoolVulnerabilityAssessments { * Gets the Sql pool's vulnerability assessment. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -74,14 +74,14 @@ export class SqlPoolVulnerabilityAssessments { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -103,7 +103,7 @@ export class SqlPoolVulnerabilityAssessments { * Creates or updates the Sql pool vulnerability assessment. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The requested resource. * @param [options] The optional parameters @@ -112,7 +112,7 @@ export class SqlPoolVulnerabilityAssessments { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.SqlPoolVulnerabilityAssessment, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The requested resource. * @param callback The callback @@ -120,7 +120,7 @@ export class SqlPoolVulnerabilityAssessments { createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.SqlPoolVulnerabilityAssessment, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The requested resource. * @param options The optional parameters @@ -144,7 +144,7 @@ export class SqlPoolVulnerabilityAssessments { * Removes the database's vulnerability assessment. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -152,14 +152,14 @@ export class SqlPoolVulnerabilityAssessments { deleteMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ deleteMethod(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolWorkloadClassifier.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolWorkloadClassifier.ts index 151ee98ec22d..35c3f65b3cac 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolWorkloadClassifier.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolWorkloadClassifier.ts @@ -30,7 +30,7 @@ export class SqlPoolWorkloadClassifier { * Get a workload classifier of Sql pool's workload group. * @summary Get workload classifier * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param workloadClassifierName The name of the workload classifier. @@ -40,7 +40,7 @@ export class SqlPoolWorkloadClassifier { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, workloadGroupName: string, workloadClassifierName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param workloadClassifierName The name of the workload classifier. @@ -49,7 +49,7 @@ export class SqlPoolWorkloadClassifier { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, workloadGroupName: string, workloadClassifierName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param workloadClassifierName The name of the workload classifier. @@ -75,7 +75,7 @@ export class SqlPoolWorkloadClassifier { * Create Or Update workload classifier for a Sql pool's workload group. * @summary Create Or Update workload classifier * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param workloadClassifierName The name of the workload classifier. @@ -92,7 +92,7 @@ export class SqlPoolWorkloadClassifier { * Remove workload classifier of a Sql pool's workload group. * @summary Remove workload classifier * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param workloadClassifierName The name of the workload classifier. @@ -108,7 +108,7 @@ export class SqlPoolWorkloadClassifier { * Get list of Sql pool's workload classifier for workload groups. * @summary Sql pool's workload classifier * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param [options] The optional parameters @@ -117,7 +117,7 @@ export class SqlPoolWorkloadClassifier { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, workloadGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param callback The callback @@ -125,7 +125,7 @@ export class SqlPoolWorkloadClassifier { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, workloadGroupName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param options The optional parameters @@ -149,7 +149,7 @@ export class SqlPoolWorkloadClassifier { * Create Or Update workload classifier for a Sql pool's workload group. * @summary Create Or Update workload classifier * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param workloadClassifierName The name of the workload classifier. @@ -176,7 +176,7 @@ export class SqlPoolWorkloadClassifier { * Remove workload classifier of a Sql pool's workload group. * @summary Remove workload classifier * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param workloadClassifierName The name of the workload classifier. diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPoolWorkloadGroup.ts b/sdk/synapse/arm-synapse/src/operations/sqlPoolWorkloadGroup.ts index ce380dd8de37..94a72c44d614 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPoolWorkloadGroup.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPoolWorkloadGroup.ts @@ -30,7 +30,7 @@ export class SqlPoolWorkloadGroup { * Get a Sql pool's workload group. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param [options] The optional parameters @@ -39,7 +39,7 @@ export class SqlPoolWorkloadGroup { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, workloadGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param callback The callback @@ -47,7 +47,7 @@ export class SqlPoolWorkloadGroup { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, workloadGroupName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param options The optional parameters @@ -71,7 +71,7 @@ export class SqlPoolWorkloadGroup { * Create Or Update a Sql pool's workload group. * @summary Create Or Update workload group * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param parameters The requested workload group state. @@ -87,7 +87,7 @@ export class SqlPoolWorkloadGroup { * Remove Sql pool's workload group. * @summary Remove workload group * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param [options] The optional parameters @@ -102,7 +102,7 @@ export class SqlPoolWorkloadGroup { * Get list of Sql pool's workload groups. * @summary 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 + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -110,14 +110,14 @@ export class SqlPoolWorkloadGroup { list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -139,7 +139,7 @@ export class SqlPoolWorkloadGroup { * Create Or Update a Sql pool's workload group. * @summary Create Or Update workload group * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param parameters The requested workload group state. @@ -164,7 +164,7 @@ export class SqlPoolWorkloadGroup { * Remove Sql pool's workload group. * @summary Remove workload group * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param workloadGroupName The name of the workload group. * @param [options] The optional parameters diff --git a/sdk/synapse/arm-synapse/src/operations/sqlPools.ts b/sdk/synapse/arm-synapse/src/operations/sqlPools.ts index 1409b934fec8..1edaab8d9b36 100644 --- a/sdk/synapse/arm-synapse/src/operations/sqlPools.ts +++ b/sdk/synapse/arm-synapse/src/operations/sqlPools.ts @@ -30,7 +30,7 @@ export class SqlPools { * Get SQL pool properties * @summary Get SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -38,14 +38,14 @@ export class SqlPools { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param options The optional parameters * @param callback The callback @@ -67,7 +67,7 @@ export class SqlPools { * Apply a partial update to a SQL pool * @summary Update SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param sqlPoolInfo The updated SQL pool properties * @param [options] The optional parameters @@ -76,7 +76,7 @@ export class SqlPools { update(resourceGroupName: string, workspaceName: string, sqlPoolName: string, sqlPoolInfo: Models.SqlPoolPatchInfo, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param sqlPoolInfo The updated SQL pool properties * @param callback The callback @@ -84,7 +84,7 @@ export class SqlPools { update(resourceGroupName: string, workspaceName: string, sqlPoolName: string, sqlPoolInfo: Models.SqlPoolPatchInfo, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param sqlPoolInfo The updated SQL pool properties * @param options The optional parameters @@ -108,7 +108,7 @@ export class SqlPools { * Create a SQL pool * @summary Create SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param sqlPoolInfo The SQL pool to create * @param [options] The optional parameters @@ -123,7 +123,7 @@ export class SqlPools { * Delete a SQL pool * @summary Delete SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -137,20 +137,20 @@ export class SqlPools { * List all SQL pools * @summary List SQL pools * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -170,7 +170,7 @@ export class SqlPools { * Pause a SQL pool * @summary Pause SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -184,7 +184,7 @@ export class SqlPools { * Resume a SQL pool * @summary Resume SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -198,7 +198,7 @@ export class SqlPools { * Rename a SQL pool. * @summary Rename a SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The resource move definition for renaming this Sql pool. * @param [options] The optional parameters @@ -207,7 +207,7 @@ export class SqlPools { rename(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.ResourceMoveDefinition, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The resource move definition for renaming this Sql pool. * @param callback The callback @@ -215,7 +215,7 @@ export class SqlPools { rename(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.ResourceMoveDefinition, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param parameters The resource move definition for renaming this Sql pool. * @param options The optional parameters @@ -239,7 +239,7 @@ export class SqlPools { * Create a SQL pool * @summary Create SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param sqlPoolInfo The SQL pool to create * @param [options] The optional parameters @@ -262,7 +262,7 @@ export class SqlPools { * Delete a SQL pool * @summary Delete SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -283,7 +283,7 @@ export class SqlPools { * Pause a SQL pool * @summary Pause SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise @@ -304,7 +304,7 @@ export class SqlPools { * Resume a SQL pool * @summary Resume SQL pool * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName SQL pool name * @param [options] The optional parameters * @returns Promise diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceAadAdmins.ts b/sdk/synapse/arm-synapse/src/operations/workspaceAadAdmins.ts index 4d0273538e15..3708ff7de934 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceAadAdmins.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceAadAdmins.ts @@ -29,20 +29,20 @@ export class WorkspaceAadAdmins { /** * Gets a workspace active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -61,7 +61,7 @@ export class WorkspaceAadAdmins { /** * Creates or updates a workspace active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param aadAdminInfo Workspace active directory administrator properties * @param [options] The optional parameters * @returns Promise @@ -74,7 +74,7 @@ export class WorkspaceAadAdmins { /** * Deletes a workspace active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ @@ -86,7 +86,7 @@ export class WorkspaceAadAdmins { /** * Creates or updates a workspace active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param aadAdminInfo Workspace active directory administrator properties * @param [options] The optional parameters * @returns Promise @@ -106,7 +106,7 @@ export class WorkspaceAadAdmins { /** * Deletes a workspace active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceManagedIdentitySqlControlSettings.ts b/sdk/synapse/arm-synapse/src/operations/workspaceManagedIdentitySqlControlSettings.ts index f8eb4041a7a4..f0863a14f38b 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceManagedIdentitySqlControlSettings.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceManagedIdentitySqlControlSettings.ts @@ -29,20 +29,20 @@ export class WorkspaceManagedIdentitySqlControlSettings { /** * @summary Get Managed Identity Sql Control Settings * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -61,7 +61,7 @@ export class WorkspaceManagedIdentitySqlControlSettings { /** * @summary Create or update Managed Identity Sql Control Settings * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param managedIdentitySqlControlSettings Managed Identity Sql Control Settings * @param [options] The optional parameters * @returns Promise @@ -74,7 +74,7 @@ export class WorkspaceManagedIdentitySqlControlSettings { /** * @summary Create or update Managed Identity Sql Control Settings * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param managedIdentitySqlControlSettings Managed Identity Sql Control Settings * @param [options] The optional parameters * @returns Promise diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerBlobAuditingPolicies.ts b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerBlobAuditingPolicies.ts index 2120a03d4443..49eaf4487dc8 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerBlobAuditingPolicies.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerBlobAuditingPolicies.ts @@ -30,20 +30,20 @@ export class WorkspaceManagedSqlServerBlobAuditingPolicies { * Get a workspace managed sql server's blob auditing policy. * @summary Get 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 + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -63,7 +63,7 @@ export class WorkspaceManagedSqlServerBlobAuditingPolicies { * Create or Update a workspace managed sql server's blob auditing policy. * @summary Create or Update 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 + * @param workspaceName The name of the workspace. * @param parameters Properties of extended blob auditing policy. * @param [options] The optional parameters * @returns Promise @@ -77,20 +77,20 @@ export class WorkspaceManagedSqlServerBlobAuditingPolicies { * List workspace managed sql server's blob auditing policies. * @summary List workspace 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 + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -110,7 +110,7 @@ export class WorkspaceManagedSqlServerBlobAuditingPolicies { * Create or Update a workspace managed sql server's blob auditing policy. * @summary Create or Update 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 + * @param workspaceName The name of the workspace. * @param parameters Properties of extended blob auditing policy. * @param [options] The optional parameters * @returns Promise diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerEncryptionProtector.ts b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerEncryptionProtector.ts index 4c151629cf31..f551e6be9477 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerEncryptionProtector.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerEncryptionProtector.ts @@ -30,20 +30,20 @@ export class WorkspaceManagedSqlServerEncryptionProtector { * Get workspace managed sql server's encryption protector. * @summary Get workspace server's encryption protector. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -63,7 +63,7 @@ export class WorkspaceManagedSqlServerEncryptionProtector { * Updates workspace managed sql server's encryption protector. * @summary Updates workspace server's encryption protector. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters The requested encryption protector resource state. * @param [options] The optional parameters * @returns Promise @@ -77,20 +77,20 @@ export class WorkspaceManagedSqlServerEncryptionProtector { * Get list of encryption protectors for workspace managed sql server. * @summary Get list of encryption protectors for the server. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -110,7 +110,7 @@ export class WorkspaceManagedSqlServerEncryptionProtector { * Revalidates workspace managed sql server's existing encryption protector. * @summary Revalidates server's existing encryption protector. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ @@ -123,7 +123,7 @@ export class WorkspaceManagedSqlServerEncryptionProtector { * Updates workspace managed sql server's encryption protector. * @summary Updates workspace server's encryption protector. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters The requested encryption protector resource state. * @param [options] The optional parameters * @returns Promise @@ -144,7 +144,7 @@ export class WorkspaceManagedSqlServerEncryptionProtector { * Revalidates workspace managed sql server's existing encryption protector. * @summary Revalidates server's existing encryption protector. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerExtendedBlobAuditingPolicies.ts b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerExtendedBlobAuditingPolicies.ts index b5a5969605f4..8615a993d77f 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerExtendedBlobAuditingPolicies.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerExtendedBlobAuditingPolicies.ts @@ -30,20 +30,20 @@ export class WorkspaceManagedSqlServerExtendedBlobAuditingPolicies { * Get a workspace SQL server's extended blob auditing policy. * @summary Get server's extended blob auditing policy. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -63,7 +63,7 @@ export class WorkspaceManagedSqlServerExtendedBlobAuditingPolicies { * Create or Update a workspace managed sql server's extended blob auditing policy. * @summary Create or Update server's extended blob auditing policy. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters Properties of extended blob auditing policy. * @param [options] The optional parameters * @returns @@ -78,7 +78,7 @@ export class WorkspaceManagedSqlServerExtendedBlobAuditingPolicies { * List workspace managed sql server's extended blob auditing policies. * @summary List server's extended blob auditing policies. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns * Promise @@ -86,13 +86,13 @@ export class WorkspaceManagedSqlServerExtendedBlobAuditingPolicies { listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -112,7 +112,7 @@ export class WorkspaceManagedSqlServerExtendedBlobAuditingPolicies { * Create or Update a workspace managed sql server's extended blob auditing policy. * @summary Create or Update server's extended blob auditing policy. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters Properties of extended blob auditing policy. * @param [options] The optional parameters * @returns Promise diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerRecoverableSqlPools.ts b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerRecoverableSqlPools.ts index f1ced99aec35..5ed70d91ebad 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerRecoverableSqlPools.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerRecoverableSqlPools.ts @@ -29,20 +29,20 @@ export class WorkspaceManagedSqlServerRecoverableSqlPools { * Get list of recoverable sql pools for workspace managed sql server. * @summary Get list of recoverable sql pools for the server. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -62,7 +62,7 @@ export class WorkspaceManagedSqlServerRecoverableSqlPools { * Get recoverable sql pools for workspace managed sql server. * @summary Get recoverable sql pools for the server. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName The name of the sql pool * @param [options] The optional parameters * @returns Promise @@ -70,14 +70,14 @@ export class WorkspaceManagedSqlServerRecoverableSqlPools { get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName The name of the sql pool * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param sqlPoolName The name of the sql pool * @param options The optional parameters * @param callback The callback diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerSecurityAlertPolicy.ts b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerSecurityAlertPolicy.ts index 40987055a1b3..fc2777da1c77 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerSecurityAlertPolicy.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerSecurityAlertPolicy.ts @@ -30,20 +30,20 @@ export class WorkspaceManagedSqlServerSecurityAlertPolicy { * Get a workspace managed sql server's security alert policy. * @summary Get server's security alert policy. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -63,7 +63,7 @@ export class WorkspaceManagedSqlServerSecurityAlertPolicy { * Create or Update a workspace managed sql server's threat detection policy. * @summary Create or Update server's threat detection policy. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters The workspace managed sql server security alert policy. * @param [options] The optional parameters * @returns Promise @@ -77,20 +77,20 @@ export class WorkspaceManagedSqlServerSecurityAlertPolicy { * Get workspace managed sql server's threat detection policies. * @summary Get server's threat detection policies. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -110,7 +110,7 @@ export class WorkspaceManagedSqlServerSecurityAlertPolicy { * Create or Update a workspace managed sql server's threat detection policy. * @summary Create or Update server's threat detection policy. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters The workspace managed sql server security alert policy. * @param [options] The optional parameters * @returns Promise diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerUsages.ts b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerUsages.ts index 073c62a3ff85..9bcf8f8ea222 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerUsages.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerUsages.ts @@ -29,20 +29,20 @@ export class WorkspaceManagedSqlServerUsages { * Get list of server usages metric for workspace managed sql server. * @summary Get list of usages metric for the server. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerVulnerabilityAssessments.ts b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerVulnerabilityAssessments.ts index 97c69bf0a31b..e40318056cff 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerVulnerabilityAssessments.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceManagedSqlServerVulnerabilityAssessments.ts @@ -29,20 +29,20 @@ export class WorkspaceManagedSqlServerVulnerabilityAssessments { * Get workspace managed sql server's vulnerability assessment. * @summary Get server's vulnerability assessment. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -62,7 +62,7 @@ export class WorkspaceManagedSqlServerVulnerabilityAssessments { * Create or Update workspace managed sql server's vulnerability assessment. * @summary Create or Update server's vulnerability assessment. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters Properties for vulnerability assessment. * @param [options] The optional parameters * @returns Promise @@ -70,14 +70,14 @@ export class WorkspaceManagedSqlServerVulnerabilityAssessments { createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Models.ServerVulnerabilityAssessment, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters Properties for vulnerability assessment. * @param callback The callback */ createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Models.ServerVulnerabilityAssessment, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param parameters Properties for vulnerability assessment. * @param options The optional parameters * @param callback The callback @@ -99,20 +99,20 @@ export class WorkspaceManagedSqlServerVulnerabilityAssessments { * Remove workspace managed sql server's vulnerability assessment. * @summary Remove server's vulnerability assessment. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ deleteMethod(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ deleteMethod(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -132,20 +132,20 @@ export class WorkspaceManagedSqlServerVulnerabilityAssessments { * Lists the vulnerability assessment policies associated with a workspace managed sql server. * @summary Lists the vulnerability assessment policies associated with a server. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ diff --git a/sdk/synapse/arm-synapse/src/operations/workspaceSqlAadAdmins.ts b/sdk/synapse/arm-synapse/src/operations/workspaceSqlAadAdmins.ts index 741f8e1fa57d..be4458d23947 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaceSqlAadAdmins.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaceSqlAadAdmins.ts @@ -29,20 +29,20 @@ export class WorkspaceSqlAadAdmins { /** * Gets a workspace SQL active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -61,7 +61,7 @@ export class WorkspaceSqlAadAdmins { /** * Creates or updates a workspace SQL active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param aadAdminInfo Workspace active directory administrator properties * @param [options] The optional parameters * @returns Promise @@ -74,7 +74,7 @@ export class WorkspaceSqlAadAdmins { /** * Deletes a workspace SQL active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ @@ -86,7 +86,7 @@ export class WorkspaceSqlAadAdmins { /** * Creates or updates a workspace SQL active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param aadAdminInfo Workspace active directory administrator properties * @param [options] The optional parameters * @returns Promise @@ -106,7 +106,7 @@ export class WorkspaceSqlAadAdmins { /** * Deletes a workspace SQL active directory admin * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ diff --git a/sdk/synapse/arm-synapse/src/operations/workspaces.ts b/sdk/synapse/arm-synapse/src/operations/workspaces.ts index 3ed4e6953615..ab60b1491f97 100644 --- a/sdk/synapse/arm-synapse/src/operations/workspaces.ts +++ b/sdk/synapse/arm-synapse/src/operations/workspaces.ts @@ -57,20 +57,20 @@ export class Workspaces { /** * Gets a workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param callback The callback */ get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param options The optional parameters * @param callback The callback */ @@ -89,7 +89,7 @@ export class Workspaces { /** * Updates a workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param workspacePatchInfo Workspace patch request properties * @param [options] The optional parameters * @returns Promise @@ -102,7 +102,7 @@ export class Workspaces { /** * Creates or updates a workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param workspaceInfo Workspace create or update request properties * @param [options] The optional parameters * @returns Promise @@ -115,7 +115,7 @@ export class Workspaces { /** * Deletes a workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ @@ -151,7 +151,7 @@ export class Workspaces { /** * Updates a workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param workspacePatchInfo Workspace patch request properties * @param [options] The optional parameters * @returns Promise @@ -171,7 +171,7 @@ export class Workspaces { /** * Creates or updates a workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param workspaceInfo Workspace create or update request properties * @param [options] The optional parameters * @returns Promise @@ -191,7 +191,7 @@ export class Workspaces { /** * Deletes a workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param workspaceName The name of the workspace + * @param workspaceName The name of the workspace. * @param [options] The optional parameters * @returns Promise */ diff --git a/sdk/synapse/arm-synapse/src/synapseManagementClient.ts b/sdk/synapse/arm-synapse/src/synapseManagementClient.ts index 46b285d8a1bb..f93d8209583e 100644 --- a/sdk/synapse/arm-synapse/src/synapseManagementClient.ts +++ b/sdk/synapse/arm-synapse/src/synapseManagementClient.ts @@ -82,7 +82,6 @@ class SynapseManagementClient extends SynapseManagementClientContext { sparkConfiguration: operations.SparkConfiguration; sparkConfigurations: operations.SparkConfigurations; kustoOperations: operations.KustoOperations; - kustoPool: operations.KustoPoolOperations; kustoPools: operations.KustoPools; kustoPoolChildResource: operations.KustoPoolChildResource; kustoPoolAttachedDatabaseConfigurations: operations.KustoPoolAttachedDatabaseConfigurations; @@ -169,7 +168,6 @@ class SynapseManagementClient extends SynapseManagementClientContext { this.sparkConfiguration = new operations.SparkConfiguration(this); this.sparkConfigurations = new operations.SparkConfigurations(this); this.kustoOperations = new operations.KustoOperations(this); - this.kustoPool = new operations.KustoPoolOperations(this); this.kustoPools = new operations.KustoPools(this); this.kustoPoolChildResource = new operations.KustoPoolChildResource(this); this.kustoPoolAttachedDatabaseConfigurations = new operations.KustoPoolAttachedDatabaseConfigurations(this);