Skip to content

Commit

Permalink
Remove AAD credentials from Service-Level-Readme-Automation.ps1 invoc…
Browse files Browse the repository at this point in the history
…ation (Azure#27306)
  • Loading branch information
danieljurek authored Oct 3, 2023
1 parent 893fcb3 commit 7b44860
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions eng/pipelines/docindex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ jobs:
inputs:
pwsh: true
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
arguments: >-
-DocRepoLocation $(DocRepoLocation)
-TenantId '$(opensource-aad-tenant-id)'
-ClientId '$(opensource-aad-app-id)'
-ClientSecret '$(opensource-aad-secret)'
arguments: -DocRepoLocation $(DocRepoLocation)
displayName: Generate Service Level Readme for main branch
condition: and(succeeded(), or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Force.MainUpdate'], 'true')))

Expand Down Expand Up @@ -115,11 +111,7 @@ jobs:
inputs:
pwsh: true
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
arguments: >-
-DocRepoLocation $(DocRepoLocation)
-TenantId '$(opensource-aad-tenant-id)'
-ClientId '$(opensource-aad-app-id)'
-ClientSecret '$(opensource-aad-secret)'
arguments: -DocRepoLocation $(DocRepoLocation)
displayName: Generate Service Level Readme for Daily docs

- task: Powershell@2
Expand Down

0 comments on commit 7b44860

Please sign in to comment.