Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] storage/resource-manager #7446

Merged
merged 10 commits into from
Sep 29, 2019
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