Skip to content

Commit

Permalink
fix(quicksight): update the reason of change (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ authored Aug 23, 2024
1 parent bfa0c5e commit 74979b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { forResource, registerServicePatches, replaceDefinition } from './core';
registerServicePatches(
forResource('AWS::QuickSight::DataSet', (lens) => {
const reason = patching.Reason.sourceIssue(
'RefreshConfiguration property is marked as optional unintentionally.',
'RefreshConfiguration property is marked as optional unintentionally by service team. Set it back.',
);
replaceDefinition(
'DataSetRefreshProperties',
Expand Down

0 comments on commit 74979b4

Please sign in to comment.