Skip to content

Commit b6e7731

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix subscription
1 parent a4c32da commit b6e7731

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ extends:
171171
- task: AzureCLI@2
172172
displayName: Azure CLI
173173
inputs:
174-
azureSubscription: azDO-Cargo-PowerShell-feed-Ingestion
174+
azureSubscription: az-blob-cicd-infra
175175
scriptType: core
176176
scriptLocation: inlineScript
177177
inlineScript: |
@@ -207,7 +207,7 @@ extends:
207207
- task: AzureCLI@2
208208
displayName: Azure CLI
209209
inputs:
210-
azureSubscription: azDO-Cargo-PowerShell-feed-Ingestion
210+
azureSubscription: az-blob-cicd-infra
211211
scriptType: core
212212
scriptLocation: inlineScript
213213
inlineScript: |
@@ -262,7 +262,7 @@ extends:
262262
- task: AzureCLI@2
263263
displayName: Azure CLI
264264
inputs:
265-
azureSubscription: azDO-Cargo-PowerShell-feed-Ingestion
265+
azureSubscription: az-blob-cicd-infra
266266
scriptType: core
267267
scriptLocation: inlineScript
268268
inlineScript: |

.pipelines/DSC-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
- task: AzureCLI@2
3838
displayName: Azure CLI
3939
inputs:
40-
azureSubscription: azDO-Cargo-PowerShell-feed-Ingestion
40+
azureSubscription: az-blob-cicd-infra
4141
scriptType: core
4242
scriptLocation: inlineScript
4343
inlineScript: |

0 commit comments

Comments
 (0)