replace GitHubActionGroup with GitHubAction_CI_RG (#349)

This commit is contained in:
Yan Xu 2023-09-27 15:09:04 +08:00 committed by GitHub
commit 5906929b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View file

@ -58,7 +58,7 @@ jobs:
- name: Run Azure Cli
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Run Azure PowerShell
@ -69,7 +69,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
Get-AzContext | Format-List
Get-AzResourceGroup -Name GitHubActionGroup
Get-AzResourceGroup -Name GitHubAction_CI_RG
Get-AzVM
- name: Check Last step failed
@ -153,7 +153,7 @@ jobs:
continue-on-error: true
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Check Last step failed
@ -171,7 +171,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
Get-AzContext | Format-List
Get-AzResourceGroup -Name GitHubActionGroup
Get-AzResourceGroup -Name GitHubAction_CI_RG
Get-AzVM
- name: Check Last step failed
@ -288,7 +288,7 @@ jobs:
- name: Run Azure Cli
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Run Azure PowerShell
@ -299,7 +299,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
Get-AzContext | Format-List
Get-AzResourceGroup -Name GitHubActionGroup
Get-AzResourceGroup -Name GitHubAction_CI_RG
Get-AzVM
- name: Check Last step failed
@ -318,7 +318,7 @@ jobs:
- name: Run Azure Cli
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Run Azure PowerShell
@ -329,7 +329,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
Get-AzContext | Format-List
Get-AzResourceGroup -Name GitHubActionGroup
Get-AzResourceGroup -Name GitHubAction_CI_RG
Get-AzVM
- name: Check Last step failed

View file

@ -43,7 +43,7 @@ jobs:
- name: Run Azure Cli
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Run Azure PowerShell
@ -52,7 +52,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
Get-AzContext | Format-List
Get-AzResourceGroup -Name GitHubActionGroup
Get-AzResourceGroup -Name GitHubAction_CI_RG
Get-AzVM
- name: Login with individual parameters
@ -108,7 +108,7 @@ jobs:
- name: Run Azure Cli
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Run Azure PowerShell
@ -117,7 +117,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
Get-AzContext | Format-List
Get-AzResourceGroup -Name GitHubActionGroup
Get-AzResourceGroup -Name GitHubAction_CI_RG
Get-AzVM
- name: Login with creds, disable ps session
@ -129,7 +129,7 @@ jobs:
- name: Run Azure Cli
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Login with creds, wrong boolean value
@ -141,7 +141,7 @@ jobs:
- name: Run Azure Cli
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Login with creds, allow no subscription
@ -154,7 +154,7 @@ jobs:
- name: Run Azure Cli
run: |
az account show
az group show --name GitHubActionGroup
az group show --name GitHubAction_CI_RG
az vm list
- name: Run Azure PowerShell
@ -163,7 +163,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
Get-AzContext | Format-List
Get-AzResourceGroup -Name GitHubActionGroup
Get-AzResourceGroup -Name GitHubAction_CI_RG
Get-AzVM
- name: Login with individual parameters, no subscription, allow no subscription