Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[AutoPR storage/resource-manager] updating description - clarify encr…
…yption enabled by default (#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default
  • Loading branch information
AutorestCI authored Aug 2, 2019
commit b4d0f236e338c8d9c771f434e338887791d372bd
Original file line number Diff line number Diff line change
Expand Up @@ -2226,9 +2226,8 @@ class StorageAccountCreateParameters(Model):
at this time. To clear the existing custom domain, use an empty string for
the custom domain name property.
:type custom_domain: ~azure.mgmt.storage.v2019_04_01.models.CustomDomain
:param encryption: Provides the encryption settings on the account. If
left unspecified the account encryption settings will remain the same. The
default setting is unencrypted.
:param encryption: Not applicable. Azure Storage encryption is enabled for
all storage accounts and cannot be disabled.
:type encryption: ~azure.mgmt.storage.v2019_04_01.models.Encryption
:param network_rule_set: Network rule set
:type network_rule_set:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2226,9 +2226,8 @@ class StorageAccountCreateParameters(Model):
at this time. To clear the existing custom domain, use an empty string for
the custom domain name property.
:type custom_domain: ~azure.mgmt.storage.v2019_04_01.models.CustomDomain
:param encryption: Provides the encryption settings on the account. If
left unspecified the account encryption settings will remain the same. The
default setting is unencrypted.
:param encryption: Not applicable. Azure Storage encryption is enabled for
all storage accounts and cannot be disabled.
:type encryption: ~azure.mgmt.storage.v2019_04_01.models.Encryption
:param network_rule_set: Network rule set
:type network_rule_set:
Expand Down