File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ jobs:
218218 Install-ModulePackageForTest -PackagePath "${{ runner.temp }}/artifacts" -ErrorAction stop -Verbose
219219
220220 # ADO: task AzurePowerShell@5 with azureSubscription: PSResourceGetACR -> azure/login OIDC
221+ # See the PR description for step-by-step instructions on registering the Azure AD app,
222+ # configuring its federated credentials, and creating the AZURE_* secrets this step requires.
221223 - name : Azure login (OIDC)
222224 uses : azure/login@v2
223225 with :
@@ -460,6 +462,8 @@ jobs:
460462 Install-ModulePackageForTest -PackagePath "${{ runner.temp }}/artifacts" -ErrorAction stop -Verbose
461463
462464 # ADO: task AzurePowerShell@5 with azureSubscription: PSResourceGetACR -> azure/login OIDC
465+ # See the PR description for step-by-step instructions on registering the Azure AD app,
466+ # configuring its federated credentials, and creating the AZURE_* secrets this step requires.
463467 - name : Azure login (OIDC)
464468 uses : azure/login@v2
465469 with :
@@ -692,6 +696,8 @@ jobs:
692696 Install-ModulePackageForTest -PackagePath "${{ runner.temp }}/artifacts" -ErrorAction stop -Verbose
693697
694698 # ADO: task AzurePowerShell@5 with azureSubscription: PSResourceGetACR -> azure/login OIDC
699+ # See the PR description for step-by-step instructions on registering the Azure AD app,
700+ # configuring its federated credentials, and creating the AZURE_* secrets this step requires.
695701 - name : Azure login (OIDC)
696702 uses : azure/login@v2
697703 with :
You can’t perform that action at this time.
0 commit comments