Skip to content

Commit

Permalink
Update apps/managedidentity/managedidentity.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Lowell <[email protected]>
  • Loading branch information
4gust and chlowell authored Nov 14, 2024
1 parent 53693e7 commit b7b84c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/managedidentity/managedidentity.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ func createAzureArcAuthRequest(ctx context.Context, resource string, key string)

msiParameters := msiEndpoint.Query()
msiParameters.Set(apiVersionQueryParameterName, azureArcAPIVersion)
resource = strings.TrimSuffix(resource, "/.default")
msiParameters.Set(resourceQueryParameterName, resource)

msiEndpoint.RawQuery = msiParameters.Encode()
Expand Down

0 comments on commit b7b84c6

Please sign in to comment.