Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(batch): add patch to keep the old name of the EksPodProperties type. #1540

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

moelasmar
Copy link
Contributor

Keep the old name of EksPodProperties to be PodProperties.

Copy link

github-actions bot commented Jan 3, 2025

@aws-cdk/aws-service-spec: Model database diff detected

├[~] service aws-batch
│ └ resources
│    └[~]  resource AWS::Batch::JobDefinition
│       └ types
│          ├[-]  type EksPodProperties
│          │  ├      documentation: The properties for the pod.
│          │  │      name: EksPodProperties
│          │  └ properties
│          │     ├ InitContainers: Array<EksContainer>
│          │     ├ Volumes: Array<EksVolume>
│          │     ├ DnsPolicy: string
│          │     ├ Containers: Array<EksContainer>
│          │     ├ Metadata: EksMetadata
│          │     ├ ServiceAccountName: string
│          │     ├ ImagePullSecrets: Array<ImagePullSecret>
│          │     ├ HostNetwork: boolean
│          │     └ ShareProcessNamespace: boolean
│          ├[~] type EksProperties
│          │ └ properties
│          │    └ PodProperties: - EksPodProperties ⇐ PodProperties
│          │                     + PodProperties
│          └[~] type PodProperties
│            └ properties
│               ├[+] ImagePullSecrets: Array<ImagePullSecret>
│               ├[+] InitContainers: Array<EksContainer>
│               ├ Metadata: - Metadata
│               │           + EksMetadata ⇐ Metadata
│               └[+] ShareProcessNamespace: boolean
└[~] service aws-wisdom
  └ resources
     ├[~]  resource AWS::Wisdom::AIAgent
     │  └ attributes
     │     └[-] ModifiedTimeSeconds: number
     └[~]  resource AWS::Wisdom::AIPrompt
        └ attributes
           └[-] ModifiedTimeSeconds: number

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Jan 3, 2025
Merged via the queue into main with commit 86ef13f Jan 3, 2025
10 checks passed
@aws-cdk-automation aws-cdk-automation deleted the melasmar/batch_patch branch January 3, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants