We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa3f70 + 017489d commit f489d3dCopy full SHA for f489d3d
bin/create-idc-application.sh
@@ -118,10 +118,6 @@ if ! aws sso-admin put-application-access-scope --application-arn $GATEWAY_IDC_A
118
echo "Failed to set access scope for conversations."
119
exit 1
120
fi
121
-if ! aws sso-admin put-application-access-scope --application-arn $GATEWAY_IDC_ARN --scope "qbusiness:messages:access"; then
122
- echo "Failed to set access scope for messages."
123
- exit 1
124
-fi
125
126
# Echo GATEWAY_IDC_ARN at the end
127
echo "$APPLICATION_NAME is setup with GATEWAY_IDC_ARN: $GATEWAY_IDC_ARN"
0 commit comments