-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Description
Summary
PR #36002 fixes incorrect .NET package names for 53 submodules in the Amazon.CDK.Lib package. This is a breaking change for .NET users.
What Changed
The .NET namespace format changed from incorrect to correct:
Before (incorrect):
Amazon.CDK.aws_bedrockagentcore
After (correct):
Amazon.CDK.AWS.BedrockAgentCore
Affected Submodules (53 total)
aws-aiops, aws-applicationsignals, aws-apptest, aws-arcregionswitch, aws-arczonalshift,
aws-b2bi, aws-backupgateway, aws-bcmdataexports, aws-bedrock, aws-bedrockagentcore,
aws-billing, aws-cleanrooms, aws-cleanroomsml, aws-codeconnections, aws-connectcampaignsv2,
aws-datazone, aws-deadline, aws-dsql, aws-entityresolution, aws-evs, aws-gameliftstreams,
aws-healthimaging, aws-invoicing, aws-launchwizard, aws-mediapackagev2, aws-mpa,
aws-neptunegraph, aws-notifications, aws-notificationscontacts, aws-observabilityadmin,
aws-odb, aws-osis, aws-paymentcryptography, aws-pcaconnectorad, aws-pcaconnectorscep,
aws-pcs, aws-proton, aws-qbusiness, aws-rbin, aws-route53profiles, aws-rtbfabric,
aws-s3express, aws-s3tables, aws-s3vectors, aws-securitylake, aws-shield, aws-smsvoice,
aws-ssmguiconnect, aws-ssmquicksetup, aws-verifiedpermissions, aws-workspacesinstances,
aws-workspacesthinclient, aws-workspacesweb
Why This Change
The incorrect names were generated due to a bug in our build configuration. Since this was a mistake, we're correcting it now.
Action Required for .NET Users
If you're using any of the 53 affected submodules in .NET, you'll need to update your using statements when upgrading to the version containing this fix.
Related PR
Metadata
Metadata
Assignees
Labels
No labels