AWS amazonq documentation change
Summary
Updated documentation for .NET porting to Linux, including required steps, limitations, and review process changes
Security assessment
The changes are primarily about functionality and process updates, with no specific security-related content or evidence of addressing security vulnerabilities.
Diff
diff --git a/amazonq/latest/qdeveloper-ug/transform-app-dotnet-porting-to-linux.md index 33c1ef9a4..4181a470e 100644 --- a/amazonq/latest/qdeveloper-ug/transform-app-dotnet-porting-to-linux.md +++ b/amazonq/latest/qdeveloper-ug/transform-app-dotnet-porting-to-linux.md @@ -52 +52,3 @@ This step may involve: - * Creating an AWS CodeConnections connection with your data source. + * (required) Adding the GitHub app to your insteance of AWS CodeConnections. + + * (required) Creating an AWS CodeConnections connection with your data source. @@ -65 +67 @@ This step may involve: -For more information about AWS CodeConnections, see [What are connections?](https://docs.aws.amazon.com/dtconsole/latest/userguide/welcome-connections.html) in the _Developer Tools Console User Guide_. +For more information about AWS CodeConnections, see [What are connections?](https://docs.aws.amazon.com/dtconsole/latest/userguide/connections-create-github.html) in the _Developer Tools Console User Guide_. @@ -73 +75 @@ Limits: - * Q can only connect to source control using an API Key or an App ID. Q cannot connect to a source with a username and password. + * Q can only connect to source control using an App ID. Q cannot connect to a source with a username and password. @@ -109 +111,5 @@ Limitations - * Q will identify jobs that it cannot transform. Types of jobs that Q cannot transform include: + * Q will identify jobs that it cannot transform. Types of jobs that Q cannot transform are: + + * Libraries + + * Console applications @@ -111 +117 @@ Limitations - * WebUI + * Web API @@ -113 +119 @@ Limitations - * SQLServer + * MVC (without the UI Layer) @@ -115 +121,3 @@ Limitations - * ASP.NET + * WCF + + * Unit test projects (nunit, xunit, and MSTest) @@ -149,2 +156,0 @@ For information about setting up the Amazon Q extension with Visual Studio, see -When the transformed jobs are available for review, Q will give authorized users a deep link to open Visual Studio. The link will also run a script to clone the branch where the code transformed by Q is committed. - @@ -155 +161 @@ There are two possible scenarios for review, and user input varies depending on - 2. **The job is partially transformed** – Q has partially transformed a job, and the job has build errors that require HILT action. For this scenario, you can review the build errors and manually address any issues. Once you are satisfied with the changes, you can initiate the **Continue transformation** action. That commits the changes to the branch that Q is tracking, and initiates an input response required for the _Code approver_ and _Administrator_ persona to review. After the Administrator has reviewed and approved the code, Q will continue the transformation and update the build errors for the job. You can continue to track this progress and take further action as required until all build errors are resolved. + 2. **The job is partially transformed** – Q has partially transformed a job, and the job has build errors that require HILT action. For this scenario, you can review the build errors and manually address any issues. After the Administrator has reviewed and approved the code, Q will continue the transformation and update the build errors for the job. You can continue to track this progress and take further action as required until all build errors are resolved.