Skip to content

Commit

Permalink
revert feature flagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Raviteja Saranga committed Jul 2, 2024
1 parent 738a7d4 commit dcb49bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/aws-cdk-lib/cx-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,5 @@ _cdk.json_
"context": {
"@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions": true
}
}
}
```
1 change: 0 additions & 1 deletion packages/aws-cdk-lib/cx-api/lib/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,6 @@ export const FLAGS: Record<string, FlagInfo> = {
introducedIn: { v2: 'V2NEXT' },
recommendedValue: true,
},

};

const CURRENT_MV = 'v2';
Expand Down

0 comments on commit dcb49bc

Please sign in to comment.