We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce2bd0 commit 4966173Copy full SHA for 4966173
1 file changed
specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json
@@ -673,6 +673,19 @@
673
}
674
675
},
676
+ "CipherSuites": {
677
+ "description": "Describes valid TLS cipher suites.",
678
+ "type": "object",
679
+ "properties": {
680
+ "suites": {
681
+ "description": "List of TLS Cipher Suites that are supported by App Service.",
682
+ "type": "array",
683
+ "items": {
684
+ "type": "string"
685
+ }
686
687
688
+ },
689
"CloningInfo": {
690
"description": "Information needed for cloning operation.",
691
"required": [
0 commit comments