Skip to content

Commit

Permalink
[@typespec/spec-dashboard] Release Spec Dashboard (#5397)
Browse files Browse the repository at this point in the history
The new pipeline
https://dev.azure.com/azure-sdk/internal/_build?definitionId=7395&_a=summary
has been given access to the storage account through security group. So,
it is not required for any connection string to be in the yml file. This
PR removes this string.

Please review and approve this PR. Thanks
  • Loading branch information
sarangan12 authored Dec 17, 2024
1 parent 71b5c41 commit 31cb1a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eng/tsp-core/pipelines/dashboard-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ trigger:
# For patch releases
- release/*

variables:
connectionString: $(AZ_SPEC_DASHBOARD_CONNECTION_STRING)

extends:
template: /eng/common/pipelines/templates/1es-redirect.yml
parameters:
Expand Down Expand Up @@ -41,5 +38,5 @@ extends:
scriptLocation: "inlineScript"
inlineScript: |
echo "Uploading files to Azure Blob Storage..."
az storage blob upload-batch --source packages/spec-dashboard/dist/ --destination '$web' --overwrite --connection-string "$AZURE_STORAGE_CONNECTION_STRING"
az storage blob upload-batch --source packages/spec-dashboard/dist/ --destination '$web' --overwrite
displayName: "Upload files to Azure Blob Storage"

0 comments on commit 31cb1a4

Please sign in to comment.