From 9dc769a8310ec0836bbf170ed4c8c5a4c28ea4e7 Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Tue, 13 Aug 2024 13:16:08 -0700 Subject: [PATCH] azwilrt Signed-off-by: willdavsmith --- .github/workflows/long-running-azure.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/long-running-azure.yaml b/.github/workflows/long-running-azure.yaml index 93b61e4424..0456e7b606 100644 --- a/.github/workflows/long-running-azure.yaml +++ b/.github/workflows/long-running-azure.yaml @@ -425,8 +425,8 @@ jobs: echo "*** Configuring Azure provider ***" rad env update ${{ env.RADIUS_TEST_ENVIRONMENT_NAME }} --azure-subscription-id ${{ secrets.AZURE_SUBSCRIPTIONID_TESTS }} \ --azure-resource-group ${{ env.AZURE_TEST_RESOURCE_GROUP }} - rad credential register azure sp --client-id ${{ secrets.AZURE_SP_TESTS_APPID }} \ - --client-secret ${{ secrets.INTEGRATION_TEST_SP_PASSWORD }} \ + rad credential register azure wi \ + --client-id ${{ secrets.AZURE_SP_TESTS_APPID }} \ --tenant-id ${{ secrets.AZURE_SP_TESTS_TENANTID }} echo "*** Configuring AWS provider ***"