* #308 add RMLutil search string due to change in installation name in registry + comment out CLR types and RVC
* #375 Update all MS packages + 1 line code change as a result of update
Bumps the nuget group with 2 updates in the /BulkLoadEx directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /LinuxPerfImporter directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /NexusInterfaces directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /PerfmonImporter directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /ReadTraceNexusImporter directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /RowsetEditor directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /RowsetImportEngine directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /sqlnexus directory: Azure.Identity and System.Text.Json.
Updates `Azure.Identity` from 1.11.3 to 1.11.4
Updates `System.Text.Json` from 4.7.2 to 8.0.4
Updates `Azure.Identity` from 1.11.3 to 1.11.4
Updates `System.Text.Json` from 4.7.2 to 8.0.4
Updates `Azure.Identity` from 1.11.3 to 1.11.4
Updates `System.Text.Json` from 4.7.2 to 8.0.4
Updates `Azure.Identity` from 1.11.3 to 1.11.4
Updates `System.Text.Json` from 4.7.2 to 8.0.4
Updates `Azure.Identity` from 1.11.3 to 1.11.4
Updates `System.Text.Json` from 4.7.2 to 8.0.4
Updates `Azure.Identity` from 1.11.3 to 1.11.4
Updates `System.Text.Json` from 4.7.2 to 8.0.4
Updates `Azure.Identity` from 1.11.3 to 1.11.4
Updates `System.Text.Json` from 4.7.2 to 8.0.4
Updates `Azure.Identity` from 1.11.3 to 1.11.4
Updates `System.Text.Json` from 4.7.2 to 8.0.4
---
updated-dependencies:
- dependency-name: Azure.Identity
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: Azure.Identity
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: Azure.Identity
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: Azure.Identity
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: Azure.Identity
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: Azure.Identity
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: Azure.Identity
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: Azure.Identity
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added tbl_environment_variables to TextRowsets.xml
* Added tbl_environment_variables to TextRowsets.xml
* Updated the connection server
1. Use Microsoft.Data.SqlClient
2. Added checkbox to trust server certificate
3. Updated credentials manager to trust server certificate
4. Added About label to show ReportViewerVersion
5. added option to use encrypt connections for SqlClient
* removed deprecated method calls, this commit needs complete testing and can be rolled back if it has any impact
* Updated Azure Identity to the latest (needed by Microsoft.Data.SqlClient
Updated the Properties to save TrustCertificate and EncryptConnection settings.
* #140 Removed Microsoft.ReportingServices.ReportViewerControl.WebForms.Preview" version="130.1700.305"
This WebForm control is not needed by SQL Nexus and was causing build failures
---------
Co-authored-by: JosephPilov-msft <23519517+PiJoCoder@users.noreply.github.com>
* Added sysmail table from the PR however service broker tables are not in the PR and I didn't add them
* Adding Indentation to match rowsets formatting in file
* Updated indentation to match 4, 6 and 8 spaces with empty line between rowsets
deleted last comment for rowset template
fixed the maiitmes table which was marked as itesm instead of mailitems
* Add support for SQL Query processing .
User will pass a query and the resultset will be parced into knownrowset xml.
* fixed a minor issue with chkFromQuery when unchecked.
* Fixed save scneario where not choosing a file name will overwrite the source file.
* Fixed save scneario where not choosing a file name will overwrite the source file.
and changed "Return Rowset" to "Back to Main"
---------