Skip to content

Commit 3a112a6

Browse files
Merge pull request #7433 from gjtaylor/master
Bump autorest/azure/cli to 0.3.1 so AZURE_CONFIG_DIR is honoured when looking for accessTokens.json
2 parents 163fd39 + 15a7857 commit 3a112a6

File tree

7 files changed

+25
-13
lines changed

7 files changed

+25
-13
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/terraform-providers/terraform-provider-azurerm
33
require (
44
github.com/Azure/azure-sdk-for-go v43.1.0+incompatible
55
github.com/Azure/go-autorest/autorest v0.10.0
6+
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 // indirect
67
github.com/Azure/go-autorest/autorest/date v0.2.0
78
github.com/btubbs/datetime v0.1.0
89
github.com/davecgh/go-spew v1.1.1

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ github.com/Azure/go-autorest/autorest/adal v0.8.2/go.mod h1:ZjhuQClTqx435SRJ2iMl
2424
github.com/Azure/go-autorest/autorest/azure/cli v0.2.0/go.mod h1:WWTbGPvkAg3I4ms2j2s+Zr5xCGwGqTQh+6M2ZqOczkE=
2525
github.com/Azure/go-autorest/autorest/azure/cli v0.3.0 h1:5PAqnv+CSTwW9mlZWZAizmzrazFWEgZykEZXpr2hDtY=
2626
github.com/Azure/go-autorest/autorest/azure/cli v0.3.0/go.mod h1:rNYMNAefZMRowqCV0cVhr/YDW5dD7afFq9nXAXL4ykE=
27+
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 h1:LXl088ZQlP0SBppGFsRZonW6hSvwgL5gRByMbvUbx8U=
28+
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1/go.mod h1:ZG5p860J94/0kI9mNJVoIoLgXcirM2gF5i2kWloofxw=
2729
github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA=
2830
github.com/Azure/go-autorest/autorest/date v0.2.0 h1:yW+Zlqf26583pE43KhfnhFcdmSWlm5Ew6bxipnr/tbM=
2931
github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g=

vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.mod

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/cli/profile.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/cli/token.go

+13-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ github.com/Azure/go-autorest/autorest
106106
github.com/Azure/go-autorest/autorest/azure
107107
# github.com/Azure/go-autorest/autorest/adal v0.8.2
108108
github.com/Azure/go-autorest/autorest/adal
109-
# github.com/Azure/go-autorest/autorest/azure/cli v0.3.0
109+
# github.com/Azure/go-autorest/autorest/azure/cli v0.3.1
110110
github.com/Azure/go-autorest/autorest/azure/cli
111111
# github.com/Azure/go-autorest/autorest/date v0.2.0
112112
github.com/Azure/go-autorest/autorest/date

0 commit comments

Comments
 (0)