Skip to content

Commit 4966173

Browse files
crosenblattChris Rosenblattnaveedaz
authored
Add CipherSuites object to support discoverability API (#30067)
Co-authored-by: Chris Rosenblatt <crosenblatt@microsoft.com> Co-authored-by: Naveed Aziz <naveeda@microsoft.com>
1 parent 9ce2bd0 commit 4966173

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,19 @@
673673
}
674674
}
675675
},
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+
},
676689
"CloningInfo": {
677690
"description": "Information needed for cloning operation.",
678691
"required": [

0 commit comments

Comments
 (0)