File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4343 with :
4444 go-version-file : ./.go-version
4545
46- - name : Azure CLI login
47- run : az login --output none --username="${{ secrets.AZCLI_USERNAME }}" --password="${{ secrets.AZCLI_PASSWORD }}"
46+ # - name: Azure CLI login
47+ # run: az login --output none --username="${{ secrets.AZCLI_USERNAME }}" --password="${{ secrets.AZCLI_PASSWORD }}"
4848
4949 - name : Set OIDC Token
5050 run : |
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ func TestProvider_impl(t *testing.T) {
2828}
2929
3030func TestAccProvider_cliAuth (t * testing.T ) {
31+ t .Skip ("skipping test for now, as it requires Azure CLI authentication to be set up in the environment which if not compatible with MFA Requirement" )
32+
3133 if os .Getenv ("TF_ACC" ) == "" {
3234 t .Skip ("TF_ACC not set" )
3335 }
You can’t perform that action at this time.
0 commit comments