Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
nguyenquang/2025 04 02 preview ACNS Transit Encryption API
Signed-off-by: Quang Nguyen <[email protected]>
  • Loading branch information
nddq committed May 27, 2025
commit 304a77763cadc38cc4e411de33b9d9899974ba5f
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2025-04-02-preview/managedClusters.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "ContainerServiceClient",
Expand Down Expand Up @@ -10214,7 +10214,6 @@
},
"transitEncryption": {
"type": "object",
"x-ms-client-flatten": true,
"description": "Encryption configuration for Cilium-based clusters. Once enabled all traffic between Cilium managed pods will be encrypted when it leaves the node boundary.",
"properties": {
"type": {
Expand Down
Loading