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
2 changes: 1 addition & 1 deletion lib/services/storageManagement2/lib/models/dimension.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
28 changes: 14 additions & 14 deletions lib/services/storageManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down Expand Up @@ -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 {
/**
Expand All @@ -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;
/**
Expand Down Expand Up @@ -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;
Expand All @@ -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[];
Expand Down Expand Up @@ -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;
/**
Expand Down Expand Up @@ -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;
}
Expand All @@ -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;
/**
Expand Down Expand Up @@ -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 {
/**
Expand Down Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ListServiceSasResponse {
/**
* Create a ListServiceSasResponse.
* @property {string} [serviceSasToken] List service SAS credentials of
* speicific resource.
* specific resource.
*/
constructor() {
}
Expand Down
6 changes: 3 additions & 3 deletions lib/services/storageManagement2/lib/models/sKUCapability.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions lib/services/storageManagement2/lib/models/sku.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions lib/services/storageManagement2/lib/models/storageAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand All @@ -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.
Expand Down
44 changes: 22 additions & 22 deletions lib/services/storageManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
*
Expand Down Expand Up @@ -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'
*
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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.
*
Expand All @@ -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.
*
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
Loading