Skip to content

Commit 439b80c

Browse files
Merged PR 13213053: update sub name
update sub name ---- #### AI description (iteration 1) #### PR Classification This pull request is a configuration update that modifies the Azure subscription reference in a CI/CD pipeline. #### PR Summary This update changes the Azure subscription value in the pipeline configuration to ensure that the GitHub Actions task uses the correct credentials during execution. - `.pipelines/DSC-Official.yml`: Replaced the `azureSubscription` value from `az-blob-cicd-infra` to `PowerShell-CICD-Feed-Access` in multiple Azure CLI tasks. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents f0549fc + 271bea2 commit 439b80c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extends:
8383
- task: AzureCLI@2
8484
displayName: Get Az Token
8585
inputs:
86-
azureSubscription: az-blob-cicd-infra
86+
azureSubscription: PowerShell-CICD-Feed-Access
8787
scriptType: pscore
8888
scriptLocation: inlineScript
8989
inlineScript: |
@@ -258,7 +258,7 @@ extends:
258258
- task: AzureCLI@2
259259
displayName: Azure CLI
260260
inputs:
261-
azureSubscription: az-blob-cicd-infra
261+
azureSubscription: PowerShell-CICD-Feed-Access
262262
scriptType: pscore
263263
scriptLocation: inlineScript
264264
inlineScript: |
@@ -317,7 +317,7 @@ extends:
317317
- task: AzureCLI@2
318318
displayName: Azure CLI
319319
inputs:
320-
azureSubscription: az-blob-cicd-infra
320+
azureSubscription: PowerShell-CICD-Feed-Access
321321
scriptType: pscore
322322
scriptLocation: inlineScript
323323
inlineScript: |

0 commit comments

Comments
 (0)