diff --git a/eng/pipelines/docindex.yml b/eng/pipelines/docindex.yml index 179523db45f2..344fcb73dab9 100644 --- a/eng/pipelines/docindex.yml +++ b/eng/pipelines/docindex.yml @@ -63,11 +63,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'))) @@ -135,11 +131,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 inputs: