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
6 changes: 3 additions & 3 deletions lib/services/storageManagement2/lib/models/customDomain.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CustomDomain {
* Create a CustomDomain.
* @property {string} name Gets or sets the custom domain name assigned to
* the storage account. Name is the CNAME source.
* @property {boolean} [useSubDomain] Indicates whether indirect CName
* @property {boolean} [useSubDomainName] Indicates whether indirect CName
* validation is enabled. Default value is false. This should only be set on
* updates.
*/
Expand Down Expand Up @@ -48,9 +48,9 @@ class CustomDomain {
name: 'String'
}
},
useSubDomain: {
useSubDomainName: {
required: false,
serializedName: 'useSubDomain',
serializedName: 'useSubDomainName',
type: {
name: 'Boolean'
}
Expand Down
2 changes: 1 addition & 1 deletion lib/services/storageManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export interface CustomDomain {
* Indicates whether indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
*/
useSubDomain?: boolean;
useSubDomainName?: boolean;
}

/**
Expand Down
6 changes: 3 additions & 3 deletions lib/services/storageManagement2/lib/models/storageAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ class StorageAccount extends models['TrackedResource'] {
* to this storage account.
* @property {string} [customDomain.name] Gets or sets the custom domain name
* assigned to the storage account. Name is the CNAME source.
* @property {boolean} [customDomain.useSubDomain] Indicates whether indirect
* CName validation is enabled. Default value is false. This should only be
* set on updates.
* @property {boolean} [customDomain.useSubDomainName] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @property {object} [secondaryEndpoints] Gets the URLs that are used to
* perform a retrieval of a public blob, queue, or table object from the
* secondary location of the storage account. Only available if the SKU name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class StorageAccountCreateParameters {
* empty string for the custom domain name property.
* @property {string} [customDomain.name] Gets or sets the custom domain name
* assigned to the storage account. Name is the CNAME source.
* @property {boolean} [customDomain.useSubDomain] Indicates whether indirect
* CName validation is enabled. Default value is false. This should only be
* set on updates.
* @property {boolean} [customDomain.useSubDomainName] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @property {object} [encryption] Provides the encryption settings on the
* account. If left unspecified the account encryption settings will remain
* the same. The default setting is unencrypted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class StorageAccountUpdateParameters {
* domain, use an empty string for the custom domain name property.
* @property {string} [customDomain.name] Gets or sets the custom domain name
* assigned to the storage account. Name is the CNAME source.
* @property {boolean} [customDomain.useSubDomain] Indicates whether indirect
* CName validation is enabled. Default value is false. This should only be
* set on updates.
* @property {boolean} [customDomain.useSubDomainName] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @property {object} [encryption] Provides the encryption settings on the
* account. The default setting is unencrypted.
* @property {object} [encryption.services] List of services which support
Expand Down
36 changes: 18 additions & 18 deletions lib/services/storageManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ export interface StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down Expand Up @@ -387,9 +387,9 @@ export interface StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down Expand Up @@ -679,9 +679,9 @@ export interface StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. The default setting is unencrypted.
Expand Down Expand Up @@ -810,9 +810,9 @@ export interface StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. The default setting is unencrypted.
Expand Down Expand Up @@ -1600,9 +1600,9 @@ export interface StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down Expand Up @@ -1734,9 +1734,9 @@ export interface StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down
54 changes: 27 additions & 27 deletions lib/services/storageManagement2/lib/operations/storageAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ function _checkNameAvailability(name, options, callback) {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down Expand Up @@ -773,9 +773,9 @@ function _getProperties(resourceGroupName, accountName, options, callback) {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. The default setting is unencrypted.
Expand Down Expand Up @@ -2308,9 +2308,9 @@ function _failover(resourceGroupName, accountName, options, callback) {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down Expand Up @@ -2884,9 +2884,9 @@ class StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down Expand Up @@ -3030,9 +3030,9 @@ class StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down Expand Up @@ -3391,9 +3391,9 @@ class StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. The default setting is unencrypted.
Expand Down Expand Up @@ -3534,9 +3534,9 @@ class StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. The default setting is unencrypted.
Expand Down Expand Up @@ -4528,9 +4528,9 @@ class StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down Expand Up @@ -4674,9 +4674,9 @@ class StorageAccounts {
* @param {string} parameters.customDomain.name Gets or sets the custom domain
* name assigned to the storage account. Name is the CNAME source.
*
* @param {boolean} [parameters.customDomain.useSubDomain] Indicates whether
* indirect CName validation is enabled. Default value is false. This should
* only be set on updates.
* @param {boolean} [parameters.customDomain.useSubDomainName] Indicates
* whether indirect CName validation is enabled. Default value is false. This
* should only be set on updates.
*
* @param {object} [parameters.encryption] Provides the encryption settings on
* the account. If left unspecified the account encryption settings will remain
Expand Down