Skip to content

Commit

Permalink
change pswh to powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
JBrenesSimpat committed Oct 19, 2023
1 parent f6a7cc6 commit 8c59e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/start-VM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Run Powershell Start Session
if: ${{ env.AzureADServicePrincipalPassword != '' }}
working-directory: ./eng/
shell: powershell
run: |
. $env:GITHUB_WORKSPACE/eng/AzureTestLab.ps1
Expand All @@ -39,4 +40,4 @@ jobs:
# Start-AzureManagementSession -$env:AzureADServiceAzureADServicePrincipalPassword ${{ env.AzureADServicePrincipalPassword}} -$env:AzureAzureADApplicationId ${{env.AzureADApplicationId}} -$env:AzureAzureTenantId ${{env.AzureTenantId}} -$env:AzureAzureSubscriptionId ${{ env.AzureSubscriptionId }}
# Start-AzureVmsInParallel -AzureTestAzureTestVmUsername ${{env.VmUserId}} -AzureTestAzureTestVmPassword ${{env.AzureTestVmPassword}}

shell: pwsh

0 comments on commit 8c59e84

Please sign in to comment.