From 0fd6a7fa17d01c6095ec3a7bf51cbaecd276b7ce Mon Sep 17 00:00:00 2001 From: Mohamed ElAsmar Date: Fri, 3 Jan 2025 07:43:34 -0800 Subject: [PATCH] fix(batch): add patch to keep the old name of the EksPodProperties type. --- .../aws-service-spec/build/patches/service-patches/batch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@aws-cdk/aws-service-spec/build/patches/service-patches/batch.ts b/packages/@aws-cdk/aws-service-spec/build/patches/service-patches/batch.ts index 0d3326fad..cd1f6a031 100644 --- a/packages/@aws-cdk/aws-service-spec/build/patches/service-patches/batch.ts +++ b/packages/@aws-cdk/aws-service-spec/build/patches/service-patches/batch.ts @@ -9,5 +9,6 @@ registerServicePatches( renameDefinition('EksHostPath', 'HostPath', reason)(lens); renameDefinition('EksContainerResourceRequirements', 'Resources', reason)(lens); renameDefinition('EksContainerSecurityContext', 'SecurityContext', reason)(lens); + renameDefinition('EksPodProperties', 'PodProperties', reason)(lens); }), );