Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
zfchen95 committed Nov 19, 2021
1 parent b6abd75 commit c67f05d
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2530,13 +2530,13 @@
"properties": {
"enabled": {
"type": "boolean",
"description": "A boolean indicating whether or not the service encrypts the data as it is stored."
"description": "A boolean indicating whether or not the service encrypts the data as it is stored. Encryption at rest is enabled by default today and cannot be disabled."
},
"lastEnabledTime": {
"readOnly": true,
"type": "string",
"format": "date-time",
"description": "Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate."
"description": "Gets a rough estimate of the date/time when the encryption was last enabled by the user. Data is encrypted at rest by default today and cannot be disabled."
},
"keyType": {
"type": "string",
Expand Down Expand Up @@ -2948,7 +2948,7 @@
},
"encryption": {
"$ref": "#/definitions/Encryption",
"description": "Not applicable. Azure Storage encryption is enabled for all storage accounts and cannot be disabled."
"description": "Encryption settings to be used for server-side encryption for the storage account."
},
"networkAcls": {
"$ref": "#/definitions/NetworkRuleSet",
Expand Down Expand Up @@ -3533,7 +3533,7 @@
"encryption": {
"$ref": "#/definitions/Encryption",
"readOnly": true,
"description": "Gets the encryption settings on the account. If unspecified, the account is unencrypted."
"description": "Encryption settings to be used for server-side encryption for the storage account."
},
"accessTier": {
"readOnly": true,
Expand Down Expand Up @@ -3850,7 +3850,7 @@
},
"encryption": {
"$ref": "#/definitions/Encryption",
"description": "Provides the encryption settings on the account. The default setting is unencrypted."
"description": "Not applicable. Azure Storage encryption at rest is enabled by default for all storage accounts and cannot be disabled."
},
"sasPolicy": {
"$ref": "#/definitions/SasPolicy",
Expand Down Expand Up @@ -4833,9 +4833,6 @@
"$ref": "#/definitions/LocalUser"
},
"description": "The local users associated with the storage account."
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData"
}
},
"description": "List storage account local users."
Expand Down Expand Up @@ -4882,9 +4879,11 @@
"description": "A unique Security Identifier that is generated by the server."
},
"sharedKey": {
"x-ms-secret": true,
"$ref": "#/definitions/SharedKey"
},
"sshPassword": {
"x-ms-secret": true,
"readOnly": true,
"type": "string",
"description": "Auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user."
Expand Down

0 comments on commit c67f05d

Please sign in to comment.