File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/@aws-cdk/cfnspec/spec-source/cfn-lint/StatefulResources Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1717 "AWS::Logs::LogGroup" : {},
1818 "AWS::Neptune::DBCluster" : {},
1919 "AWS::Neptune::DBInstance" : {},
20+ "AWS::OpenSearchService::Domain" : {},
2021 "AWS::QLDB::Ledger" : {},
2122 "AWS::RDS::DBCluster" : {},
2223 "AWS::RDS::DBInstance" : {},
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ app_min="3.1.0"
9595check_which $app $app_min
9696app_v=$( ${app} --list-sdks)
9797echo -e " Checking dotnet version... \c"
98- if [ $( echo $app_v | grep -c -E " (3\.1\.[0-9]+|5\.[0-9]+\.[0-9]+)" ) -eq 1 ]
98+ if [ $( echo $app_v | grep -c -E " (3\.1\.[0-9]+|5\.[0-9]+\.[0-9]+|6\.[0-9]+\.[0-9]+ )" ) -eq 1 ]
9999then
100100 echo " Ok"
101101else
You can’t perform that action at this time.
0 commit comments