Skip to content

Commit ffcc557

Browse files
tonykjose00Kai0
authored andcommitted
Support Infrastructure Encryption - secondary layer of encryption at … (Azure#8773)
* Support Infrastructure Encryption - secondary layer of encryption at REST for accounts. Add a boolean property to Microsoft.Storage/storageAccounts resource under encryption attributes to opt-in for a secondary layer of encryption for data at rest. * requireInfrastructureEncryption is optional and defaults to null.
1 parent 1289020 commit ffcc557

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"enabled": true
2929
}
3030
},
31+
"requireInfrastructureEncryption": false,
3132
"keySource": "Microsoft.Storage"
3233
}
3334
},
@@ -89,6 +90,7 @@
8990
"lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
9091
}
9192
},
93+
"requireInfrastructureEncryption": false,
9294
"keySource": "Microsoft.Storage"
9395
},
9496
"secondaryLocation": "centraluseuap",

specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/storage.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,11 @@
18781878
},
18791879
"default": "Microsoft.Storage"
18801880
},
1881+
"requireInfrastructureEncryption": {
1882+
"type": "boolean",
1883+
"x-ms-client-name": "RequireInfrastructureEncryption",
1884+
"description": "A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest."
1885+
},
18811886
"keyvaultproperties": {
18821887
"$ref": "#/definitions/KeyVaultProperties",
18831888
"x-ms-client-name": "KeyVaultProperties",

0 commit comments

Comments
 (0)