Skip to content

Commit

Permalink
[Update] Rename Resource group name (#355)
Browse files Browse the repository at this point in the history
* test tenant cleanup

* test tenant RG rename and deploy

* commented relogin
  • Loading branch information
dutt0 authored Jan 8, 2025
1 parent 866fbd4 commit 026a266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sign-scripts-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
sign_and_publish_scripts:
name: Sign, validate, test and publish PowerShell scripts as pipeline artifacts
name: Validate, test and publish PowerShell scripts as pipeline artifacts
runs-on: windows-2019
environment: test
steps:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
$configContent = @"
{
"keyVaultName": "gsapipe",
"resourcegroup": "gsapipe",
"resourcegroup": "guardrailscac_test",
"region": "CanadaCentral",
"storageaccountName": "gsapipe",
"logAnalyticsworkspaceName": "gsapipe",
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
$configContent = @"
{
"keyVaultName": "gsapipe",
"resourcegroup": "gsapipe",
"resourcegroup": "guardrailscac_test",
"region": "CanadaCentral",
"storageaccountName": "gsapipe",
"logAnalyticsworkspaceName": "gsapipe",
Expand Down

0 comments on commit 026a266

Please sign in to comment.