Skip to content

Commit 2f70b51

Browse files
authored
Remove AAD credentials from Service-Level-Readme-Automation.ps1 invocation (Azure#32316)
1 parent b2fca9a commit 2f70b51

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

eng/pipelines/docindex.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ jobs:
6363
inputs:
6464
pwsh: true
6565
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
66-
arguments: >-
67-
-DocRepoLocation $(DocRepoLocation)
68-
-TenantId '$(opensource-aad-tenant-id)'
69-
-ClientId '$(opensource-aad-app-id)'
70-
-ClientSecret '$(opensource-aad-secret)'
66+
arguments: -DocRepoLocation $(DocRepoLocation)
7167
displayName: Generate Service Level Readme for main branch
7268
condition: and(succeeded(), or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Force.MainUpdate'], 'true')))
7369

@@ -135,11 +131,7 @@ jobs:
135131
inputs:
136132
pwsh: true
137133
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
138-
arguments: >-
139-
-DocRepoLocation $(DocRepoLocation)
140-
-TenantId '$(opensource-aad-tenant-id)'
141-
-ClientId '$(opensource-aad-app-id)'
142-
-ClientSecret '$(opensource-aad-secret)'
134+
arguments: -DocRepoLocation $(DocRepoLocation)
143135
displayName: Generate Service Level Readme for Daily docs
144136
- task: Powershell@2
145137
inputs:

0 commit comments

Comments
 (0)