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: deprecated properties not recorded #655

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Oct 31, 2023

In #646 we made a hotpatch to survive incorrectly specified deprecated properties, but made a mistake which removed all deprecation information from the DB.

Fix that.

In #646 we made a hotpatch to survive incorrectly specified deprecated
properties, but made a mistake which removed all deprecation information
from the DB.

Fix that.
@rix0rrr rix0rrr requested a review from a team October 31, 2023 13:05
@github-actions
Copy link

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

├[~] service aws-athena
│ └ resources
│    └[~] resource AWS::Athena::WorkGroup
│      └ properties
│         └ WorkGroupConfigurationUpdates: - WorkGroupConfigurationUpdates
│                                          + WorkGroupConfigurationUpdates (deprecated=WARN)
├[~] service aws-ec2
│ └ resources
│    └[~] resource AWS::EC2::EIPAssociation
│      └ properties
│         └ EIP: - string (immutable)
│                + string (deprecated=WARN, immutable)
├[~] service aws-finspace
│ └ resources
│    └[~] resource AWS::FinSpace::Environment
│      └ properties
│         └ DataBundles: - Array<string> (immutable)
│                        + Array<string> (deprecated=WARN, immutable)
├[~] service aws-gamelift
│ └ resources
│    └[~] resource AWS::GameLift::Fleet
│      └ properties
│         ├ LogPaths: - Array<string> (immutable)
│         │           + Array<string> (deprecated=WARN, immutable)
│         ├ ServerLaunchParameters: - string (immutable)
│         │                         + string (deprecated=WARN, immutable)
│         └ ServerLaunchPath: - string (immutable)
│                             + string (deprecated=WARN, immutable)
├[~] service aws-location
│ └ resources
│    ├[~] resource AWS::Location::GeofenceCollection
│    │ └ properties
│    │    ├ PricingPlan: - string
│    │    │              + string (deprecated=WARN)
│    │    └ PricingPlanDataSource: - string
│    │                             + string (deprecated=WARN)
│    └[~] resource AWS::Location::Tracker
│      └ properties
│         ├ PricingPlan: - string
│         │              + string (deprecated=WARN)
│         └ PricingPlanDataSource: - string
│                                  + string (deprecated=WARN)
├[~] service aws-rds
│ └ resources
│    └[~] resource AWS::RDS::DBInstance
│      └ properties
│         ├ TdeCredentialArn: - string
│         │                   + string (deprecated=WARN)
│         └ TdeCredentialPassword: - string
│                                  + string (deprecated=WARN)
├[~] service aws-sso
│ └ resources
│    └[~] resource AWS::SSO::InstanceAccessControlAttributeConfiguration
│      └ properties
│         └ InstanceAccessControlAttributeConfiguration: - InstanceAccessControlAttributeConfiguration
│                                                        + InstanceAccessControlAttributeConfiguration (deprecated=WARN)
├[~] service aws-synthetics
│ └ resources
│    └[~] resource AWS::Synthetics::Canary
│      └ properties
│         └ DeleteLambdaResourcesOnCanaryDeletion: - boolean
│                                                  + boolean (deprecated=WARN)
└[~] service aws-xray
  └ resources
     └[~] resource AWS::XRay::SamplingRule
       └ properties
          ├ RuleName: - string
          │           + string (deprecated=WARN)
          ├ SamplingRuleRecord: - SamplingRuleRecord
          │                     + SamplingRuleRecord (deprecated=WARN)
          └ SamplingRuleUpdate: - SamplingRuleUpdate
                                + SamplingRuleUpdate (deprecated=WARN)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Oct 31, 2023
},
});

// eslint-disable-next-line prettier/prettier
Copy link
Contributor

@mrgrain mrgrain Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So vain! 😂

Merged via the queue into main with commit 6c20bcc Oct 31, 2023
9 checks passed
@aws-cdk-automation aws-cdk-automation deleted the huijbers/fix-deprecated branch October 31, 2023 13:28
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