diff --git a/lib/services/analysisServices/lib/models/analysisServicesServer.js b/lib/services/analysisServices/lib/models/analysisServicesServer.js
index 621fb81e76..70a8ae2750 100644
--- a/lib/services/analysisServices/lib/models/analysisServicesServer.js
+++ b/lib/services/analysisServices/lib/models/analysisServicesServer.js
@@ -20,43 +20,44 @@ const models = require('./index');
class AnalysisServicesServer extends models['Resource'] {
/**
* Create a AnalysisServicesServer.
- * @member {object} [asAdministrators] A collection of AS server
+ * @property {object} [asAdministrators] A collection of AS server
* administrators
- * @member {array} [asAdministrators.members] An array of administrator user
- * identities.
- * @member {string} [backupBlobContainerUri] The SAS container URI to the
+ * @property {array} [asAdministrators.members] An array of administrator
+ * user identities.
+ * @property {string} [backupBlobContainerUri] The SAS container URI to the
* backup container.
- * @member {object} [gatewayDetails] The gateway details configured for the
+ * @property {object} [gatewayDetails] The gateway details configured for the
* AS server.
- * @member {string} [gatewayDetails.gatewayResourceId] Gateway resource to be
- * associated with the server.
- * @member {string} [gatewayDetails.gatewayObjectId] Gateway object id from
+ * @property {string} [gatewayDetails.gatewayResourceId] Gateway resource to
+ * be associated with the server.
+ * @property {string} [gatewayDetails.gatewayObjectId] Gateway object id from
* in the DMTS cluster for the gateway resource.
- * @member {string} [gatewayDetails.dmtsClusterUri] Uri of the DMTS cluster.
- * @member {object} [ipV4FirewallSettings] The firewall settings for the AS
+ * @property {string} [gatewayDetails.dmtsClusterUri] Uri of the DMTS
+ * cluster.
+ * @property {object} [ipV4FirewallSettings] The firewall settings for the AS
* server.
- * @member {array} [ipV4FirewallSettings.firewallRules] An array of firewall
- * rules.
- * @member {string} [ipV4FirewallSettings.enablePowerBIService] The indicator
- * of enableing PBI service.
- * @member {string} [querypoolConnectionMode] How the read-write server's
+ * @property {array} [ipV4FirewallSettings.firewallRules] An array of
+ * firewall rules.
+ * @property {string} [ipV4FirewallSettings.enablePowerBIService] The
+ * indicator of enabling PBI service.
+ * @property {string} [querypoolConnectionMode] How the read-write server's
* participation in the query pool is controlled.
It can have the
* following values:
- readOnly - indicates that the read-write server
* is intended not to participate in query operations
- all - indicates
* that the read-write server can participate in query
* operations
Specifying readOnly when capacity is 1 results in
* error. Possible values include: 'All', 'ReadOnly'. Default value: 'All' .
- * @member {string} [state] The current state of Analysis Services resource.
- * The state is to indicate more states outside of resource provisioning.
- * Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused',
- * 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing',
- * 'Resuming', 'Preparing', 'Scaling'
- * @member {string} [provisioningState] The current deployment state of
+ * @property {string} [state] The current state of Analysis Services
+ * resource. The state is to indicate more states outside of resource
+ * provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed',
+ * 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending',
+ * 'Pausing', 'Resuming', 'Preparing', 'Scaling'
+ * @property {string} [provisioningState] The current deployment state of
* Analysis Services resource. The provisioningState is to indicate states
* for resource provisioning. Possible values include: 'Deleting',
* 'Succeeded', 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating',
* 'Suspending', 'Pausing', 'Resuming', 'Preparing', 'Scaling'
- * @member {string} [serverFullName] The full name of the Analysis Services
+ * @property {string} [serverFullName] The full name of the Analysis Services
* resource.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/analysisServicesServerUpdateParameters.js b/lib/services/analysisServices/lib/models/analysisServicesServerUpdateParameters.js
index 1d46df2b93..83c4a7e2df 100644
--- a/lib/services/analysisServices/lib/models/analysisServicesServerUpdateParameters.js
+++ b/lib/services/analysisServices/lib/models/analysisServicesServerUpdateParameters.js
@@ -17,35 +17,36 @@
class AnalysisServicesServerUpdateParameters {
/**
* Create a AnalysisServicesServerUpdateParameters.
- * @member {object} [sku] The SKU of the Analysis Services resource.
- * @member {string} [sku.name] Name of the SKU level.
- * @member {string} [sku.tier] The name of the Azure pricing tier to which
+ * @property {object} [sku] The SKU of the Analysis Services resource.
+ * @property {string} [sku.name] Name of the SKU level.
+ * @property {string} [sku.tier] The name of the Azure pricing tier to which
* the SKU applies. Possible values include: 'Development', 'Basic',
* 'Standard'
- * @member {number} [sku.capacity] The number of instances in the read only
+ * @property {number} [sku.capacity] The number of instances in the read only
* query pool.
- * @member {object} [tags] Key-value pairs of additional provisioning
+ * @property {object} [tags] Key-value pairs of additional provisioning
* properties.
- * @member {object} [asAdministrators] A collection of AS server
+ * @property {object} [asAdministrators] A collection of AS server
* administrators
- * @member {array} [asAdministrators.members] An array of administrator user
- * identities.
- * @member {string} [backupBlobContainerUri] The SAS container URI to the
+ * @property {array} [asAdministrators.members] An array of administrator
+ * user identities.
+ * @property {string} [backupBlobContainerUri] The SAS container URI to the
* backup container.
- * @member {object} [gatewayDetails] The gateway details configured for the
+ * @property {object} [gatewayDetails] The gateway details configured for the
* AS server.
- * @member {string} [gatewayDetails.gatewayResourceId] Gateway resource to be
- * associated with the server.
- * @member {string} [gatewayDetails.gatewayObjectId] Gateway object id from
+ * @property {string} [gatewayDetails.gatewayResourceId] Gateway resource to
+ * be associated with the server.
+ * @property {string} [gatewayDetails.gatewayObjectId] Gateway object id from
* in the DMTS cluster for the gateway resource.
- * @member {string} [gatewayDetails.dmtsClusterUri] Uri of the DMTS cluster.
- * @member {object} [ipV4FirewallSettings] The firewall settings for the AS
+ * @property {string} [gatewayDetails.dmtsClusterUri] Uri of the DMTS
+ * cluster.
+ * @property {object} [ipV4FirewallSettings] The firewall settings for the AS
* server.
- * @member {array} [ipV4FirewallSettings.firewallRules] An array of firewall
- * rules.
- * @member {string} [ipV4FirewallSettings.enablePowerBIService] The indicator
- * of enableing PBI service.
- * @member {string} [querypoolConnectionMode] How the read-write server's
+ * @property {array} [ipV4FirewallSettings.firewallRules] An array of
+ * firewall rules.
+ * @property {string} [ipV4FirewallSettings.enablePowerBIService] The
+ * indicator of enabling PBI service.
+ * @property {string} [querypoolConnectionMode] How the read-write server's
* participation in the query pool is controlled.
It can have the
* following values: - readOnly - indicates that the read-write server
* is intended not to participate in query operations
- all - indicates
diff --git a/lib/services/analysisServices/lib/models/checkServerNameAvailabilityParameters.js b/lib/services/analysisServices/lib/models/checkServerNameAvailabilityParameters.js
index 9096eff200..1d0735fd54 100644
--- a/lib/services/analysisServices/lib/models/checkServerNameAvailabilityParameters.js
+++ b/lib/services/analysisServices/lib/models/checkServerNameAvailabilityParameters.js
@@ -17,8 +17,8 @@
class CheckServerNameAvailabilityParameters {
/**
* Create a CheckServerNameAvailabilityParameters.
- * @member {string} [name] Name for checking availability.
- * @member {string} [type] The resource type of azure analysis services.
+ * @property {string} [name] Name for checking availability.
+ * @property {string} [type] The resource type of azure analysis services.
* Default value: 'Microsoft.AnalysisServices/servers' .
*/
constructor() {
@@ -44,7 +44,7 @@ class CheckServerNameAvailabilityParameters {
constraints: {
MaxLength: 63,
MinLength: 3,
- Pattern: '^[a-z][a-z0-9]*$'
+ Pattern: /^[a-z][a-z0-9]*$/
},
type: {
name: 'String'
diff --git a/lib/services/analysisServices/lib/models/checkServerNameAvailabilityResult.js b/lib/services/analysisServices/lib/models/checkServerNameAvailabilityResult.js
index 05f77889c9..a486449455 100644
--- a/lib/services/analysisServices/lib/models/checkServerNameAvailabilityResult.js
+++ b/lib/services/analysisServices/lib/models/checkServerNameAvailabilityResult.js
@@ -11,16 +11,16 @@
'use strict';
/**
- * The checking result of server name availibility.
+ * The checking result of server name availability.
*
*/
class CheckServerNameAvailabilityResult {
/**
* Create a CheckServerNameAvailabilityResult.
- * @member {boolean} [nameAvailable] Indicator of available of the server
+ * @property {boolean} [nameAvailable] Indicator of available of the server
* name.
- * @member {string} [reason] The reason of unavailability.
- * @member {string} [message] The detailed message of the request
+ * @property {string} [reason] The reason of unavailability.
+ * @property {string} [message] The detailed message of the request
* unavailability.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/errorResponse.js b/lib/services/analysisServices/lib/models/errorResponse.js
index f952d62061..fc85ac1b8b 100644
--- a/lib/services/analysisServices/lib/models/errorResponse.js
+++ b/lib/services/analysisServices/lib/models/errorResponse.js
@@ -17,8 +17,8 @@
class ErrorResponse {
/**
* Create a ErrorResponse.
- * @member {string} [code] Error code
- * @member {string} [message] Error message indicating why the operation
+ * @property {string} [code] Error code
+ * @property {string} [message] Error message indicating why the operation
* failed.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/gatewayDetails.js b/lib/services/analysisServices/lib/models/gatewayDetails.js
index 6433b932c6..c63299b6af 100644
--- a/lib/services/analysisServices/lib/models/gatewayDetails.js
+++ b/lib/services/analysisServices/lib/models/gatewayDetails.js
@@ -17,11 +17,11 @@
class GatewayDetails {
/**
* Create a GatewayDetails.
- * @member {string} [gatewayResourceId] Gateway resource to be associated
+ * @property {string} [gatewayResourceId] Gateway resource to be associated
* with the server.
- * @member {string} [gatewayObjectId] Gateway object id from in the DMTS
+ * @property {string} [gatewayObjectId] Gateway object id from in the DMTS
* cluster for the gateway resource.
- * @member {string} [dmtsClusterUri] Uri of the DMTS cluster.
+ * @property {string} [dmtsClusterUri] Uri of the DMTS cluster.
*/
constructor() {
}
diff --git a/lib/services/analysisServices/lib/models/gatewayError.js b/lib/services/analysisServices/lib/models/gatewayError.js
index 2634ce0f9b..2eee41f482 100644
--- a/lib/services/analysisServices/lib/models/gatewayError.js
+++ b/lib/services/analysisServices/lib/models/gatewayError.js
@@ -17,8 +17,8 @@
class GatewayError {
/**
* Create a GatewayError.
- * @member {string} [code] Error code of list gateway.
- * @member {string} [message] Error message of list gateway.
+ * @property {string} [code] Error code of list gateway.
+ * @property {string} [message] Error message of list gateway.
*/
constructor() {
}
diff --git a/lib/services/analysisServices/lib/models/gatewayListStatusError.js b/lib/services/analysisServices/lib/models/gatewayListStatusError.js
index 59cbf7d091..8c5b460005 100644
--- a/lib/services/analysisServices/lib/models/gatewayListStatusError.js
+++ b/lib/services/analysisServices/lib/models/gatewayListStatusError.js
@@ -17,9 +17,9 @@
class GatewayListStatusError {
/**
* Create a GatewayListStatusError.
- * @member {object} [error] Error of the list gateway status.
- * @member {string} [error.code] Error code of list gateway.
- * @member {string} [error.message] Error message of list gateway.
+ * @property {object} [error] Error of the list gateway status.
+ * @property {string} [error.code] Error code of list gateway.
+ * @property {string} [error.message] Error message of list gateway.
*/
constructor() {
}
diff --git a/lib/services/analysisServices/lib/models/gatewayListStatusLive.js b/lib/services/analysisServices/lib/models/gatewayListStatusLive.js
index 1989bd83e5..63bdc3fe67 100644
--- a/lib/services/analysisServices/lib/models/gatewayListStatusLive.js
+++ b/lib/services/analysisServices/lib/models/gatewayListStatusLive.js
@@ -17,7 +17,7 @@
class GatewayListStatusLive {
/**
* Create a GatewayListStatusLive.
- * @member {string} [status] Live message of list gateway. Possible values
+ * @property {string} [status] Live message of list gateway. Possible values
* include: 'Live'
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/iPv4FirewallRule.js b/lib/services/analysisServices/lib/models/iPv4FirewallRule.js
index 99912b1caf..5a86608848 100644
--- a/lib/services/analysisServices/lib/models/iPv4FirewallRule.js
+++ b/lib/services/analysisServices/lib/models/iPv4FirewallRule.js
@@ -17,9 +17,9 @@
class IPv4FirewallRule {
/**
* Create a IPv4FirewallRule.
- * @member {string} [firewallRuleName] The rule name.
- * @member {string} [rangeStart] The start range of IPv4.
- * @member {string} [rangeEnd] The end range of IPv4.
+ * @property {string} [firewallRuleName] The rule name.
+ * @property {string} [rangeStart] The start range of IPv4.
+ * @property {string} [rangeEnd] The end range of IPv4.
*/
constructor() {
}
diff --git a/lib/services/analysisServices/lib/models/iPv4FirewallSettings.js b/lib/services/analysisServices/lib/models/iPv4FirewallSettings.js
index e780bd7d8f..cbffcbd406 100644
--- a/lib/services/analysisServices/lib/models/iPv4FirewallSettings.js
+++ b/lib/services/analysisServices/lib/models/iPv4FirewallSettings.js
@@ -17,8 +17,8 @@
class IPv4FirewallSettings {
/**
* Create a IPv4FirewallSettings.
- * @member {array} [firewallRules] An array of firewall rules.
- * @member {string} [enablePowerBIService] The indicator of enableing PBI
+ * @property {array} [firewallRules] An array of firewall rules.
+ * @property {string} [enablePowerBIService] The indicator of enabling PBI
* service.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/index.d.ts b/lib/services/analysisServices/lib/models/index.d.ts
index 3c2997a98c..4be8dd6c9f 100644
--- a/lib/services/analysisServices/lib/models/index.d.ts
+++ b/lib/services/analysisServices/lib/models/index.d.ts
@@ -1,447 +1,400 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for
- * license information.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
- * Changes may cause incorrect behavior and will be lost if the code is
- * regenerated.
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
-import { BaseResource } from 'ms-rest-azure';
-import { CloudError } from 'ms-rest-azure';
-import * as moment from 'moment';
+import { BaseResource, CloudError } from "ms-rest-azure";
+import * as moment from "moment";
-export { BaseResource } from 'ms-rest-azure';
-export { CloudError } from 'ms-rest-azure';
+export {
+ BaseResource,
+ CloudError
+};
/**
- * @class
- * Initializes a new instance of the OperationDisplay class.
- * @constructor
* The object that represents the operation.
- *
- * @member {string} [provider] Service provider: Microsoft.Consumption.
- * @member {string} [resource] Resource on which the operation is performed:
- * UsageDetail, etc.
- * @member {string} [operation] Operation type: Read, write, delete, etc.
*/
export interface OperationDisplay {
+ /**
+ * Service provider: Microsoft.Consumption.
+ */
readonly provider?: string;
+ /**
+ * Resource on which the operation is performed: UsageDetail, etc.
+ */
readonly resource?: string;
+ /**
+ * Operation type: Read, write, delete, etc.
+ */
readonly operation?: string;
}
/**
- * @class
- * Initializes a new instance of the Operation class.
- * @constructor
* A Consumption REST API operation.
- *
- * @member {string} [name] Operation name: {provider}/{resource}/{operation}.
- * @member {object} [display] The object that represents the operation.
- * @member {string} [display.provider] Service provider: Microsoft.Consumption.
- * @member {string} [display.resource] Resource on which the operation is
- * performed: UsageDetail, etc.
- * @member {string} [display.operation] Operation type: Read, write, delete,
- * etc.
*/
export interface Operation {
+ /**
+ * Operation name: {provider}/{resource}/{operation}.
+ */
readonly name?: string;
+ /**
+ * The object that represents the operation.
+ */
display?: OperationDisplay;
}
/**
- * @class
- * Initializes a new instance of the ResourceSku class.
- * @constructor
- * Represents the SKU name and Azure pricing tier for Analysis Services
- * resource.
- *
- * @member {string} name Name of the SKU level.
- * @member {string} [tier] The name of the Azure pricing tier to which the SKU
- * applies. Possible values include: 'Development', 'Basic', 'Standard'
- * @member {number} [capacity] The number of instances in the read only query
- * pool. Default value: 1 .
+ * Represents the SKU name and Azure pricing tier for Analysis Services resource.
*/
export interface ResourceSku {
+ /**
+ * Name of the SKU level.
+ */
name: string;
+ /**
+ * The name of the Azure pricing tier to which the SKU applies. Possible values include:
+ * 'Development', 'Basic', 'Standard'
+ */
tier?: string;
+ /**
+ * The number of instances in the read only query pool.
+ */
capacity?: number;
}
/**
- * @class
- * Initializes a new instance of the Resource class.
- * @constructor
* Represents an instance of an Analysis Services resource.
- *
- * @member {string} [id] An identifier that represents the Analysis Services
- * resource.
- * @member {string} [name] The name of the Analysis Services resource.
- * @member {string} [type] The type of the Analysis Services resource.
- * @member {string} location Location of the Analysis Services resource.
- * @member {object} sku The SKU of the Analysis Services resource.
- * @member {string} [sku.name] Name of the SKU level.
- * @member {string} [sku.tier] The name of the Azure pricing tier to which the
- * SKU applies. Possible values include: 'Development', 'Basic', 'Standard'
- * @member {number} [sku.capacity] The number of instances in the read only
- * query pool.
- * @member {object} [tags] Key-value pairs of additional resource provisioning
- * properties.
*/
export interface Resource extends BaseResource {
+ /**
+ * An identifier that represents the Analysis Services resource.
+ */
readonly id?: string;
+ /**
+ * The name of the Analysis Services resource.
+ */
readonly name?: string;
+ /**
+ * The type of the Analysis Services resource.
+ */
readonly type?: string;
+ /**
+ * Location of the Analysis Services resource.
+ */
location: string;
+ /**
+ * The SKU of the Analysis Services resource.
+ */
sku: ResourceSku;
+ /**
+ * Key-value pairs of additional resource provisioning properties.
+ */
tags?: { [propertyName: string]: string };
}
/**
- * @class
- * Initializes a new instance of the AnalysisServicesServer class.
- * @constructor
* Represents an instance of an Analysis Services resource.
- *
- * @member {object} [asAdministrators] A collection of AS server administrators
- * @member {array} [asAdministrators.members] An array of administrator user
- * identities.
- * @member {string} [backupBlobContainerUri] The SAS container URI to the
- * backup container.
- * @member {object} [gatewayDetails] The gateway details configured for the AS
- * server.
- * @member {string} [gatewayDetails.gatewayResourceId] Gateway resource to be
- * associated with the server.
- * @member {string} [gatewayDetails.gatewayObjectId] Gateway object id from in
- * the DMTS cluster for the gateway resource.
- * @member {string} [gatewayDetails.dmtsClusterUri] Uri of the DMTS cluster.
- * @member {object} [ipV4FirewallSettings] The firewall settings for the AS
- * server.
- * @member {array} [ipV4FirewallSettings.firewallRules] An array of firewall
- * rules.
- * @member {string} [ipV4FirewallSettings.enablePowerBIService] The indicator
- * of enableing PBI service.
- * @member {string} [querypoolConnectionMode] How the read-write server's
- * participation in the query pool is controlled.
It can have the following
- * values: - readOnly - indicates that the read-write server is intended
- * not to participate in query operations
- all - indicates that the
- * read-write server can participate in query operations
Specifying
- * readOnly when capacity is 1 results in error. Possible values include:
- * 'All', 'ReadOnly'. Default value: 'All' .
- * @member {string} [state] The current state of Analysis Services resource.
- * The state is to indicate more states outside of resource provisioning.
- * Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused',
- * 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing',
- * 'Resuming', 'Preparing', 'Scaling'
- * @member {string} [provisioningState] The current deployment state of
- * Analysis Services resource. The provisioningState is to indicate states for
- * resource provisioning. Possible values include: 'Deleting', 'Succeeded',
- * 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending',
- * 'Pausing', 'Resuming', 'Preparing', 'Scaling'
- * @member {string} [serverFullName] The full name of the Analysis Services
- * resource.
*/
export interface AnalysisServicesServer extends Resource {
+ /**
+ * A collection of AS server administrators
+ */
asAdministrators?: ServerAdministrators;
+ /**
+ * The SAS container URI to the backup container.
+ */
backupBlobContainerUri?: string;
+ /**
+ * The gateway details configured for the AS server.
+ */
gatewayDetails?: GatewayDetails;
+ /**
+ * The firewall settings for the AS server.
+ */
ipV4FirewallSettings?: IPv4FirewallSettings;
+ /**
+ * How the read-write server's participation in the query pool is controlled.
It can have the
+ * following values: - readOnly - indicates that the read-write server is intended not to
+ * participate in query operations
- all - indicates that the read-write server can
+ * participate in query operations
Specifying readOnly when capacity is 1 results in
+ * error. Possible values include: 'All', 'ReadOnly'
+ */
querypoolConnectionMode?: string;
+ /**
+ * The current state of Analysis Services resource. The state is to indicate more states outside
+ * of resource provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed',
+ * 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing', 'Resuming',
+ * 'Preparing', 'Scaling'
+ */
readonly state?: string;
+ /**
+ * The current deployment state of Analysis Services resource. The provisioningState is to
+ * indicate states for resource provisioning. Possible values include: 'Deleting', 'Succeeded',
+ * 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing',
+ * 'Resuming', 'Preparing', 'Scaling'
+ */
readonly provisioningState?: string;
+ /**
+ * The full name of the Analysis Services resource.
+ */
readonly serverFullName?: string;
}
/**
- * @class
- * Initializes a new instance of the ServerAdministrators class.
- * @constructor
* An array of administrator user identities.
- *
- * @member {array} [members] An array of administrator user identities.
*/
export interface ServerAdministrators {
+ /**
+ * An array of administrator user identities.
+ */
members?: string[];
}
/**
- * @class
- * Initializes a new instance of the GatewayDetails class.
- * @constructor
* The gateway details.
- *
- * @member {string} [gatewayResourceId] Gateway resource to be associated with
- * the server.
- * @member {string} [gatewayObjectId] Gateway object id from in the DMTS
- * cluster for the gateway resource.
- * @member {string} [dmtsClusterUri] Uri of the DMTS cluster.
*/
export interface GatewayDetails {
+ /**
+ * Gateway resource to be associated with the server.
+ */
gatewayResourceId?: string;
+ /**
+ * Gateway object id from in the DMTS cluster for the gateway resource.
+ */
readonly gatewayObjectId?: string;
+ /**
+ * Uri of the DMTS cluster.
+ */
readonly dmtsClusterUri?: string;
}
/**
- * @class
- * Initializes a new instance of the IPv4FirewallRule class.
- * @constructor
* The detail of firewall rule.
- *
- * @member {string} [firewallRuleName] The rule name.
- * @member {string} [rangeStart] The start range of IPv4.
- * @member {string} [rangeEnd] The end range of IPv4.
*/
export interface IPv4FirewallRule {
+ /**
+ * The rule name.
+ */
firewallRuleName?: string;
+ /**
+ * The start range of IPv4.
+ */
rangeStart?: string;
+ /**
+ * The end range of IPv4.
+ */
rangeEnd?: string;
}
/**
- * @class
- * Initializes a new instance of the IPv4FirewallSettings class.
- * @constructor
* An array of firewall rules.
- *
- * @member {array} [firewallRules] An array of firewall rules.
- * @member {string} [enablePowerBIService] The indicator of enableing PBI
- * service.
*/
export interface IPv4FirewallSettings {
+ /**
+ * An array of firewall rules.
+ */
firewallRules?: IPv4FirewallRule[];
+ /**
+ * The indicator of enabling PBI service.
+ */
enablePowerBIService?: string;
}
/**
- * @class
- * Initializes a new instance of the AnalysisServicesServerUpdateParameters class.
- * @constructor
* Provision request specification
- *
- * @member {object} [sku] The SKU of the Analysis Services resource.
- * @member {string} [sku.name] Name of the SKU level.
- * @member {string} [sku.tier] The name of the Azure pricing tier to which the
- * SKU applies. Possible values include: 'Development', 'Basic', 'Standard'
- * @member {number} [sku.capacity] The number of instances in the read only
- * query pool.
- * @member {object} [tags] Key-value pairs of additional provisioning
- * properties.
- * @member {object} [asAdministrators] A collection of AS server administrators
- * @member {array} [asAdministrators.members] An array of administrator user
- * identities.
- * @member {string} [backupBlobContainerUri] The SAS container URI to the
- * backup container.
- * @member {object} [gatewayDetails] The gateway details configured for the AS
- * server.
- * @member {string} [gatewayDetails.gatewayResourceId] Gateway resource to be
- * associated with the server.
- * @member {string} [gatewayDetails.gatewayObjectId] Gateway object id from in
- * the DMTS cluster for the gateway resource.
- * @member {string} [gatewayDetails.dmtsClusterUri] Uri of the DMTS cluster.
- * @member {object} [ipV4FirewallSettings] The firewall settings for the AS
- * server.
- * @member {array} [ipV4FirewallSettings.firewallRules] An array of firewall
- * rules.
- * @member {string} [ipV4FirewallSettings.enablePowerBIService] The indicator
- * of enableing PBI service.
- * @member {string} [querypoolConnectionMode] How the read-write server's
- * participation in the query pool is controlled.
It can have the following
- * values: - readOnly - indicates that the read-write server is intended
- * not to participate in query operations
- all - indicates that the
- * read-write server can participate in query operations
Specifying
- * readOnly when capacity is 1 results in error. Possible values include:
- * 'All', 'ReadOnly'. Default value: 'All' .
*/
export interface AnalysisServicesServerUpdateParameters {
+ /**
+ * The SKU of the Analysis Services resource.
+ */
sku?: ResourceSku;
+ /**
+ * Key-value pairs of additional provisioning properties.
+ */
tags?: { [propertyName: string]: string };
+ /**
+ * A collection of AS server administrators
+ */
asAdministrators?: ServerAdministrators;
+ /**
+ * The SAS container URI to the backup container.
+ */
backupBlobContainerUri?: string;
+ /**
+ * The gateway details configured for the AS server.
+ */
gatewayDetails?: GatewayDetails;
+ /**
+ * The firewall settings for the AS server.
+ */
ipV4FirewallSettings?: IPv4FirewallSettings;
+ /**
+ * How the read-write server's participation in the query pool is controlled.
It can have the
+ * following values: - readOnly - indicates that the read-write server is intended not to
+ * participate in query operations
- all - indicates that the read-write server can
+ * participate in query operations
Specifying readOnly when capacity is 1 results in
+ * error. Possible values include: 'All', 'ReadOnly'
+ */
querypoolConnectionMode?: string;
}
/**
- * @class
- * Initializes a new instance of the GatewayListStatusLive class.
- * @constructor
* Status of gateway is live.
- *
- * @member {string} [status] Live message of list gateway. Possible values
- * include: 'Live'
*/
export interface GatewayListStatusLive {
+ /**
+ * Live message of list gateway. Possible values include: 'Live'
+ */
status?: string;
}
/**
- * @class
- * Initializes a new instance of the GatewayError class.
- * @constructor
* Detail of gateway errors.
- *
- * @member {string} [code] Error code of list gateway.
- * @member {string} [message] Error message of list gateway.
*/
export interface GatewayError {
+ /**
+ * Error code of list gateway.
+ */
code?: string;
+ /**
+ * Error message of list gateway.
+ */
message?: string;
}
/**
- * @class
- * Initializes a new instance of the GatewayListStatusError class.
- * @constructor
* Status of gateway is error.
- *
- * @member {object} [error] Error of the list gateway status.
- * @member {string} [error.code] Error code of list gateway.
- * @member {string} [error.message] Error message of list gateway.
*/
export interface GatewayListStatusError {
+ /**
+ * Error of the list gateway status.
+ */
error?: GatewayError;
}
/**
- * @class
- * Initializes a new instance of the CheckServerNameAvailabilityParameters class.
- * @constructor
* Details of server name request body.
- *
- * @member {string} [name] Name for checking availability.
- * @member {string} [type] The resource type of azure analysis services.
- * Default value: 'Microsoft.AnalysisServices/servers' .
*/
export interface CheckServerNameAvailabilityParameters {
+ /**
+ * Name for checking availability.
+ */
name?: string;
+ /**
+ * The resource type of azure analysis services.
+ */
type?: string;
}
/**
- * @class
- * Initializes a new instance of the CheckServerNameAvailabilityResult class.
- * @constructor
- * The checking result of server name availibility.
- *
- * @member {boolean} [nameAvailable] Indicator of available of the server name.
- * @member {string} [reason] The reason of unavailability.
- * @member {string} [message] The detailed message of the request
- * unavailability.
+ * The checking result of server name availability.
*/
export interface CheckServerNameAvailabilityResult {
+ /**
+ * Indicator of available of the server name.
+ */
nameAvailable?: boolean;
+ /**
+ * The reason of unavailability.
+ */
reason?: string;
+ /**
+ * The detailed message of the request unavailability.
+ */
message?: string;
}
/**
- * @class
- * Initializes a new instance of the ErrorResponse class.
- * @constructor
* Describes the format of Error response.
- *
- * @member {string} [code] Error code
- * @member {string} [message] Error message indicating why the operation
- * failed.
*/
export interface ErrorResponse {
+ /**
+ * Error code
+ */
code?: string;
+ /**
+ * Error message indicating why the operation failed.
+ */
message?: string;
}
/**
- * @class
- * Initializes a new instance of the OperationStatus class.
- * @constructor
* The status of operation.
- *
- * @member {string} [id] The operation Id.
- * @member {string} [name] The operation name.
- * @member {string} [startTime] The start time of the operation.
- * @member {string} [endTime] The end time of the operation.
- * @member {string} [status] The status of the operation.
- * @member {object} [error] The error detail of the operation if any.
- * @member {string} [error.code] Error code
- * @member {string} [error.message] Error message indicating why the operation
- * failed.
*/
export interface OperationStatus {
+ /**
+ * The operation Id.
+ */
id?: string;
+ /**
+ * The operation name.
+ */
name?: string;
+ /**
+ * The start time of the operation.
+ */
startTime?: string;
+ /**
+ * The end time of the operation.
+ */
endTime?: string;
+ /**
+ * The status of the operation.
+ */
status?: string;
+ /**
+ * The error detail of the operation if any.
+ */
error?: ErrorResponse;
}
/**
- * @class
- * Initializes a new instance of the SkuEnumerationForNewResourceResult class.
- * @constructor
* An object that represents enumerating SKUs for new resources.
- *
- * @member {array} [value] The collection of available SKUs for new resources.
*/
export interface SkuEnumerationForNewResourceResult {
+ /**
+ * The collection of available SKUs for new resources.
+ */
value?: ResourceSku[];
}
/**
- * @class
- * Initializes a new instance of the SkuDetailsForExistingResource class.
- * @constructor
* An object that represents SKU details for existing resources.
- *
- * @member {object} [sku] The SKU in SKU details for existing resources.
- * @member {string} [sku.name] Name of the SKU level.
- * @member {string} [sku.tier] The name of the Azure pricing tier to which the
- * SKU applies. Possible values include: 'Development', 'Basic', 'Standard'
- * @member {number} [sku.capacity] The number of instances in the read only
- * query pool.
*/
export interface SkuDetailsForExistingResource {
+ /**
+ * The SKU in SKU details for existing resources.
+ */
sku?: ResourceSku;
}
/**
- * @class
- * Initializes a new instance of the SkuEnumerationForExistingResourceResult class.
- * @constructor
* An object that represents enumerating SKUs for existing resources.
- *
- * @member {array} [value] The collection of available SKUs for existing
- * resources.
*/
export interface SkuEnumerationForExistingResourceResult {
+ /**
+ * The collection of available SKUs for existing resources.
+ */
value?: SkuDetailsForExistingResource[];
}
-
/**
- * @class
- * Initializes a new instance of the AnalysisServicesServers class.
- * @constructor
* An array of Analysis Services resources.
- *
*/
export interface AnalysisServicesServers extends Array {
}
/**
- * @class
- * Initializes a new instance of the OperationListResult class.
- * @constructor
- * Result of listing consumption operations. It contains a list of operations
- * and a URL link to get the next set of results.
- *
- * @member {string} [nextLink] URL to get the next set of operation list
- * results if there are any.
+ * Result of listing consumption operations. It contains a list of operations and a URL link to get
+ * the next set of results.
*/
export interface OperationListResult extends Array {
+ /**
+ * URL to get the next set of operation list results if there are any.
+ */
readonly nextLink?: string;
}
diff --git a/lib/services/analysisServices/lib/models/operation.js b/lib/services/analysisServices/lib/models/operation.js
index ba6e19b841..064e7b4af8 100644
--- a/lib/services/analysisServices/lib/models/operation.js
+++ b/lib/services/analysisServices/lib/models/operation.js
@@ -17,14 +17,15 @@
class Operation {
/**
* Create a Operation.
- * @member {string} [name] Operation name: {provider}/{resource}/{operation}.
- * @member {object} [display] The object that represents the operation.
- * @member {string} [display.provider] Service provider:
+ * @property {string} [name] Operation name:
+ * {provider}/{resource}/{operation}.
+ * @property {object} [display] The object that represents the operation.
+ * @property {string} [display.provider] Service provider:
* Microsoft.Consumption.
- * @member {string} [display.resource] Resource on which the operation is
+ * @property {string} [display.resource] Resource on which the operation is
* performed: UsageDetail, etc.
- * @member {string} [display.operation] Operation type: Read, write, delete,
- * etc.
+ * @property {string} [display.operation] Operation type: Read, write,
+ * delete, etc.
*/
constructor() {
}
diff --git a/lib/services/analysisServices/lib/models/operationDisplay.js b/lib/services/analysisServices/lib/models/operationDisplay.js
index 310f7845fc..dd3a0f79a3 100644
--- a/lib/services/analysisServices/lib/models/operationDisplay.js
+++ b/lib/services/analysisServices/lib/models/operationDisplay.js
@@ -17,10 +17,10 @@
class OperationDisplay {
/**
* Create a OperationDisplay.
- * @member {string} [provider] Service provider: Microsoft.Consumption.
- * @member {string} [resource] Resource on which the operation is performed:
- * UsageDetail, etc.
- * @member {string} [operation] Operation type: Read, write, delete, etc.
+ * @property {string} [provider] Service provider: Microsoft.Consumption.
+ * @property {string} [resource] Resource on which the operation is
+ * performed: UsageDetail, etc.
+ * @property {string} [operation] Operation type: Read, write, delete, etc.
*/
constructor() {
}
diff --git a/lib/services/analysisServices/lib/models/operationListResult.js b/lib/services/analysisServices/lib/models/operationListResult.js
index 6f0354dbf6..b7ca0d873f 100644
--- a/lib/services/analysisServices/lib/models/operationListResult.js
+++ b/lib/services/analysisServices/lib/models/operationListResult.js
@@ -17,7 +17,7 @@
class OperationListResult extends Array {
/**
* Create a OperationListResult.
- * @member {string} [nextLink] URL to get the next set of operation list
+ * @property {string} [nextLink] URL to get the next set of operation list
* results if there are any.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/operationStatus.js b/lib/services/analysisServices/lib/models/operationStatus.js
index debfe310ea..63660a306d 100644
--- a/lib/services/analysisServices/lib/models/operationStatus.js
+++ b/lib/services/analysisServices/lib/models/operationStatus.js
@@ -17,14 +17,14 @@
class OperationStatus {
/**
* Create a OperationStatus.
- * @member {string} [id] The operation Id.
- * @member {string} [name] The operation name.
- * @member {string} [startTime] The start time of the operation.
- * @member {string} [endTime] The end time of the operation.
- * @member {string} [status] The status of the operation.
- * @member {object} [error] The error detail of the operation if any.
- * @member {string} [error.code] Error code
- * @member {string} [error.message] Error message indicating why the
+ * @property {string} [id] The operation Id.
+ * @property {string} [name] The operation name.
+ * @property {string} [startTime] The start time of the operation.
+ * @property {string} [endTime] The end time of the operation.
+ * @property {string} [status] The status of the operation.
+ * @property {object} [error] The error detail of the operation if any.
+ * @property {string} [error.code] Error code
+ * @property {string} [error.message] Error message indicating why the
* operation failed.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/resource.js b/lib/services/analysisServices/lib/models/resource.js
index f6886d154d..217eb747f8 100644
--- a/lib/services/analysisServices/lib/models/resource.js
+++ b/lib/services/analysisServices/lib/models/resource.js
@@ -20,19 +20,19 @@ const models = require('./index');
class Resource extends models['BaseResource'] {
/**
* Create a Resource.
- * @member {string} [id] An identifier that represents the Analysis Services
- * resource.
- * @member {string} [name] The name of the Analysis Services resource.
- * @member {string} [type] The type of the Analysis Services resource.
- * @member {string} location Location of the Analysis Services resource.
- * @member {object} sku The SKU of the Analysis Services resource.
- * @member {string} [sku.name] Name of the SKU level.
- * @member {string} [sku.tier] The name of the Azure pricing tier to which
+ * @property {string} [id] An identifier that represents the Analysis
+ * Services resource.
+ * @property {string} [name] The name of the Analysis Services resource.
+ * @property {string} [type] The type of the Analysis Services resource.
+ * @property {string} location Location of the Analysis Services resource.
+ * @property {object} sku The SKU of the Analysis Services resource.
+ * @property {string} [sku.name] Name of the SKU level.
+ * @property {string} [sku.tier] The name of the Azure pricing tier to which
* the SKU applies. Possible values include: 'Development', 'Basic',
* 'Standard'
- * @member {number} [sku.capacity] The number of instances in the read only
+ * @property {number} [sku.capacity] The number of instances in the read only
* query pool.
- * @member {object} [tags] Key-value pairs of additional resource
+ * @property {object} [tags] Key-value pairs of additional resource
* provisioning properties.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/resourceSku.js b/lib/services/analysisServices/lib/models/resourceSku.js
index afcc2a5579..aa50c0e864 100644
--- a/lib/services/analysisServices/lib/models/resourceSku.js
+++ b/lib/services/analysisServices/lib/models/resourceSku.js
@@ -18,11 +18,11 @@
class ResourceSku {
/**
* Create a ResourceSku.
- * @member {string} name Name of the SKU level.
- * @member {string} [tier] The name of the Azure pricing tier to which the
+ * @property {string} name Name of the SKU level.
+ * @property {string} [tier] The name of the Azure pricing tier to which the
* SKU applies. Possible values include: 'Development', 'Basic', 'Standard'
- * @member {number} [capacity] The number of instances in the read only query
- * pool. Default value: 1 .
+ * @property {number} [capacity] The number of instances in the read only
+ * query pool. Default value: 1 .
*/
constructor() {
}
diff --git a/lib/services/analysisServices/lib/models/serverAdministrators.js b/lib/services/analysisServices/lib/models/serverAdministrators.js
index 8036ffb28f..1cfbb365d2 100644
--- a/lib/services/analysisServices/lib/models/serverAdministrators.js
+++ b/lib/services/analysisServices/lib/models/serverAdministrators.js
@@ -17,7 +17,7 @@
class ServerAdministrators {
/**
* Create a ServerAdministrators.
- * @member {array} [members] An array of administrator user identities.
+ * @property {array} [members] An array of administrator user identities.
*/
constructor() {
}
diff --git a/lib/services/analysisServices/lib/models/skuDetailsForExistingResource.js b/lib/services/analysisServices/lib/models/skuDetailsForExistingResource.js
index 94c89627af..8de2bda016 100644
--- a/lib/services/analysisServices/lib/models/skuDetailsForExistingResource.js
+++ b/lib/services/analysisServices/lib/models/skuDetailsForExistingResource.js
@@ -17,12 +17,12 @@
class SkuDetailsForExistingResource {
/**
* Create a SkuDetailsForExistingResource.
- * @member {object} [sku] The SKU in SKU details for existing resources.
- * @member {string} [sku.name] Name of the SKU level.
- * @member {string} [sku.tier] The name of the Azure pricing tier to which
+ * @property {object} [sku] The SKU in SKU details for existing resources.
+ * @property {string} [sku.name] Name of the SKU level.
+ * @property {string} [sku.tier] The name of the Azure pricing tier to which
* the SKU applies. Possible values include: 'Development', 'Basic',
* 'Standard'
- * @member {number} [sku.capacity] The number of instances in the read only
+ * @property {number} [sku.capacity] The number of instances in the read only
* query pool.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/skuEnumerationForExistingResourceResult.js b/lib/services/analysisServices/lib/models/skuEnumerationForExistingResourceResult.js
index 9fefc5e7a8..8a2cd38678 100644
--- a/lib/services/analysisServices/lib/models/skuEnumerationForExistingResourceResult.js
+++ b/lib/services/analysisServices/lib/models/skuEnumerationForExistingResourceResult.js
@@ -17,7 +17,7 @@
class SkuEnumerationForExistingResourceResult {
/**
* Create a SkuEnumerationForExistingResourceResult.
- * @member {array} [value] The collection of available SKUs for existing
+ * @property {array} [value] The collection of available SKUs for existing
* resources.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/models/skuEnumerationForNewResourceResult.js b/lib/services/analysisServices/lib/models/skuEnumerationForNewResourceResult.js
index 30fecd9fcb..e1a2c7355b 100644
--- a/lib/services/analysisServices/lib/models/skuEnumerationForNewResourceResult.js
+++ b/lib/services/analysisServices/lib/models/skuEnumerationForNewResourceResult.js
@@ -17,7 +17,7 @@
class SkuEnumerationForNewResourceResult {
/**
* Create a SkuEnumerationForNewResourceResult.
- * @member {array} [value] The collection of available SKUs for new
+ * @property {array} [value] The collection of available SKUs for new
* resources.
*/
constructor() {
diff --git a/lib/services/analysisServices/lib/operations/index.d.ts b/lib/services/analysisServices/lib/operations/index.d.ts
index a2f5c4ac2d..aa8a13a0f5 100644
--- a/lib/services/analysisServices/lib/operations/index.d.ts
+++ b/lib/services/analysisServices/lib/operations/index.d.ts
@@ -123,7 +123,7 @@ export interface Servers {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -200,7 +200,7 @@ export interface Servers {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -376,7 +376,7 @@ export interface Servers {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -450,7 +450,7 @@ export interface Servers {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -494,7 +494,7 @@ export interface Servers {
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
@@ -517,7 +517,7 @@ export interface Servers {
suspendWithHttpOperationResponse(resourceGroupName: string, serverName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>;
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
@@ -1211,7 +1211,7 @@ export interface Servers {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -1288,7 +1288,7 @@ export interface Servers {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -1464,7 +1464,7 @@ export interface Servers {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -1538,7 +1538,7 @@ export interface Servers {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -1582,7 +1582,7 @@ export interface Servers {
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
@@ -1605,7 +1605,7 @@ export interface Servers {
beginSuspendWithHttpOperationResponse(resourceGroupName: string, serverName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>;
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
diff --git a/lib/services/analysisServices/lib/operations/servers.js b/lib/services/analysisServices/lib/operations/servers.js
index 8b68c9dff1..cc438c6995 100644
--- a/lib/services/analysisServices/lib/operations/servers.js
+++ b/lib/services/analysisServices/lib/operations/servers.js
@@ -228,7 +228,7 @@ function _getDetails(resourceGroupName, serverName, options, callback) {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -445,7 +445,7 @@ function _deleteMethod(resourceGroupName, serverName, options, callback) {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -528,7 +528,7 @@ function _update(resourceGroupName, serverName, serverUpdateParameters, options,
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
@@ -2087,7 +2087,7 @@ function _listOperationStatuses(location, operationId, options, callback) {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -2525,7 +2525,7 @@ function _beginDeleteMethod(resourceGroupName, serverName, options, callback) {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -2737,7 +2737,7 @@ function _beginUpdate(resourceGroupName, serverName, serverUpdateParameters, opt
}
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
@@ -3211,7 +3211,7 @@ class Servers {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -3300,7 +3300,7 @@ class Servers {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -3518,7 +3518,7 @@ class Servers {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -3604,7 +3604,7 @@ class Servers {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -3663,7 +3663,7 @@ class Servers {
}
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
@@ -3698,7 +3698,7 @@ class Servers {
}
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
@@ -4677,7 +4677,7 @@ class Servers {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -4766,7 +4766,7 @@ class Servers {
* array of firewall rules.
*
* @param {string} [serverParameters.ipV4FirewallSettings.enablePowerBIService]
- * The indicator of enableing PBI service.
+ * The indicator of enabling PBI service.
*
* @param {string} [serverParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -4984,7 +4984,7 @@ class Servers {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -5070,7 +5070,7 @@ class Servers {
*
* @param {string}
* [serverUpdateParameters.ipV4FirewallSettings.enablePowerBIService] The
- * indicator of enableing PBI service.
+ * indicator of enabling PBI service.
*
* @param {string} [serverUpdateParameters.querypoolConnectionMode] How the
* read-write server's participation in the query pool is controlled.
It
@@ -5129,7 +5129,7 @@ class Servers {
}
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
@@ -5164,7 +5164,7 @@ class Servers {
}
/**
- * Supends operation of the specified Analysis Services server instance.
+ * Suspends operation of the specified Analysis Services server instance.
*
* @param {string} resourceGroupName The name of the Azure Resource group of
* which a given Analysis Services server is part. This name must be at least 1
diff --git a/lib/services/analysisServices/package.json b/lib/services/analysisServices/package.json
index 79846cec01..765368080e 100644
--- a/lib/services/analysisServices/package.json
+++ b/lib/services/analysisServices/package.json
@@ -22,4 +22,4 @@
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-node/issues"
}
-}
\ No newline at end of file
+}