Skip to content

Commit 6ad5ccb

Browse files
Cherry-Pick for Release 1.5 Revert SqlClient.SNI License Name from 5.2.3 to 5.2.0 (#2706)
## Why make this change? Need to update license agreement to old version in script. SqlClient.SNI does not have a new version the same way the SqlClient package does with 5.2.3. ## What is this change? This changes the name of the license agreement from 5.2.3 to 5.2.0. Related to PR #2702 Cherry-picked PR: - #2705 ## How was this tested? - [ ] Integration Tests - [ ] Unit Tests ## Sample Request(s)
1 parent 4b7a2e9 commit 6ad5ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/notice-generation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Invoke-WebRequest $chiliCreamLicenseMetadataURL -UseBasicParsing |
1414
Out-File $chiliCreamLicenseSavePath
1515

1616
# Define the path to the license file in your repository and Read the content of the license file
17-
$sqlClientSNILicenseFilePath = "$BuildSourcesDir/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.3.License.txt"
17+
$sqlClientSNILicenseFilePath = "$BuildSourcesDir/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.0.License.txt"
1818
$sqlClientSNILicense = Get-Content -Path $sqlClientSNILicenseFilePath -Raw
1919

2020
# Path of notice file generated in CI/CD pipeline.

0 commit comments

Comments
 (0)