diff --git a/lib/services/storageManagement2/lib/models/dimension.js b/lib/services/storageManagement2/lib/models/dimension.js index bde4638db9..38a4babc25 100644 --- a/lib/services/storageManagement2/lib/models/dimension.js +++ b/lib/services/storageManagement2/lib/models/dimension.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Dimension of blobs, possiblly be blob type or access tier. + * Dimension of blobs, possibly be blob type or access tier. * */ class Dimension { diff --git a/lib/services/storageManagement2/lib/models/index.d.ts b/lib/services/storageManagement2/lib/models/index.d.ts index 1b1270627e..77058dcf9a 100644 --- a/lib/services/storageManagement2/lib/models/index.d.ts +++ b/lib/services/storageManagement2/lib/models/index.d.ts @@ -38,7 +38,7 @@ export interface OperationDisplay { } /** - * Dimension of blobs, possiblly be blob type or access tier. + * Dimension of blobs, possibly be blob type or access tier. */ export interface Dimension { /** @@ -126,7 +126,7 @@ export interface Operation { } /** - * The parameters used to check the availabity of the storage account name. + * The parameters used to check the availability of the storage account name. */ export interface StorageAccountCheckNameAvailabilityParameters { /** @@ -136,13 +136,13 @@ export interface StorageAccountCheckNameAvailabilityParameters { } /** - * The capability information in the specified sku, including file encryption, network acls, change + * The capability information in the specified SKU, including file encryption, network ACLs, change * notification, etc. */ export interface SKUCapability { /** - * The name of capability, The capability information in the specified sku, including file - * encryption, network acls, change notification, etc. + * The name of capability, The capability information in the specified SKU, including file + * encryption, network ACLs, change notification, etc. */ readonly name?: string; /** @@ -178,13 +178,13 @@ export interface Restriction { */ export interface Sku { /** - * Gets or sets the sku name. Required for account creation; optional for update. Note that in - * older versions, sku name was called accountType. Possible values include: 'Standard_LRS', + * Gets or sets the SKU name. Required for account creation; optional for update. Note that in + * older versions, SKU name was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', 'Premium_ZRS' */ name: string; /** - * Gets the sku tier. This is based on the SKU name. Possible values include: 'Standard', + * Gets the SKU tier. This is based on the SKU name. Possible values include: 'Standard', * 'Premium' */ readonly tier?: string; @@ -203,7 +203,7 @@ export interface Sku { */ readonly locations?: string[]; /** - * The capability information in the specified sku, including file encryption, network acls, + * The capability information in the specified SKU, including file encryption, network ACLs, * change notification, etc. */ readonly capabilities?: SKUCapability[]; @@ -404,7 +404,7 @@ export interface Identity { */ export interface StorageAccountCreateParameters { /** - * Required. Gets or sets the sku name. + * Required. Gets or sets the SKU name. */ sku: Sku; /** @@ -687,7 +687,7 @@ export interface StorageAccountListKeysResult { */ export interface StorageAccountRegenerateKeyParameters { /** - * The name of storage keys that want to be regenerated, possible vaules are key1, key2. + * The name of storage keys that want to be regenerated, possible values are key1, key2. */ keyName: string; } @@ -698,7 +698,7 @@ export interface StorageAccountRegenerateKeyParameters { export interface StorageAccountUpdateParameters { /** * Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS, - * Premium_LRS or Premium_ZRS, nor can accounts of those sku names be updated to any other value. + * Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value. */ sku?: Sku; /** @@ -840,7 +840,7 @@ export interface ListAccountSasResponse { } /** - * The parameters to list service SAS credentials of a speicific resource. + * The parameters to list service SAS credentials of a specific resource. */ export interface ServiceSasParameters { /** @@ -927,7 +927,7 @@ export interface ServiceSasParameters { */ export interface ListServiceSasResponse { /** - * List service SAS credentials of speicific resource. + * List service SAS credentials of specific resource. */ readonly serviceSasToken?: string; } diff --git a/lib/services/storageManagement2/lib/models/listServiceSasResponse.js b/lib/services/storageManagement2/lib/models/listServiceSasResponse.js index b4f8c56b75..eb1c5cf427 100644 --- a/lib/services/storageManagement2/lib/models/listServiceSasResponse.js +++ b/lib/services/storageManagement2/lib/models/listServiceSasResponse.js @@ -18,7 +18,7 @@ class ListServiceSasResponse { /** * Create a ListServiceSasResponse. * @property {string} [serviceSasToken] List service SAS credentials of - * speicific resource. + * specific resource. */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/sKUCapability.js b/lib/services/storageManagement2/lib/models/sKUCapability.js index 6b4be97944..fd326c100f 100644 --- a/lib/services/storageManagement2/lib/models/sKUCapability.js +++ b/lib/services/storageManagement2/lib/models/sKUCapability.js @@ -11,15 +11,15 @@ 'use strict'; /** - * The capability information in the specified sku, including file encryption, - * network acls, change notification, etc. + * The capability information in the specified SKU, including file encryption, + * network ACLs, change notification, etc. * */ class SKUCapability { /** * Create a SKUCapability. * @property {string} [name] The name of capability, The capability - * information in the specified sku, including file encryption, network acls, + * information in the specified SKU, including file encryption, network ACLs, * change notification, etc. * @property {string} [value] A string value to indicate states of given * capability. Possibly 'true' or 'false'. diff --git a/lib/services/storageManagement2/lib/models/serviceSasParameters.js b/lib/services/storageManagement2/lib/models/serviceSasParameters.js index 6ce95ade37..0d1403d2aa 100644 --- a/lib/services/storageManagement2/lib/models/serviceSasParameters.js +++ b/lib/services/storageManagement2/lib/models/serviceSasParameters.js @@ -11,7 +11,7 @@ 'use strict'; /** - * The parameters to list service SAS credentials of a speicific resource. + * The parameters to list service SAS credentials of a specific resource. * */ class ServiceSasParameters { diff --git a/lib/services/storageManagement2/lib/models/sku.js b/lib/services/storageManagement2/lib/models/sku.js index 956ad6f2f9..2e6909523e 100644 --- a/lib/services/storageManagement2/lib/models/sku.js +++ b/lib/services/storageManagement2/lib/models/sku.js @@ -17,12 +17,12 @@ class Sku { /** * Create a Sku. - * @property {string} name Gets or sets the sku name. Required for account - * creation; optional for update. Note that in older versions, sku name was + * @property {string} name Gets or sets the SKU name. Required for account + * creation; optional for update. Note that in older versions, SKU name was * called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' - * @property {string} [tier] Gets the sku tier. This is based on the SKU + * @property {string} [tier] Gets the SKU tier. This is based on the SKU * name. Possible values include: 'Standard', 'Premium' * @property {string} [resourceType] The type of the resource, usually it is * 'storageAccounts'. @@ -33,7 +33,7 @@ class Sku { * available. This will be supported and registered Azure Geo Regions (e.g. * West US, East US, Southeast Asia, etc.). * @property {array} [capabilities] The capability information in the - * specified sku, including file encryption, network acls, change + * specified SKU, including file encryption, network ACLs, change * notification, etc. * @property {array} [restrictions] The restrictions because of which SKU * cannot be used. This is empty if there are no restrictions. diff --git a/lib/services/storageManagement2/lib/models/storageAccount.js b/lib/services/storageManagement2/lib/models/storageAccount.js index 72d6f57270..d2914df6b9 100644 --- a/lib/services/storageManagement2/lib/models/storageAccount.js +++ b/lib/services/storageManagement2/lib/models/storageAccount.js @@ -21,12 +21,12 @@ class StorageAccount extends models['TrackedResource'] { /** * Create a StorageAccount. * @property {object} [sku] Gets the SKU. - * @property {string} [sku.name] Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku + * @property {string} [sku.name] Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU * name was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' - * @property {string} [sku.tier] Gets the sku tier. This is based on the SKU + * @property {string} [sku.tier] Gets the SKU tier. This is based on the SKU * name. Possible values include: 'Standard', 'Premium' * @property {string} [sku.resourceType] The type of the resource, usually it * is 'storageAccounts'. @@ -37,7 +37,7 @@ class StorageAccount extends models['TrackedResource'] { * available. This will be supported and registered Azure Geo Regions (e.g. * West US, East US, Southeast Asia, etc.). * @property {array} [sku.capabilities] The capability information in the - * specified sku, including file encryption, network acls, change + * specified SKU, including file encryption, network ACLs, change * notification, etc. * @property {array} [sku.restrictions] The restrictions because of which SKU * cannot be used. This is empty if there are no restrictions. diff --git a/lib/services/storageManagement2/lib/models/storageAccountCheckNameAvailabilityParameters.js b/lib/services/storageManagement2/lib/models/storageAccountCheckNameAvailabilityParameters.js index 1a3c10c56b..edd5079c79 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountCheckNameAvailabilityParameters.js +++ b/lib/services/storageManagement2/lib/models/storageAccountCheckNameAvailabilityParameters.js @@ -11,7 +11,7 @@ 'use strict'; /** - * The parameters used to check the availabity of the storage account name. + * The parameters used to check the availability of the storage account name. * */ class StorageAccountCheckNameAvailabilityParameters { diff --git a/lib/services/storageManagement2/lib/models/storageAccountCreateParameters.js b/lib/services/storageManagement2/lib/models/storageAccountCreateParameters.js index 58da510468..3e6e20f8cf 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountCreateParameters.js +++ b/lib/services/storageManagement2/lib/models/storageAccountCreateParameters.js @@ -17,13 +17,13 @@ class StorageAccountCreateParameters { /** * Create a StorageAccountCreateParameters. - * @property {object} sku Required. Gets or sets the sku name. - * @property {string} [sku.name] Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku + * @property {object} sku Required. Gets or sets the SKU name. + * @property {string} [sku.name] Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU * name was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' - * @property {string} [sku.tier] Gets the sku tier. This is based on the SKU + * @property {string} [sku.tier] Gets the SKU tier. This is based on the SKU * name. Possible values include: 'Standard', 'Premium' * @property {string} [sku.resourceType] The type of the resource, usually it * is 'storageAccounts'. @@ -34,7 +34,7 @@ class StorageAccountCreateParameters { * available. This will be supported and registered Azure Geo Regions (e.g. * West US, East US, Southeast Asia, etc.). * @property {array} [sku.capabilities] The capability information in the - * specified sku, including file encryption, network acls, change + * specified SKU, including file encryption, network ACLs, change * notification, etc. * @property {array} [sku.restrictions] The restrictions because of which SKU * cannot be used. This is empty if there are no restrictions. diff --git a/lib/services/storageManagement2/lib/models/storageAccountRegenerateKeyParameters.js b/lib/services/storageManagement2/lib/models/storageAccountRegenerateKeyParameters.js index 180e09f616..b5ed3d7a42 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountRegenerateKeyParameters.js +++ b/lib/services/storageManagement2/lib/models/storageAccountRegenerateKeyParameters.js @@ -18,7 +18,7 @@ class StorageAccountRegenerateKeyParameters { /** * Create a StorageAccountRegenerateKeyParameters. * @property {string} keyName The name of storage keys that want to be - * regenerated, possible vaules are key1, key2. + * regenerated, possible values are key1, key2. */ constructor() { } diff --git a/lib/services/storageManagement2/lib/models/storageAccountUpdateParameters.js b/lib/services/storageManagement2/lib/models/storageAccountUpdateParameters.js index 9ec68e5d8e..ca3236742c 100644 --- a/lib/services/storageManagement2/lib/models/storageAccountUpdateParameters.js +++ b/lib/services/storageManagement2/lib/models/storageAccountUpdateParameters.js @@ -20,13 +20,13 @@ class StorageAccountUpdateParameters { * Create a StorageAccountUpdateParameters. * @property {object} [sku] Gets or sets the SKU name. Note that the SKU name * cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor can - * accounts of those sku names be updated to any other value. - * @property {string} [sku.name] Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku + * accounts of those SKU names be updated to any other value. + * @property {string} [sku.name] Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU * name was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' - * @property {string} [sku.tier] Gets the sku tier. This is based on the SKU + * @property {string} [sku.tier] Gets the SKU tier. This is based on the SKU * name. Possible values include: 'Standard', 'Premium' * @property {string} [sku.resourceType] The type of the resource, usually it * is 'storageAccounts'. @@ -37,7 +37,7 @@ class StorageAccountUpdateParameters { * available. This will be supported and registered Azure Geo Regions (e.g. * West US, East US, Southeast Asia, etc.). * @property {array} [sku.capabilities] The capability information in the - * specified sku, including file encryption, network acls, change + * specified SKU, including file encryption, network ACLs, change * notification, etc. * @property {array} [sku.restrictions] The restrictions because of which SKU * cannot be used. This is empty if there are no restrictions. diff --git a/lib/services/storageManagement2/lib/operations/index.d.ts b/lib/services/storageManagement2/lib/operations/index.d.ts index 6ef52ed397..7fba7f2d6d 100644 --- a/lib/services/storageManagement2/lib/operations/index.d.ts +++ b/lib/services/storageManagement2/lib/operations/index.d.ts @@ -216,10 +216,10 @@ export interface StorageAccounts { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -350,10 +350,10 @@ export interface StorageAccounts { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -565,7 +565,7 @@ export interface StorageAccounts { * @param {object} [options] Optional Parameters. * * @param {string} [options.expand] May be used to expand the properties within - * account's properties. By default, data is not included when fecthing + * account's properties. By default, data is not included when fetching * properties. Currently we only support geoReplicationStats. Possible values * include: 'geoReplicationStats' * @@ -595,7 +595,7 @@ export interface StorageAccounts { * @param {object} [options] Optional Parameters. * * @param {string} [options.expand] May be used to expand the properties within - * account's properties. By default, data is not included when fecthing + * account's properties. By default, data is not included when fetching * properties. Currently we only support geoReplicationStats. Possible values * include: 'geoReplicationStats' * @@ -652,10 +652,10 @@ export interface StorageAccounts { * * @param {object} [parameters.sku] Gets or sets the SKU name. Note that the * SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor - * can accounts of those sku names be updated to any other value. + * can accounts of those SKU names be updated to any other value. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -783,10 +783,10 @@ export interface StorageAccounts { * * @param {object} [parameters.sku] Gets or sets the SKU name. Note that the * SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor - * can accounts of those sku names be updated to any other value. + * can accounts of those SKU names be updated to any other value. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -1103,7 +1103,7 @@ export interface StorageAccounts { * characters in length and use numbers and lower-case letters only. * * @param {string} keyName The name of storage keys that want to be - * regenerated, possible vaules are key1, key2. + * regenerated, possible values are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -1129,7 +1129,7 @@ export interface StorageAccounts { * characters in length and use numbers and lower-case letters only. * * @param {string} keyName The name of storage keys that want to be - * regenerated, possible vaules are key1, key2. + * regenerated, possible values are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -1563,10 +1563,10 @@ export interface StorageAccounts { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -1697,10 +1697,10 @@ export interface StorageAccounts { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' diff --git a/lib/services/storageManagement2/lib/operations/storageAccounts.js b/lib/services/storageManagement2/lib/operations/storageAccounts.js index 7653e13e9e..e5f612bae3 100644 --- a/lib/services/storageManagement2/lib/operations/storageAccounts.js +++ b/lib/services/storageManagement2/lib/operations/storageAccounts.js @@ -198,10 +198,10 @@ function _checkNameAvailability(name, options, callback) { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -545,7 +545,7 @@ function _deleteMethod(resourceGroupName, accountName, options, callback) { * @param {object} [options] Optional Parameters. * * @param {string} [options.expand] May be used to expand the properties within - * account's properties. By default, data is not included when fecthing + * account's properties. By default, data is not included when fetching * properties. Currently we only support geoReplicationStats. Possible values * include: 'geoReplicationStats' * @@ -746,10 +746,10 @@ function _getProperties(resourceGroupName, accountName, options, callback) { * * @param {object} [parameters.sku] Gets or sets the SKU name. Note that the * SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor - * can accounts of those sku names be updated to any other value. + * can accounts of those SKU names be updated to any other value. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -1516,7 +1516,7 @@ function _listKeys(resourceGroupName, accountName, options, callback) { * characters in length and use numbers and lower-case letters only. * * @param {string} keyName The name of storage keys that want to be - * regenerated, possible vaules are key1, key2. + * regenerated, possible values are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -2271,10 +2271,10 @@ function _failover(resourceGroupName, accountName, options, callback) { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -2847,10 +2847,10 @@ class StorageAccounts { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -2993,10 +2993,10 @@ class StorageAccounts { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -3250,7 +3250,7 @@ class StorageAccounts { * @param {object} [options] Optional Parameters. * * @param {string} [options.expand] May be used to expand the properties within - * account's properties. By default, data is not included when fecthing + * account's properties. By default, data is not included when fetching * properties. Currently we only support geoReplicationStats. Possible values * include: 'geoReplicationStats' * @@ -3292,7 +3292,7 @@ class StorageAccounts { * @param {object} [options] Optional Parameters. * * @param {string} [options.expand] May be used to expand the properties within - * account's properties. By default, data is not included when fecthing + * account's properties. By default, data is not included when fetching * properties. Currently we only support geoReplicationStats. Possible values * include: 'geoReplicationStats' * @@ -3364,10 +3364,10 @@ class StorageAccounts { * * @param {object} [parameters.sku] Gets or sets the SKU name. Note that the * SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor - * can accounts of those sku names be updated to any other value. + * can accounts of those SKU names be updated to any other value. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -3507,10 +3507,10 @@ class StorageAccounts { * * @param {object} [parameters.sku] Gets or sets the SKU name. Note that the * SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor - * can accounts of those sku names be updated to any other value. + * can accounts of those SKU names be updated to any other value. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -3923,7 +3923,7 @@ class StorageAccounts { * characters in length and use numbers and lower-case letters only. * * @param {string} keyName The name of storage keys that want to be - * regenerated, possible vaules are key1, key2. + * regenerated, possible values are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -3961,7 +3961,7 @@ class StorageAccounts { * characters in length and use numbers and lower-case letters only. * * @param {string} keyName The name of storage keys that want to be - * regenerated, possible vaules are key1, key2. + * regenerated, possible values are key1, key2. * * @param {object} [options] Optional Parameters. * @@ -4491,10 +4491,10 @@ class StorageAccounts { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS' @@ -4637,10 +4637,10 @@ class StorageAccounts { * @param {object} parameters The parameters to provide for the created * account. * - * @param {object} parameters.sku Required. Gets or sets the sku name. + * @param {object} parameters.sku Required. Gets or sets the SKU name. * - * @param {string} parameters.sku.name Gets or sets the sku name. Required for - * account creation; optional for update. Note that in older versions, sku name + * @param {string} parameters.sku.name Gets or sets the SKU name. Required for + * account creation; optional for update. Note that in older versions, SKU name * was called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', * 'Premium_ZRS'