Skip to content

Commit 4af79e4

Browse files
authored
Merge pull request #61 from microsoft/users/tevinstanley/sharedapiscan
Using shared client Id
2 parents 05b6149 + 16b2b52 commit 4af79e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ extends:
209209
toolVersion: 'Latest'
210210
condition: and(succeeded(), eq(variables['RunApiScan'], 'true'))
211211
env:
212-
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(ApiScanSecret)
212+
AzureServicesAuthConnectionString: RunAs=App;AppId=$(ApiScanClientId)
213213
- task: PublishSecurityAnalysisLogs@3
214214
displayName: 'Publish Guardian Artifacts'
215215
inputs:

0 commit comments

Comments
 (0)