Skip to content

Commit c9f92d6

Browse files
authored
Merge pull request #2751 from k8s-infra-cherrypick-robot/cherry-pick-2749-to-release-1.32
[release-1.32] fix: China cloud endpoints
2 parents bbebc22 + 72f2c51 commit c9f92d6

File tree

6 files changed

+64
-8
lines changed

6 files changed

+64
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3.1 // indirect
6262
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1 // indirect
6363
github.com/Azure/msi-dataplane v0.4.3 // indirect
64-
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
64+
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
6565
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
6666
github.com/Microsoft/go-winio v0.6.2 // indirect
6767
github.com/NYTimes/gziphandler v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/Azure/msi-dataplane v0.4.3 h1:dWPWzY4b54tLIR9T1Q014Xxd/1DxOsMIp6EjRFA
5151
github.com/Azure/msi-dataplane v0.4.3/go.mod h1:yAfxdJyvcnvSDfSyOFV9qm4fReEQDl+nZLGeH2ZWSmw=
5252
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM=
5353
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1/go.mod h1:tCcJZ0uHAmvjsVYzEFivsRTN00oz5BEsRgQHu5JZ9WE=
54-
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 h1:oygO0locgZJe7PpYPXT5A29ZkwJaPqcva7BVeemZOZs=
55-
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
54+
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 h1:XkkQbfMyuH2jTSjQjSoihryI8GINRcs4xp8lNawg0FI=
55+
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0/go.mod h1:HKpQxkWaGLJ+D/5H8QRpyQXA1eKjxkFlOMwck5+33Jk=
5656
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
5757
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab h1:UKkYhof1njT1/xq4SEg5z+VpTgjmNeHwPGRQl7takDI=
5858
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab/go.mod h1:3VYc5hodBMJ5+l/7J4xAyMeuM2PNuepvHlGs8yilUCA=

vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local/server.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority/authority.go

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/resolvers.go

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ github.com/Azure/azure-sdk-for-go/sdk/storage/azfile/share
9090
github.com/Azure/msi-dataplane/pkg/dataplane
9191
github.com/Azure/msi-dataplane/pkg/dataplane/internal/challenge
9292
github.com/Azure/msi-dataplane/pkg/dataplane/internal/client
93-
# github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
93+
# github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0
9494
## explicit; go 1.18
9595
github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
9696
github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential

0 commit comments

Comments
 (0)