Skip to content

Commit 3164c9d

Browse files
authored
Remove usage of azure-sdk-docs-prod-sas (#29748)
The publish-blobs.yml uses AzurePowerShell now and no longer required the azure-sdk-docs-prod-sas. This is cleanup needs to be done in order to remove the SAS from the variable group and, ultimately, the keyvault.
1 parent d253912 commit 3164c9d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

eng/pipelines/templates/stages/archetype-js-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313
stages:
1414
- ${{if and(in(variables['Build.Reason'], 'Manual', ''), eq(variables['System.TeamProject'], 'internal'))}}:
1515
- ${{ each artifact in parameters.Artifacts }}:
16-
- stage:
16+
- stage:
1717
variables:
1818
- template: /eng/pipelines/templates/variables/globals.yml
1919
displayName: 'Release: ${{artifact.name}}'
@@ -171,7 +171,6 @@ stages:
171171
- template: /eng/common/pipelines/templates/steps/publish-blobs.yml
172172
parameters:
173173
FolderForUpload: $(Pipeline.Workspace)/${{parameters.ArtifactName}}/${{artifact.name}}
174-
BlobSASKey: $(azure-sdk-docs-prod-sas)
175174
BlobName: $(azure-sdk-docs-prod-blob-name)
176175
TargetLanguage: javascript
177176
ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}/${{artifact.name}}
@@ -265,7 +264,7 @@ stages:
265264
Registry: ${{parameters.Registry}}
266265
PathToArtifacts: $(Pipeline.Workspace)/${{parameters.ArtifactName}}/${{artifact.name}}
267266
Tag: "dev"
268-
267+
269268
- job: PublishDocsToNightlyBranch
270269
condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal'), ne(variables['Skip.PublishDocs'], 'true')))
271270
dependsOn: PublishPackages

0 commit comments

Comments
 (0)