diff --git a/eng/pipelines/docindex.yml b/eng/pipelines/docindex.yml index 7201749f76b23..0cb3f62059086 100644 --- a/eng/pipelines/docindex.yml +++ b/eng/pipelines/docindex.yml @@ -32,8 +32,6 @@ jobs: # Pull and build the docker image. - template: /eng/common/pipelines/templates/steps/docker-pull-image.yml parameters: - ContainerRegistryClientId: $(azuresdkimages-cr-clientid) - ContainerRegistryClientSecret: $(azuresdkimages-cr-clientsecret) ImageId: "$(DocValidationImageId)" - task: Powershell@2