Skip to content

Commit 883de3f

Browse files
authored
Merge pull request #19525 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents d81ded1 + 4f6b94e commit 883de3f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/integration-services/devops/ssis-devops-standalone.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ SSISDeploy.exe -source|-s:<source path> -destination|-d:<type>;<path>[;server] [
123123
124124
## Release notes
125125
126+
### Version 0.1.3.1 Preview
127+
128+
Release Date: June 10, 2021
129+
130+
- Fixed an issue that SSISDeploy.exe failed to deploy SSIS projects with error "Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.SqlServer.IntegrationServices.ProjectDeployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)".
131+
126132
### Version 0.1.3 Preview
127133
128134
Release Date: June 2, 2021

docs/reporting-services/security/configure-windows-authentication-on-the-report-server.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ ms.author: maggies
7070
<AuthenticationTypes>
7171
<RSWindowsNTLM />
7272
</AuthenticationTypes>
73-
<EnableAuthPersistence>true</EnableAuthPersistence>
73+
<EnableAuthPersistence>true</EnableAuthPersistence>
74+
</Authentication>
7475
```
75-
76-
\</Authentication>
77-
76+
7877
The third XML structure specifies all of the security packages that are used in Windows integrated security:
7978
8079
```

0 commit comments

Comments
 (0)