Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class AdditionalFeaturesServerConfigurations {
* Create a AdditionalFeaturesServerConfigurations.
* @property {boolean} [isRServicesEnabled] Enable or disable R services (SQL
* 2016 onwards).
* @property {boolean} [backupPermissionsForAzureBackupSvc] Enable or disable
* Azure Backup service.
*/
constructor() {
}
Expand All @@ -45,13 +43,6 @@ class AdditionalFeaturesServerConfigurations {
type: {
name: 'Boolean'
}
},
backupPermissionsForAzureBackupSvc: {
required: false,
serializedName: 'backupPermissionsForAzureBackupSvc',
type: {
name: 'Boolean'
}
}
}
}
Expand Down
13 changes: 6 additions & 7 deletions lib/services/sqlvirtualmachineManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface LoadBalancerConfiguration {
*/
publicIpAddressResourceId?: string;
/**
* Subnet used to include private IP.
* Resource id of the load balancer.
*/
loadBalancerResourceId?: string;
/**
Expand Down Expand Up @@ -218,8 +218,7 @@ export interface SqlVirtualMachineGroup extends TrackedResource {
*/
sqlImageOffer?: string;
/**
* SQL image sku. Possible values include: 'Developer', 'Express', 'Standard', 'Enterprise',
* 'Web'
* SQL image sku. Possible values include: 'Developer', 'Enterprise'
*/
sqlImageSku?: string;
/**
Expand Down Expand Up @@ -437,6 +436,10 @@ export interface SqlStorageUpdateSettings {
* Disk configuration to apply to SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD'
*/
diskConfigurationType?: string;
/**
* Device id of the first disk to be updated.
*/
startingDeviceId?: number;
}

/**
Expand All @@ -447,10 +450,6 @@ export interface AdditionalFeaturesServerConfigurations {
* Enable or disable R services (SQL 2016 onwards).
*/
isRServicesEnabled?: boolean;
/**
* Enable or disable Azure Backup service.
*/
backupPermissionsForAzureBackupSvc?: boolean;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class LoadBalancerConfiguration {
* include private IP.
* @property {string} [publicIpAddressResourceId] Resource id of the public
* IP.
* @property {string} [loadBalancerResourceId] Subnet used to include private
* IP.
* @property {string} [loadBalancerResourceId] Resource id of the load
* balancer.
* @property {number} [probePort] Probe port.
* @property {array} [sqlVirtualMachineInstances] List of the SQL virtual
* machine instance resource id's that are enrolled into the availability
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ class ServerConfigurationsManagementSettings {
* @property {string} [sqlStorageUpdateSettings.diskConfigurationType] Disk
* configuration to apply to SQL Server. Possible values include: 'NEW',
* 'EXTEND', 'ADD'
* @property {number} [sqlStorageUpdateSettings.startingDeviceId] Device id
* of the first disk to be updated.
* @property {object} [additionalFeaturesServerConfigurations] Additional SQL
* feature settings.
* @property {boolean}
* [additionalFeaturesServerConfigurations.isRServicesEnabled] Enable or
* disable R services (SQL 2016 onwards).
* @property {boolean}
* [additionalFeaturesServerConfigurations.backupPermissionsForAzureBackupSvc]
* Enable or disable Azure Backup service.
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class SqlStorageUpdateSettings {
* @property {number} [diskCount] Virtual machine disk count.
* @property {string} [diskConfigurationType] Disk configuration to apply to
* SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD'
* @property {number} [startingDeviceId] Device id of the first disk to be
* updated.
*/
constructor() {
}
Expand Down Expand Up @@ -51,6 +53,13 @@ class SqlStorageUpdateSettings {
type: {
name: 'String'
}
},
startingDeviceId: {
required: false,
serializedName: 'startingDeviceId',
type: {
name: 'Number'
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ class SqlVirtualMachine extends models['TrackedResource'] {
* [serverConfigurationsManagementSettings.sqlStorageUpdateSettings.diskConfigurationType]
* Disk configuration to apply to SQL Server. Possible values include: 'NEW',
* 'EXTEND', 'ADD'
* @property {number}
* [serverConfigurationsManagementSettings.sqlStorageUpdateSettings.startingDeviceId]
* Device id of the first disk to be updated.
* @property {object}
* [serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations]
* Additional SQL feature settings.
* @property {boolean}
* [serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.isRServicesEnabled]
* Enable or disable R services (SQL 2016 onwards).
* @property {boolean}
* [serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.backupPermissionsForAzureBackupSvc]
* Enable or disable Azure Backup service.
*/
constructor() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SqlVirtualMachineGroup extends models['TrackedResource'] {
* @property {string} [sqlImageOffer] SQL image offer. Examples may include
* SQL2016-WS2016, SQL2017-WS2016.
* @property {string} [sqlImageSku] SQL image sku. Possible values include:
* 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* 'Developer', 'Enterprise'
* @property {string} [scaleType] Scale type. Possible values include: 'HA'
* @property {string} [clusterManagerType] Type of cluster manager: Windows
* Server Failover Cluster (WSFC), implied by the scale type of the group and
Expand Down
40 changes: 20 additions & 20 deletions lib/services/sqlvirtualmachineManagement/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ export interface SqlVirtualMachineGroups {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -826,7 +826,7 @@ export interface SqlVirtualMachineGroups {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -1161,7 +1161,7 @@ export interface SqlVirtualMachineGroups {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -1226,7 +1226,7 @@ export interface SqlVirtualMachineGroups {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -1792,6 +1792,10 @@ export interface SqlVirtualMachines {
* Disk configuration to apply to SQL Server. Possible values include: 'NEW',
* 'EXTEND', 'ADD'
*
* @param {number}
* [parameters.serverConfigurationsManagementSettings.sqlStorageUpdateSettings.startingDeviceId]
* Device id of the first disk to be updated.
*
* @param {object}
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations]
* Additional SQL feature settings.
Expand All @@ -1800,10 +1804,6 @@ export interface SqlVirtualMachines {
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.isRServicesEnabled]
* Enable or disable R services (SQL 2016 onwards).
*
* @param {boolean}
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.backupPermissionsForAzureBackupSvc]
* Enable or disable Azure Backup service.
*
* @param {string} parameters.location Resource location.
*
* @param {object} [parameters.tags] Resource tags.
Expand Down Expand Up @@ -1986,6 +1986,10 @@ export interface SqlVirtualMachines {
* Disk configuration to apply to SQL Server. Possible values include: 'NEW',
* 'EXTEND', 'ADD'
*
* @param {number}
* [parameters.serverConfigurationsManagementSettings.sqlStorageUpdateSettings.startingDeviceId]
* Device id of the first disk to be updated.
*
* @param {object}
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations]
* Additional SQL feature settings.
Expand All @@ -1994,10 +1998,6 @@ export interface SqlVirtualMachines {
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.isRServicesEnabled]
* Enable or disable R services (SQL 2016 onwards).
*
* @param {boolean}
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.backupPermissionsForAzureBackupSvc]
* Enable or disable Azure Backup service.
*
* @param {string} parameters.location Resource location.
*
* @param {object} [parameters.tags] Resource tags.
Expand Down Expand Up @@ -2444,6 +2444,10 @@ export interface SqlVirtualMachines {
* Disk configuration to apply to SQL Server. Possible values include: 'NEW',
* 'EXTEND', 'ADD'
*
* @param {number}
* [parameters.serverConfigurationsManagementSettings.sqlStorageUpdateSettings.startingDeviceId]
* Device id of the first disk to be updated.
*
* @param {object}
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations]
* Additional SQL feature settings.
Expand All @@ -2452,10 +2456,6 @@ export interface SqlVirtualMachines {
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.isRServicesEnabled]
* Enable or disable R services (SQL 2016 onwards).
*
* @param {boolean}
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.backupPermissionsForAzureBackupSvc]
* Enable or disable Azure Backup service.
*
* @param {string} parameters.location Resource location.
*
* @param {object} [parameters.tags] Resource tags.
Expand Down Expand Up @@ -2638,6 +2638,10 @@ export interface SqlVirtualMachines {
* Disk configuration to apply to SQL Server. Possible values include: 'NEW',
* 'EXTEND', 'ADD'
*
* @param {number}
* [parameters.serverConfigurationsManagementSettings.sqlStorageUpdateSettings.startingDeviceId]
* Device id of the first disk to be updated.
*
* @param {object}
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations]
* Additional SQL feature settings.
Expand All @@ -2646,10 +2650,6 @@ export interface SqlVirtualMachines {
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.isRServicesEnabled]
* Enable or disable R services (SQL 2016 onwards).
*
* @param {boolean}
* [parameters.serverConfigurationsManagementSettings.additionalFeaturesServerConfigurations.backupPermissionsForAzureBackupSvc]
* Enable or disable Azure Backup service.
*
* @param {string} parameters.location Resource location.
*
* @param {object} [parameters.tags] Resource tags.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function _get(resourceGroupName, sqlVirtualMachineGroupName, options, callback)
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -731,7 +731,7 @@ function _list(options, callback) {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -1626,7 +1626,7 @@ class SqlVirtualMachineGroups {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -1703,7 +1703,7 @@ class SqlVirtualMachineGroups {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -2161,7 +2161,7 @@ class SqlVirtualMachineGroups {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down Expand Up @@ -2238,7 +2238,7 @@ class SqlVirtualMachineGroups {
* include SQL2016-WS2016, SQL2017-WS2016.
*
* @param {string} [parameters.sqlImageSku] SQL image sku. Possible values
* include: 'Developer', 'Express', 'Standard', 'Enterprise', 'Web'
* include: 'Developer', 'Enterprise'
*
* @param {object} [parameters.wsfcDomainProfile] Cluster Active Directory
* domain profile.
Expand Down
Loading