Skip to content

Commit

Permalink
using powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
JBrenesSimpat committed Oct 19, 2023
1 parent 8c59e84 commit 42e1cb9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/start-VM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ jobs:
shell: powershell
run: |
. $env:GITHUB_WORKSPACE/eng/AzureTestLab.ps1
./AzureTestLab.ps1 Start-AzureManagementSession
./AzureTestLab.ps1 Start-AzureVmsInParallel
Start-AzureManagementSession
Start-AzureVmsInParallel
# . $env:GITHUB_WORKSPACE/eng/AzureTestLab.ps1

# Start-AzureManagementSession
# Start-AzureVmsInParallel

# 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}}
Expand Down

0 comments on commit 42e1cb9

Please sign in to comment.